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-11-24T03:13:33.573Z||main|||||INFO|500||The following profiles are active: basic
2022-11-24T03:13:45.206Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-24T03:13:45.207Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-24T03:13:45.309Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-24T03:13:48.894Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-24T03:13:49.239Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-24T03:13:49.687Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-24T03:13:49.695Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-24T03:13:49.794Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-24T03:13:49.966Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-24T03:13:50.677Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-24T03:13:52.435Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-24T03:13:54.665Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-24T03:13:54.717Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-24T03:13:55.255Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-24T03:13:55.586Z||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-11-24T03:13:56.696Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-24T03:13:57.664Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-24T03:13:57.679Z||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$$4f705321.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-11-24T03:13:57.680Z||main|||||WARN|500||The sdc end point is not alive
2022-11-24T03:14:00.799Z||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-11-24T03:14:03.494Z||main|||||WARN|500||---
2022-11-24T03:14:03.495Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-24T03:14:03.495Z||main|||||WARN|500||---
2022-11-24T03:14:03.930Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-24T03:14:08.286Z||main|||||INFO|500||Started Application in 38.18 seconds (JVM running for 40.334)
2022-11-24T03:14:08.301Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-24T03:14:08.306Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-24T03:14:08.316Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-24T03:14:08.345Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-24T03:14:08.385Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78fb7175-a7ff-43f6-938f-b41bcff54893 url= /sdc/v1/artifactTypes
2022-11-24T03:14:08.386Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-24T03:14:08.660Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-24T03:14:08.682Z||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-11-24T03:14:08.707Z||scheduling-1|||||DEBUG|500||create keys
2022-11-24T03:14:08.713Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-24T03:14:08.746Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:14:08.761Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e8ea6522-0a63-4fa2-91a6-13fde7f3b6cf url= /sdc/v1/registerForDistribution
2022-11-24T03:14:08.839Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e8ea6522-0a63-4fa2-91a6-13fde7f3b6cf url= /sdc/v1/registerForDistribution
2022-11-24T03:14:08.840Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-24T03:14:08.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:14:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:14:08.855Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-24T03:14:08.856Z||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-11-24T03:14:08.857Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:14:08.857Z||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-11-24T03:14:08.857Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:14:19.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:14:19.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:15:08.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:15:08.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:15:08.848Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:15:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:15:08.850Z||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-11-24T03:15:08.851Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:15:18.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:15:18.444Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:16:08.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:16:08.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:16:08.850Z||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-11-24T03:16:08.850Z||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-11-24T03:16:08.851Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:16:08.851Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:16:18.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:16:18.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:17:08.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:17:08.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:17:08.847Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:17:08.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:17:08.849Z||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-11-24T03:17:08.850Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:17:18.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:17:18.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:18:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:18:08.847Z||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-11-24T03:18:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:18:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:18:08.848Z||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-11-24T03:18:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:18:18.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:18:18.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:19:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:19:08.847Z||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-11-24T03:19:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:19:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:19:08.849Z||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-11-24T03:19:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:19:18.401Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:19:18.416Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:20:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:20:08.847Z||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-11-24T03:20:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:20:08.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:20:08.849Z||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-11-24T03:20:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:20:18.393Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:20:18.393Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:21:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:21:08.847Z||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-11-24T03:21:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:21:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:21:08.848Z||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-11-24T03:21:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:21:18.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:21:18.399Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:22:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:22:08.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:22:08.849Z||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-11-24T03:22:08.850Z||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-11-24T03:22:08.850Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:22:08.850Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:22:18.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:22:18.394Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:23:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:23:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:23:08.850Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:23:08.850Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:23:08.850Z||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-11-24T03:23:08.851Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:23:18.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:23:18.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:23:33.842Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-24T03:24:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:24:08.847Z||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-11-24T03:24:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:24:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:24:08.848Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:24:08.848Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:24:18.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:24:18.391Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:25:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:25:08.847Z||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-11-24T03:25:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:25:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:25:08.848Z||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-11-24T03:25:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:25:18.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:25:18.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:26:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:26:08.847Z||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-11-24T03:26:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:26:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:26:08.850Z||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-11-24T03:26:08.850Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:26:18.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:26:18.394Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:27:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:27:08.847Z||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-11-24T03:27:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:27:08.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:27:08.849Z||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-11-24T03:27:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:27:18.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:27:18.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:28:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:28:08.847Z||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-11-24T03:28:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:28:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:28:08.848Z||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-11-24T03:28:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:28:18.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:28:18.388Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:29:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:29:08.847Z||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-11-24T03:29:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:29:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:29:08.848Z||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-11-24T03:29:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:29:18.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:29:18.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:30:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:30:08.847Z||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-11-24T03:30:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:30:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:30:08.848Z||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-11-24T03:30:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:30:18.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:30:18.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:31:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:31:08.847Z||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-11-24T03:31:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:31:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:31:08.848Z||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-11-24T03:31:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:31:18.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:31:18.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:32:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:32:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:32:08.849Z||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-11-24T03:32:08.849Z||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-11-24T03:32:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:32:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:32:18.415Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:32:18.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:33:08.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:33:08.847Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:33:08.847Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:33:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:33:08.849Z||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-11-24T03:33:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:33:18.387Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:33:18.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:34:08.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:34:08.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:34:08.847Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:34:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:34:08.848Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:34:08.848Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:34:18.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:34:18.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:35:08.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:35:08.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:35:08.847Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:35:08.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:35:08.849Z||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-11-24T03:35:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:35:18.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:35:18.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:36:08.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:36:08.847Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:36:08.847Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:36:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:36:08.848Z||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-11-24T03:36:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:36:18.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:36:18.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:37:08.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:37:08.847Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:37:08.847Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:37:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:37:08.848Z||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-11-24T03:37:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:37:18.387Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:37:18.389Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:38:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:38:08.847Z||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-11-24T03:38:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:38:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:38:08.849Z||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-11-24T03:38:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:38:18.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:38:18.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:39:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:39:08.847Z||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-11-24T03:39:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:39:08.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:39:08.848Z||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-11-24T03:39:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:39:18.402Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:39:18.402Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:40:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:40:08.847Z||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-11-24T03:40:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:40:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:40:08.848Z||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-11-24T03:40:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:40:18.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:40:18.409Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:41:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:41:08.847Z||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-11-24T03:41:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:41:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:41:08.849Z||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-11-24T03:41:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:41:18.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:41:18.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:42:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:42:08.847Z||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-11-24T03:42:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:42:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:42:08.849Z||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-11-24T03:42:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:42:18.386Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:42:18.388Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:43:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:43:08.847Z||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-11-24T03:43:08.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:43:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:43:08.848Z||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-11-24T03:43:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:43:18.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:43:18.395Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:44:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:44:08.847Z||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-11-24T03:44:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:44:08.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:44:08.848Z||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-11-24T03:44:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:44:18.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:44:18.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:45:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:45:08.847Z||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-11-24T03:45:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:45:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:45:08.848Z||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-11-24T03:45:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:45:18.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:45:18.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:46:08.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:46:08.846Z||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-11-24T03:46:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:46:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:46:08.848Z||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-11-24T03:46:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:46:18.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:46:18.411Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:47:08.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:47:08.847Z||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-11-24T03:47:08.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:47:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:47:08.848Z||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-11-24T03:47:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:47:18.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:47:18.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:48:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:48:08.847Z||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-11-24T03:48:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:48:08.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:48:08.850Z||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-11-24T03:48:08.850Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:48:18.402Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:48:18.402Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:49:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:49:08.846Z||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-11-24T03:49:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:49:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:49:08.848Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:49:08.848Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:49:18.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:49:18.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:50:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:50:08.846Z||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-11-24T03:50:08.847Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:50:08.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:50:08.848Z||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-11-24T03:50:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:50:18.386Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:50:18.386Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:51:08.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:51:08.847Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:51:08.847Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:51:08.848Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:51:08.848Z||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-11-24T03:51:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:51:18.412Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:51:18.412Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:52:08.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:52:08.847Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:52:08.847Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:52:08.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:52:08.849Z||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-11-24T03:52:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:52:18.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:52:18.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:53:08.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:53:08.847Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:53:08.847Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:53:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:53:08.848Z||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-11-24T03:53:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:53:18.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:53:18.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:54:08.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:54:08.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:54:08.848Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:54:08.848Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:54:08.849Z||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-11-24T03:54:08.849Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:54:18.413Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:54:18.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:08.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:55:08.847Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:55:08.847Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:55:08.849Z||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-11-24T03:55:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:09.088Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:09.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262093820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:09.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "cds",
"timestamp": 1669262097374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262093820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "NOTIFIED"
}
2022-11-24T03:55:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "cds",
"timestamp": 1669262097374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:09.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262093820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-24T03:55:09.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "cds",
"timestamp": 1669262097374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262093820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "cds",
"timestamp": 1669262097374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262093820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-24T03:55:09.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "cds",
"timestamp": 1669262097374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:09.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262093820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:09.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "cds",
"timestamp": 1669262097374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:09.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262106630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:09.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262093820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T03:55:09.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "cds",
"timestamp": 1669262097374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T03:55:09.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262106630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:09.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:55:09.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262108403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:55:09.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:55:09.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "cds",
"timestamp": 1669262109040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:55:09.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:55:09.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:09.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T03:55:09.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fec81792-fde6-4ded-8f41-5cd44bf5a944","serviceName":"vFW 2022-11-24 03-54-03","serviceVersion":"1.0","serviceUUID":"7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb","serviceDescription":"catalog service description","serviceInvariantUUID":"6fabacd2-4676-4c72-a8bd-34dece1a9512","resources":[{"resourceInstanceName":"vFW 0ae2c9c7-ea86 0","resourceName":"vFW 0ae2c9c7-ea86","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4f047b46-78f1-419b-9e33-89006633f282","resourceInvariantUUID":"6ae3869d-b090-47de-99e0-69b67efd54de","resourceCustomizationUUID":"7f6819a9-64f3-4676-ad0c-ef1c00ce527a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml","artifactChecksum":"YzYwZTRiMzUwZTI2ZDgwNDZhN2E3YWZmM2U5ZjFhNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab18f918-59ea-4739-a7f9-d2642d69d784","artifactVersion":"1"},{"artifactName":"vfw0ae2c9c7ea860_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json","artifactChecksum":"MDZiYzYxMmFiOWY5YTFhNDEyMjFkNDlkZjUyMGIxYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b9cffb5a-e8d7-48ef-b9f5-977613839620","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a840349b-8b47-40ae-8246-c5336f3790dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml","artifactChecksum":"YTk1Yjg5ODk0NzFlZDc0Nzc2NmY4NzRhZGU1MDlmNjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"98e6aa04-e05f-4e8c-b207-721ab798dcab","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38c72798-ee9a-48ba-876c-2dd7b26453bd","artifactVersion":"2","generatedFromUUID":"a840349b-8b47-40ae-8246-c5336f3790dd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221124035403-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml","artifactChecksum":"OGFhNzcwZjU3NGQzMmMxNzI2MDAwNWRmYmJjNzU5Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2ca8f0f-078b-4c1c-a35d-280c6dd9801e","artifactVersion":"1"},{"artifactName":"service-Vfw20221124035403-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar","artifactChecksum":"MTVlMzI0MWIxOWE4NTExNDc2OGE4N2YxZDlkZjJlYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39001bf8-1d46-498b-bb6c-3de64a8b0265","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T03:55:09.483Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:55:09.494Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:09.506Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:09.507Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:09.607Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-24T03:55:09.612Z||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-11-24T03:55:09.612Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:09.621Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:09.622Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:10.515Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:55:10.516Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:10.518Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:10.518Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "NOTIFIED"
}
2022-11-24T03:55:10.618Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:10.620Z||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-11-24T03:55:10.620Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:10.634Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:10.635Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-24T03:55:11.519Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:55:11.520Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:11.522Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:11.522Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-24T03:55:11.622Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:11.623Z||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-11-24T03:55:11.623Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:11.638Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:11.638Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:12.522Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:55:12.523Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:12.525Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:12.526Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:12.626Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:12.627Z||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-11-24T03:55:12.627Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:12.637Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:12.637Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:13.526Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:55:13.527Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:13.529Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:13.529Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-24T03:55:13.629Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:13.630Z||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-11-24T03:55:13.630Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:13.641Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:13.641Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:14.529Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:55:14.530Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:14.532Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:14.533Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:55:14.633Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:14.634Z||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-11-24T03:55:14.634Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:14.643Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:14.644Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:15.534Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:55:15.534Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:15.536Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:15.536Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T03:55:15.636Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:15.638Z||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-11-24T03:55:15.638Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:15.649Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:15.650Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:16.538Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"serviceName": "vFW 2022-11-24 03-54-03",
"serviceVersion": "1.0",
"serviceUUID": "7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6fabacd2-4676-4c72-a8bd-34dece1a9512",
"resources": [
{
"resourceInstanceName": "vFW 0ae2c9c7-ea86 0",
"resourceCustomizationUUID": "7f6819a9-64f3-4676-ad0c-ef1c00ce527a",
"resourceName": "vFW 0ae2c9c7-ea86",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4f047b46-78f1-419b-9e33-89006633f282",
"resourceInvariantUUID": "6ae3869d-b090-47de-99e0-69b67efd54de",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0ae2c9c7ea860_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"artifactChecksum": "MDZiYzYxMmFiOWY5YTFhNDEyMjFkNDlkZjUyMGIxYTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b9cffb5a-e8d7-48ef-b9f5-977613839620",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a840349b-8b47-40ae-8246-c5336f3790dd",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38c72798-ee9a-48ba-876c-2dd7b26453bd",
"generatedFromUUID": "a840349b-8b47-40ae-8246-c5336f3790dd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38c72798-ee9a-48ba-876c-2dd7b26453bd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221124035403-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"artifactChecksum": "MTVlMzI0MWIxOWE4NTExNDc2OGE4N2YxZDlkZjJlYzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "39001bf8-1d46-498b-bb6c-3de64a8b0265"
}
],
"workloadContext": "Production"
}
2022-11-24T03:55:16.539Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T03:55:16.540Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb ASDC
2022-11-24T03:55:16.650Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:fec81792-fde6-4ded-8f41-5cd44bf5a944
ServiceName:vFW 2022-11-24 03-54-03
ServiceVersion:1.0
ServiceUUID:7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb
ServiceInvariantUUID:6fabacd2-4676-4c72-a8bd-34dece1a9512
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221124035403-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar
ArtifactUUID:39001bf8-1d46-498b-bb6c-3de64a8b0265
ArtifactChecksum:MTVlMzI0MWIxOWE4NTExNDc2OGE4N2YxZDlkZjJlYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0ae2c9c7-ea86 0
ResourceCustomizationUUID:7f6819a9-64f3-4676-ad0c-ef1c00ce527a
ResourceInvariantUUID:6ae3869d-b090-47de-99e0-69b67efd54de
ResourceName:vFW 0ae2c9c7-ea86
ResourceType:VF
ResourceUUID:4f047b46-78f1-419b-9e33-89006633f282
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0ae2c9c7ea860_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json
ArtifactUUID:b9cffb5a-e8d7-48ef-b9f5-977613839620
ArtifactChecksum:MDZiYzYxMmFiOWY5YTFhNDEyMjFkNDlkZjUyMGIxYTg=
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/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml
ArtifactUUID:a840349b-8b47-40ae-8246-c5336f3790dd
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/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env
ArtifactUUID:38c72798-ee9a-48ba-876c-2dd7b26453bd
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/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env
ArtifactUUID:38c72798-ee9a-48ba-876c-2dd7b26453bd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-24T03:55:16.650Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb 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-11-24T03:55:16.887Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T03:55:16.888Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-24T03:55:16.890Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-24T03:55:16.890Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 39001bf8-1d46-498b-bb6c-3de64a8b0265 from URL: /sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:16.890Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-24T03:55:16.892Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:16.990Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-24T03:55:17.010Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar 39001bf8-1d46-498b-bb6c-3de64a8b0265 100659
2022-11-24T03:55:17.011Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar ASDC sendASDCNotification
2022-11-24T03:55:17.012Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:17.014Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T03:55:17.015Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:17.017Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:17.017Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262117010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:55:17.117Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:17.118Z||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-11-24T03:55:17.118Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:17.129Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:17.130Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:18.018Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T03:55:18.019Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-24T03:55:18.020Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 39001bf8-1d46-498b-bb6c-3de64a8b0265, URL: /sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar to file: /app/ASDC/1/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:18.021Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221124035403-csar.csar
2022-11-24T03:55:18.111Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:18.111Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:18.855Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16123886337159937933/Definitions/service-Vfw20221124035403-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-24T03:55:21.721Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T03:55:21.729Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-24T03:55:21.729Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:21.730Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-24T03:55:21.730Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0ae2c9c7-ea86 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:21.730Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:21.730Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-Vfw20221124035403-csar.csar
2022-11-24T03:55:21.731Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-Vfw20221124035403-csar.csar
2022-11-24T03:55:21.731Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-Vfw20221124035403-csar.csar
2022-11-24T03:55:21.731Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:21.731Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:21.731Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-Vfw20221124035403-csar.csar
2022-11-24T03:55:21.732Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:21.732Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:21.732Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:21.732Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-24T03:55:21.739Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.740Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:21.745Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria
2022-11-24T03:55:21.745Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-24T03:55:21.747Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T03:55:21.749Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.749Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:21.749Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria
2022-11-24T03:55:21.750Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-24T03:55:21.750Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T03:55:21.750Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.751Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:21.754Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.754Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria
2022-11-24T03:55:21.755Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T03:55:21.755Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T03:55:21.755Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T03:55:21.755Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:21.756Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T03:55:21.756Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T03:55:21.756Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T03:55:21.756Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T03:55:21.757Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T03:55:21.757Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T03:55:21.757Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:21.757Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T03:55:21.758Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:21.758Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T03:55:21.758Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T03:55:21.759Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-24T03:55:21.759Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.759Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T03:55:21.760Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.761Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria
2022-11-24T03:55:21.761Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:55:21.761Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.761Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria
2022-11-24T03:55:21.762Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:55:21.762Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.762Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria
2022-11-24T03:55:21.762Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:55:21.763Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.763Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria
2022-11-24T03:55:21.763Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T03:55:21.764Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T03:55:21.764Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-24T03:55:21.764Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T03:55:21.764Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T03:55:21.765Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T03:55:21.765Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:21.765Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T03:55:21.765Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:21.766Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T03:55:21.766Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T03:55:21.766Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d842e833-ca9c-4979-a3f9-ea25700682a5
2022-11-24T03:55:21.766Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.767Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria
2022-11-24T03:55:21.767Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T03:55:21.767Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T03:55:21.767Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T03:55:21.768Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:21.768Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T03:55:21.768Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T03:55:21.768Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T03:55:21.768Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-24T03:55:21.769Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T03:55:21.769Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:21.769Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T03:55:21.769Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T03:55:21.770Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c99d1e29-130b-43dc-aa45-77ac6edb4d7f
2022-11-24T03:55:21.770Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.770Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria
2022-11-24T03:55:21.771Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T03:55:21.771Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T03:55:21.771Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T03:55:21.771Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:21.772Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T03:55:21.772Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T03:55:21.772Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T03:55:21.772Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T03:55:21.773Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T03:55:21.773Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T03:55:21.773Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:21.773Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-24T03:55:21.774Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d405369-f2f0-4d0d-b0c6-151eb2b9a2ed
2022-11-24T03:55:21.774Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.774Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:21.774Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.775Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:21.775Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.775Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:21.775Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:21.776Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:21.776Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-24 03-54-03
Description:catalog service description
Model UUID:7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb
Model Version:NULL
Model InvariantUuid:6fabacd2-4676-4c72-a8bd-34dece1a9512
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0ae2c9c7-ea86
Model UUID:a8c0ebea-cd42-431f-b2ad-f94e695e3b55
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ae3869d-b090-47de-99e0-69b67efd54de
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7f6819a9-64f3-4676-ad0c-ef1c00ce527a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f898c48a-1ac2-4cbc-a04c-0ba5e628e3b2
ModelName:Vfw0ae2c9c7Ea86..base_vfw..module-0
ModelUuid:c9f6c292-c866-4512-93c9-be13140ba3e5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d842e833-ca9c-4979-a3f9-ea25700682a5
ModelInvariantUuid:3035f4f5-336d-459a-8e87-6ecc3ce6854f
ModelName:vFW 0ae2c9c7-ea86-nodes.vfwCvfc
ModelUuid:abc91c06-9879-4ada-9eca-30e1cfb8f6e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a0f74ed3-cdf7-4f59-8297-995e0755d85e
ModelInvariantUuid:76d176c1-a335-4c0b-9617-04c4a889b3cb
ModelName:Vfw0ae2c9c7Ea86.compute.nodes.heat.vfw
ModelUuid:3baf88ea-45fb-4b70-bbaa-2e34f5500cd0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c99d1e29-130b-43dc-aa45-77ac6edb4d7f
ModelInvariantUuid:b6818345-5f6c-44b5-b60e-64f31597066f
ModelName:vFW 0ae2c9c7-ea86-nodes.vsnCvfc
ModelUuid:24619955-6c48-4126-8263-af3defeb81a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dcad7e93-2bd3-42f4-92d3-9a18f79c55e6
ModelInvariantUuid:012af492-dc2f-4b2e-bc10-fd01ec5c5109
ModelName:Vfw0ae2c9c7Ea86.compute.nodes.heat.vsn
ModelUuid:ad5741fe-8ef8-4a60-b996-ecd16680ae36
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7d405369-f2f0-4d0d-b0c6-151eb2b9a2ed
ModelInvariantUuid:cd11997e-c2d6-4160-8f12-c7758752b8a9
ModelName:vFW 0ae2c9c7-ea86-nodes.vpgCvfc
ModelUuid:575b1cbc-b490-41b3-9172-5884b37aeac4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:27fba7f6-a726-40d1-bc63-901db1a21f9a
ModelInvariantUuid:6b328f8e-6e57-4c35-9e5e-fe2f86ca042e
ModelName:Vfw0ae2c9c7Ea86.compute.nodes.heat.vpg
ModelUuid:2eb776a3-0f5e-4850-b2b9-89806aeebadc
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-11-24T03:55:21.796Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4f047b46-78f1-419b-9e33-89006633f282
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-11-24T03:55:21.891Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||vFW 0ae2c9c7-ea86 0
2022-11-24T03:55:21.899Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4f047b46-78f1-419b-9e33-89006633f282
2022-11-24T03:55:21.899Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b9cffb5a-e8d7-48ef-b9f5-977613839620 from URL: /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json
2022-11-24T03:55:21.899Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-24T03:55:21.900Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json
2022-11-24T03:55:21.961Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-24T03:55:21.962Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json b9cffb5a-e8d7-48ef-b9f5-977613839620 785
2022-11-24T03:55:21.962Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json ASDC sendASDCNotification
2022-11-24T03:55:21.962Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json
2022-11-24T03:55:21.962Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T03:55:21.962Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:21.965Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:21.965Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262121962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:55:22.065Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:22.066Z||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-11-24T03:55:22.066Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:22.078Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:22.079Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:22.966Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0ae2c9c7Ea86..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f898c48a-1ac2-4cbc-a04c-0ba5e628e3b2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c9f6c292-c866-4512-93c9-be13140ba3e5",
"vfModuleModelCustomizationUUID": "7bd8a094-2520-4c05-ac45-a299a67818db",
"isBase": true,
"artifacts": [
"a840349b-8b47-40ae-8246-c5336f3790dd",
"38c72798-ee9a-48ba-876c-2dd7b26453bd"
],
"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-11-24T03:55:22.980Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0ae2c9c7Ea86..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9f6c292-c866-4512-93c9-be13140ba3e5
VfModuleModelInvariantUUID:f898c48a-1ac2-4cbc-a04c-0ba5e628e3b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
a840349b-8b47-40ae-8246-c5336f3790dd
,
38c72798-ee9a-48ba-876c-2dd7b26453bd
}
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-11-24T03:55:22.983Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0ae2c9c7Ea86..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f898c48a-1ac2-4cbc-a04c-0ba5e628e3b2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c9f6c292-c866-4512-93c9-be13140ba3e5",
"vfModuleModelCustomizationUUID": "7bd8a094-2520-4c05-ac45-a299a67818db",
"isBase": true,
"artifacts": [
"a840349b-8b47-40ae-8246-c5336f3790dd",
"38c72798-ee9a-48ba-876c-2dd7b26453bd"
],
"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-11-24T03:55:22.983Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0ae2c9c7Ea86..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9f6c292-c866-4512-93c9-be13140ba3e5
VfModuleModelInvariantUUID:f898c48a-1ac2-4cbc-a04c-0ba5e628e3b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
a840349b-8b47-40ae-8246-c5336f3790dd
,
38c72798-ee9a-48ba-876c-2dd7b26453bd
}
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-11-24T03:55:22.984Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a840349b-8b47-40ae-8246-c5336f3790dd from URL: /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml
2022-11-24T03:55:22.984Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-24T03:55:22.984Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml
2022-11-24T03:55:23.048Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-24T03:55:23.049Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml a840349b-8b47-40ae-8246-c5336f3790dd 20368
2022-11-24T03:55:23.049Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-24T03:55:23.050Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml
2022-11-24T03:55:23.050Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T03:55:23.050Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:23.053Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:23.053Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262123049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:55:23.153Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:23.154Z||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-11-24T03:55:23.154Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:23.165Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:23.165Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:24.053Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38c72798-ee9a-48ba-876c-2dd7b26453bd from URL: /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env
2022-11-24T03:55:24.054Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-24T03:55:24.054Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env
2022-11-24T03:55:24.100Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-24T03:55:24.101Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env 38c72798-ee9a-48ba-876c-2dd7b26453bd 2098
2022-11-24T03:55:24.101Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-24T03:55:24.101Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env
2022-11-24T03:55:24.102Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T03:55:24.102Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:24.105Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:24.105Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262124101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:55:24.205Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:24.206Z||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-11-24T03:55:24.206Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:24.217Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:24.218Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:25.106Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb
2022-11-24T03:55:25.106Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0ae2c9c7-ea86 0 4f047b46-78f1-419b-9e33-89006633f282 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-11-24T03:55:25.140Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6374b7f4, org.onap.sdc.toscaparser.api.parameters.Input@8012f23, org.onap.sdc.toscaparser.api.parameters.Input@6b0e332e, org.onap.sdc.toscaparser.api.parameters.Input@69b3b7d1, org.onap.sdc.toscaparser.api.parameters.Input@2f3e6604]
2022-11-24T03:55:25.143Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.143Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:25.143Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-11-24T03:55:25.144Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7f6819a9-64f3-4676-ad0c-ef1c00ce527a
2022-11-24T03:55:25.144Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7f6819a9-64f3-4676-ad0c-ef1c00ce527a matches Tosca VF Customization UUID: 7f6819a9-64f3-4676-ad0c-ef1c00ce527a
2022-11-24T03:55:25.144Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7f6819a9-64f3-4676-ad0c-ef1c00ce527a 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-11-24T03:55:25.150Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.150Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:25.151Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7f6819a9-64f3-4676-ad0c-ef1c00ce527a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-24T03:55:25.151Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ac552c7
2022-11-24T03:55:25.152Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.152Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T03:55:25.152Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7bd8a094-2520-4c05-ac45-a299a67818db
2022-11-24T03:55:25.153Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7bd8a094-2520-4c05-ac45-a299a67818db
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-11-24T03:55:25.159Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.159Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria
2022-11-24T03:55:25.159Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:55:25.160Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.160Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria
2022-11-24T03:55:25.160Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:55:25.160Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.161Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria
2022-11-24T03:55:25.161Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T03:55:25.161Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T03:55:25.161Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-24T03:55:25.161Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T03:55:25.162Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T03:55:25.162Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T03:55:25.162Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:25.162Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T03:55:25.162Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:25.162Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T03:55:25.163Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T03:55:25.163Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d842e833-ca9c-4979-a3f9-ea25700682a5
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-11-24T03:55:25.175Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.175Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria
2022-11-24T03:55:25.175Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:55:25.175Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.175Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria
2022-11-24T03:55:25.176Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T03:55:25.176Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T03:55:25.176Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T03:55:25.176Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:25.176Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T03:55:25.176Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T03:55:25.177Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T03:55:25.177Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-24T03:55:25.177Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T03:55:25.177Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:25.177Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T03:55:25.177Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T03:55:25.178Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c99d1e29-130b-43dc-aa45-77ac6edb4d7f
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-11-24T03:55:25.180Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.180Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria
2022-11-24T03:55:25.180Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:55:25.182Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.182Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria
2022-11-24T03:55:25.182Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T03:55:25.183Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T03:55:25.183Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T03:55:25.183Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:25.183Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T03:55:25.183Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T03:55:25.183Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T03:55:25.184Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T03:55:25.184Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T03:55:25.184Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T03:55:25.184Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T03:55:25.184Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-24T03:55:25.184Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d405369-f2f0-4d0d-b0c6-151eb2b9a2ed
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-11-24T03:55:25.186Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.186Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria
2022-11-24T03:55:25.187Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:55:25.187Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.187Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria
2022-11-24T03:55:25.187Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=7f6819a9-64f3-4676-ad0c-ef1c00ce527a
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-11-24T03:55:25.189Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.189Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:25.190Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb: vFW 0ae2c9c7-ea86
2022-11-24T03:55:25.190Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.190Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:25.190Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.190Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:25.190Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.191Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:25.191Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.191Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:25.191Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:55:25.191Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:55:25.192Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-11-24 03-54-03
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-11-24T03:55:25.435Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0ae2c9c7-ea86 4f047b46-78f1-419b-9e33-89006633f282 1 ASDC deployResourceStructure
2022-11-24T03:55:25.436Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json ASDC sendASDCNotification
2022-11-24T03:55:25.436Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json
2022-11-24T03:55:25.436Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T03:55:25.436Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:25.438Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:25.438Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262125436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T03:55:25.538Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:25.539Z||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-11-24T03:55:25.539Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:25.549Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:25.549Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:26.439Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-24T03:55:26.440Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml
2022-11-24T03:55:26.440Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T03:55:26.440Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:26.442Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:26.442Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262126439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-24T03:55:26.542Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:26.543Z||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-11-24T03:55:26.543Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:26.553Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:26.554Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:27.443Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-24T03:55:27.443Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env
2022-11-24T03:55:27.443Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T03:55:27.444Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:27.445Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:27.445Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262127443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-24T03:55:27.545Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T03:55:27.546Z||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-11-24T03:55:27.546Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:27.558Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:27.559Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:28.447Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar ASDC sendASDCNotification
2022-11-24T03:55:28.447Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar
2022-11-24T03:55:28.447Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T03:55:28.448Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:55:28.450Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:55:28.450Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262128447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T03:55:28.550Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:55:28.551Z||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-11-24T03:55:28.551Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:55:28.561Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:55:28.562Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:55:29.451Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:55:29.473Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:55:29.475Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T03:55:29.475Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T03:55:29.476Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T03:55:59.476Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:55:59.485Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:55:59.488Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T03:55:59.488Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T03:55:59.488Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T03:56:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:56:08.848Z||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-11-24T03:56:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:56:08.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:56:08.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:56:08.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262109125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:56:08.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:56:29.488Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:56:29.498Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:56:29.500Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T03:56:29.500Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T03:56:29.500Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T03:56:59.500Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:56:59.508Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:56:59.510Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T03:56:59.511Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T03:56:59.511Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T03:57:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:57:08.848Z||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-11-24T03:57:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:57:08.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:57:08.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:57:08.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262106630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:57:08.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:57:29.511Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:57:29.520Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:57:29.522Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T03:57:29.522Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T03:57:29.523Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T03:57:59.523Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:57:59.534Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:57:59.537Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T03:57:59.537Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T03:57:59.538Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T03:58:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:58:08.849Z||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-11-24T03:58:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:58:09.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:58:09.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "cds",
"timestamp": 1669262110060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-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-11-24T03:58:09.386Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fec81792-fde6-4ded-8f41-5cd44bf5a944
2022-11-24T03:58:09.387Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec81792-fde6-4ded-8f41-5cd44bf5a944 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-11-24T03:58:09.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262109485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262109125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262106630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262110544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262109125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262106630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262111640,
"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-11-24T03:58:09.402Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fec81792-fde6-4ded-8f41-5cd44bf5a944
2022-11-24T03:58:09.402Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec81792-fde6-4ded-8f41-5cd44bf5a944 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-11-24T03:58:09.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262109125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262106630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262112645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T03:58:09.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262109125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262106630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262109125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262109125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262108846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262116972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.414Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262117010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "aai-ml",
"timestamp": 1669262117111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "aai-ml",
"timestamp": 1669262117111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "aai-ml",
"timestamp": 1669262117111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "aai-ml",
"timestamp": 1669262117111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "aai-ml",
"timestamp": 1669262117111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262121962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262122907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T03:58:09.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "aai-ml",
"timestamp": 1669262117111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262123049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.418Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262123913,
"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-11-24T03:58:09.422Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fec81792-fde6-4ded-8f41-5cd44bf5a944
2022-11-24T03:58:09.422Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec81792-fde6-4ded-8f41-5cd44bf5a944 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-11-24T03:58:09.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "aai-ml",
"timestamp": 1669262117111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262124101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "aai-ml",
"timestamp": 1669262124950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262125436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T03:58:09.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262126439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-24T03:58:09.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262127443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-24T03:58:09.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262128447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T03:58:09.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262126630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "cds",
"timestamp": 1669262127374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262126630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "cds",
"timestamp": 1669262127374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262133820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262126630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "cds",
"timestamp": 1669262127374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262133820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262126630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "cds",
"timestamp": 1669262127374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262133820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262126630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "cds",
"timestamp": 1669262127374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262133820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262126630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "cds",
"timestamp": 1669262127374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262133820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262126630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "cds",
"timestamp": 1669262127374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262139125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262133820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "cds",
"timestamp": 1669262140404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262139125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262133820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "cds",
"timestamp": 1669262141410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-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-11-24T03:58:09.453Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f
2022-11-24T03:58:09.454Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 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-11-24T03:58:09.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262139125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262141542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.461Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262139125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "aai-ml",
"timestamp": 1669262142764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T03:58:09.462Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262142593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.462Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262139125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "aai-ml",
"timestamp": 1669262143769,
"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-11-24T03:58:09.467Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fec81792-fde6-4ded-8f41-5cd44bf5a944
2022-11-24T03:58:09.467Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec81792-fde6-4ded-8f41-5cd44bf5a944 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-11-24T03:58:09.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262143639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.474Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262139125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262144661,
"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-11-24T03:58:09.478Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f
2022-11-24T03:58:09.478Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 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-11-24T03:58:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262139125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262145664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T03:58:09.485Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262146861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "aai-ml",
"timestamp": 1669262147111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "aai-ml",
"timestamp": 1669262147111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262149278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T03:58:09.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "aai-ml",
"timestamp": 1669262147111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262150283,
"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-11-24T03:58:09.491Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f
2022-11-24T03:58:09.491Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 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-11-24T03:58:09.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "aai-ml",
"timestamp": 1669262147111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "aai-ml",
"timestamp": 1669262147111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "aai-ml",
"timestamp": 1669262147111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:58:09.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "aai-ml",
"timestamp": 1669262147111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T03:58:09.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T03:58:09.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "aai-ml",
"timestamp": 1669262154821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:58:09.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "aai-ml",
"timestamp": 1669262162565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T03:58:09.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T03:58:09.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:58:09.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "aai-ml",
"timestamp": 1669262163570,
"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-11-24T03:58:09.506Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f
2022-11-24T03:58:09.506Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 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-11-24T03:58:29.542Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:58:29.577Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944
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-11-24T03:58:29.589Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T03:58:29.590Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T03:58:29.590Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T03:58:29.590Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T03:58:29.590Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T03:58:29.590Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T03:58:29.591Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T03:58:29.591Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T03:58:29.591Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T03:58:29.591Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-11-24T03:58:29.597Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T03:58:59.597Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 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-11-24T03:58:59.610Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 and serviceModelVersionId: 7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb
2022-11-24T03:58:59.610Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fabacd2-4676-4c72-a8bd-34dece1a9512
2022-11-24T03:59:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:59:08.848Z||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-11-24T03:59:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:14.322Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fabacd2-4676-4c72-a8bd-34dece1a9512/model-vers/model-ver/7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb?depth=0
2022-11-24T03:59:14.425Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T03:59:14.894Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fabacd2-4676-4c72-a8bd-34dece1a9512/model-vers/model-ver/7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb?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-11-24T03:59:14.900Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fabacd2-4676-4c72-a8bd-34dece1a9512/model-vers/model-ver/7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb?depth=0|INFO|500||Invoke
2022-11-24T03:59:15.008Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fabacd2-4676-4c72-a8bd-34dece1a9512/model-vers/model-ver/7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-24T03:59:15.198Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fabacd2-4676-4c72-a8bd-34dece1a9512/model-vers/model-ver/7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb?depth=0|INFO|500||InvokeReturn
2022-11-24T03:59:15.200Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fabacd2-4676-4c72-a8bd-34dece1a9512/model-vers/model-ver/7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 03:59:15 GMT], content-length=[0], vertex-id=[303120], x-aai-txid=[1-aai-resources-221124-03:59:15:875-27418], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T03:59:15.200Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-24T03:59:15.203Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T03:59:15.203Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-11-24T03:59:15.207Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-11-24T03:59:15.208Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fec81792-fde6-4ded-8f41-5cd44bf5a944 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T03:59:15.208Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T03:59:15.209Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:15.211Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:15.211Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262355208,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T03:59:15.311Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:59:15.312Z||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-11-24T03:59:15.312Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:15.322Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:15.322Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:15.937Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:15.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T03:59:15.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262355208,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T03:59:15.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-11-24T03:59:16.222Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T03:59:16.223Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T03:59:16.223Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:20.627Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:20.628Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T03:59:20.628Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f","serviceName":"basic_onboard_CnkryD","serviceVersion":"1.0","serviceUUID":"4d8935fd-13e6-4d11-9ee2-8be5651c7876","serviceDescription":"service","serviceInvariantUUID":"a4b5f701-e430-4ad1-986b-950c3acb88ca","resources":[{"resourceInstanceName":"basic_onboard_CnkryD 0","resourceName":"basic_onboard_CnkryD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a268e4a-0232-4a3e-9d1d-670dff1727c0","resourceInvariantUUID":"4df9a260-f2d1-45ec-8cba-35b8993b6b94","resourceCustomizationUUID":"a6dce332-3aaf-4b3b-86ef-4eaf00dc495e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml","artifactChecksum":"OTcxMzczZDllNTRiYTgzZmNiNzJiNTFlNjNmMGE1MzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce9b2c66-3b98-4961-9906-cb70ef06e6a2","artifactVersion":"1"},{"artifactName":"basic_onboard_cnkryd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json","artifactChecksum":"M2M5MjA3ZTVhOTlhYjNkNTk5NjU0YjhkMDRkMGYwYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9dfad4d5-da75-4d3b-9034-f3691a61cd0d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"73531450-b29a-4215-9db2-ab07ba4c27bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a24d372e-f290-4969-9f69-0f119703bac2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9206ae2-2b52-4d56-ba49-373baf61e65b","artifactVersion":"2","generatedFromUUID":"73531450-b29a-4215-9db2-ab07ba4c27bb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCnkryd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml","artifactChecksum":"NzM4NzBhMDlkZDkyMjY5YWMwMmEwNWI1ZWI4OWU3ZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd2d479c-978d-40cf-9f80-08253eb673f1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCnkryd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar","artifactChecksum":"YTA4MTI3ZTdkYmE1MjY2M2VmN2Q0NDRkMWVmM2Y5MzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9a9f2c5-313c-4ea9-a9a2-7ac61ba00ea3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T03:59:20.631Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:59:20.631Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:20.633Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:20.633Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:59:20.734Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-24T03:59:20.735Z||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-11-24T03:59:20.735Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:20.748Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:20.749Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:21.634Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:59:21.634Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:21.636Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:21.636Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "NOTIFIED"
}
2022-11-24T03:59:21.736Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:59:21.737Z||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-11-24T03:59:21.737Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:21.748Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:21.748Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:22.636Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:59:22.637Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:22.639Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:22.640Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-24T03:59:22.740Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:59:22.741Z||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-11-24T03:59:22.741Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:22.751Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:22.752Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:23.640Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:59:23.642Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:23.643Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:23.643Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:59:23.745Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-24T03:59:23.746Z||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-11-24T03:59:23.746Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:23.757Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:23.758Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:24.644Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:59:24.645Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:24.647Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:24.647Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-24T03:59:24.747Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:59:24.748Z||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-11-24T03:59:24.748Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:24.758Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:24.759Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:25.647Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:59:25.648Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:25.650Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:25.650Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T03:59:25.750Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:59:25.751Z||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-11-24T03:59:25.751Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:25.761Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:25.761Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:26.650Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T03:59:26.651Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:26.653Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:26.653Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T03:59:26.753Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:59:26.754Z||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-11-24T03:59:26.754Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:26.763Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:26.764Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:27.655Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"serviceName": "basic_onboard_CnkryD",
"serviceVersion": "1.0",
"serviceUUID": "4d8935fd-13e6-4d11-9ee2-8be5651c7876",
"serviceDescription": "service",
"serviceInvariantUUID": "a4b5f701-e430-4ad1-986b-950c3acb88ca",
"resources": [
{
"resourceInstanceName": "basic_onboard_CnkryD 0",
"resourceCustomizationUUID": "a6dce332-3aaf-4b3b-86ef-4eaf00dc495e",
"resourceName": "basic_onboard_CnkryD",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8a268e4a-0232-4a3e-9d1d-670dff1727c0",
"resourceInvariantUUID": "4df9a260-f2d1-45ec-8cba-35b8993b6b94",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cnkryd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"artifactChecksum": "M2M5MjA3ZTVhOTlhYjNkNTk5NjU0YjhkMDRkMGYwYTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9dfad4d5-da75-4d3b-9034-f3691a61cd0d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "73531450-b29a-4215-9db2-ab07ba4c27bb",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9206ae2-2b52-4d56-ba49-373baf61e65b",
"generatedFromUUID": "73531450-b29a-4215-9db2-ab07ba4c27bb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9206ae2-2b52-4d56-ba49-373baf61e65b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCnkryd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"artifactChecksum": "YTA4MTI3ZTdkYmE1MjY2M2VmN2Q0NDRkMWVmM2Y5MzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b9a9f2c5-313c-4ea9-a9a2-7ac61ba00ea3"
}
],
"workloadContext": "Production"
}
2022-11-24T03:59:27.656Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T03:59:27.656Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8935fd-13e6-4d11-9ee2-8be5651c7876 ASDC
2022-11-24T03:59:27.656Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f
ServiceName:basic_onboard_CnkryD
ServiceVersion:1.0
ServiceUUID:4d8935fd-13e6-4d11-9ee2-8be5651c7876
ServiceInvariantUUID:a4b5f701-e430-4ad1-986b-950c3acb88ca
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCnkryd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar
ArtifactUUID:b9a9f2c5-313c-4ea9-a9a2-7ac61ba00ea3
ArtifactChecksum:YTA4MTI3ZTdkYmE1MjY2M2VmN2Q0NDRkMWVmM2Y5MzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CnkryD 0
ResourceCustomizationUUID:a6dce332-3aaf-4b3b-86ef-4eaf00dc495e
ResourceInvariantUUID:4df9a260-f2d1-45ec-8cba-35b8993b6b94
ResourceName:basic_onboard_CnkryD
ResourceType:VF
ResourceUUID:8a268e4a-0232-4a3e-9d1d-670dff1727c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cnkryd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json
ArtifactUUID:9dfad4d5-da75-4d3b-9034-f3691a61cd0d
ArtifactChecksum:M2M5MjA3ZTVhOTlhYjNkNTk5NjU0YjhkMDRkMGYwYTU=
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/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:73531450-b29a-4215-9db2-ab07ba4c27bb
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/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env
ArtifactUUID:d9206ae2-2b52-4d56-ba49-373baf61e65b
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/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env
ArtifactUUID:d9206ae2-2b52-4d56-ba49-373baf61e65b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-24T03:59:27.657Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8935fd-13e6-4d11-9ee2-8be5651c7876 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-11-24T03:59:27.683Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T03:59:27.684Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-24T03:59:27.684Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-24T03:59:27.684Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b9a9f2c5-313c-4ea9-a9a2-7ac61ba00ea3 from URL: /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:27.684Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-24T03:59:27.684Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:27.848Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-24T03:59:27.852Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar b9a9f2c5-313c-4ea9-a9a2-7ac61ba00ea3 75281
2022-11-24T03:59:27.852Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar ASDC sendASDCNotification
2022-11-24T03:59:27.852Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:27.852Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T03:59:27.853Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:27.854Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:27.855Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262367852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:59:27.955Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:59:27.956Z||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-11-24T03:59:27.956Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:27.966Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:27.967Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:28.855Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T03:59:28.856Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-24T03:59:28.857Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b9a9f2c5-313c-4ea9-a9a2-7ac61ba00ea3, URL: /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar to file: /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:28.857Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:28.858Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:28.858Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:29.103Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8938497550795460484/Definitions/service-BasicOnboardCnkryd-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-24T03:59:30.238Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T03:59:30.238Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CnkryD 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-24T03:59:30.240Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.240Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:30.240Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria
2022-11-24T03:59:30.240Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-24T03:59:30.240Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T03:59:30.240Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.241Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:30.241Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria
2022-11-24T03:59:30.241Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-24T03:59:30.241Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T03:59:30.241Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.241Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is not matching search criteria
2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-24T03:59:30.243Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.243Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T03:59:30.243Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.243Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria
2022-11-24T03:59:30.243Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:59:30.243Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.244Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria
2022-11-24T03:59:30.244Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:59:30.244Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.244Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria
2022-11-24T03:59:30.244Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:59:30.244Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is not matching search criteria
2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0495a6c5-7f89-4e5f-a8ac-5484cb0a8908
2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.246Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:30.246Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.246Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:30.246Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:30.246Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:30.246Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CnkryD
Description:service
Model UUID:4d8935fd-13e6-4d11-9ee2-8be5651c7876
Model Version:NULL
Model InvariantUuid:a4b5f701-e430-4ad1-986b-950c3acb88ca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CnkryD
Model UUID:4013a154-777d-4119-a310-cece236b52e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4df9a260-f2d1-45ec-8cba-35b8993b6b94
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a6dce332-3aaf-4b3b-86ef-4eaf00dc495e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:73d4fd0d-8832-4684-8b0a-b40a07331f79
ModelName:BasicOnboardCnkryd..base_ubuntu18..module-0
ModelUuid:0dd6939b-057d-41e7-a7ec-8cd400833296
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0495a6c5-7f89-4e5f-a8ac-5484cb0a8908
ModelInvariantUuid:fc582301-06f0-4d6b-9f98-9e983ef60b61
ModelName:basic_onboard_CnkryD-nodes.ubuntu18Cvfc
ModelUuid:9842fb01-60e3-4e79-b12a-fc5b4fed1a4a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:023b8de1-ae2a-4446-af36-a1924c2dba1b
ModelInvariantUuid:ffdd2f98-33e0-486e-a2ad-4fe0bc1bd0f5
ModelName:BasicOnboardCnkryd.compute.nodes.heat.ubuntu18
ModelUuid:f5bc2973-25f9-4bb6-9c5e-04170f6d8b16
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-11-24T03:59:30.253Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a268e4a-0232-4a3e-9d1d-670dff1727c0
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-11-24T03:59:30.255Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||basic_onboard_CnkryD 0
2022-11-24T03:59:30.255Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a268e4a-0232-4a3e-9d1d-670dff1727c0
2022-11-24T03:59:30.256Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9dfad4d5-da75-4d3b-9034-f3691a61cd0d from URL: /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json
2022-11-24T03:59:30.256Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-24T03:59:30.256Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json
2022-11-24T03:59:30.299Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-24T03:59:30.299Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json 9dfad4d5-da75-4d3b-9034-f3691a61cd0d 798
2022-11-24T03:59:30.300Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json ASDC sendASDCNotification
2022-11-24T03:59:30.300Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json
2022-11-24T03:59:30.301Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T03:59:30.301Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:30.304Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:30.304Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262370300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:59:30.404Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:59:30.405Z||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-11-24T03:59:30.405Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:30.415Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:30.415Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:31.304Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCnkryd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "73d4fd0d-8832-4684-8b0a-b40a07331f79",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0dd6939b-057d-41e7-a7ec-8cd400833296",
"vfModuleModelCustomizationUUID": "13ba4e78-9dc2-445f-a583-5cd82c87dbbc",
"isBase": true,
"artifacts": [
"73531450-b29a-4215-9db2-ab07ba4c27bb",
"d9206ae2-2b52-4d56-ba49-373baf61e65b"
],
"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-11-24T03:59:31.309Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCnkryd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0dd6939b-057d-41e7-a7ec-8cd400833296
VfModuleModelInvariantUUID:73d4fd0d-8832-4684-8b0a-b40a07331f79
VfModuleModelDescription:NULL
Artifacts UUID List:{
73531450-b29a-4215-9db2-ab07ba4c27bb
,
d9206ae2-2b52-4d56-ba49-373baf61e65b
}
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-11-24T03:59:31.310Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCnkryd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "73d4fd0d-8832-4684-8b0a-b40a07331f79",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0dd6939b-057d-41e7-a7ec-8cd400833296",
"vfModuleModelCustomizationUUID": "13ba4e78-9dc2-445f-a583-5cd82c87dbbc",
"isBase": true,
"artifacts": [
"73531450-b29a-4215-9db2-ab07ba4c27bb",
"d9206ae2-2b52-4d56-ba49-373baf61e65b"
],
"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-11-24T03:59:31.311Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCnkryd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0dd6939b-057d-41e7-a7ec-8cd400833296
VfModuleModelInvariantUUID:73d4fd0d-8832-4684-8b0a-b40a07331f79
VfModuleModelDescription:NULL
Artifacts UUID List:{
73531450-b29a-4215-9db2-ab07ba4c27bb
,
d9206ae2-2b52-4d56-ba49-373baf61e65b
}
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-11-24T03:59:31.311Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 73531450-b29a-4215-9db2-ab07ba4c27bb from URL: /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml
2022-11-24T03:59:31.311Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-24T03:59:31.311Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml
2022-11-24T03:59:31.358Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-24T03:59:31.358Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml 73531450-b29a-4215-9db2-ab07ba4c27bb 5033
2022-11-24T03:59:31.358Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-24T03:59:31.358Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml
2022-11-24T03:59:31.358Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T03:59:31.359Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:31.360Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:31.360Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262371358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:59:31.461Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:59:31.461Z||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-11-24T03:59:31.462Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:31.486Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:31.487Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:32.362Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d9206ae2-2b52-4d56-ba49-373baf61e65b from URL: /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env
2022-11-24T03:59:32.362Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-24T03:59:32.362Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env
2022-11-24T03:59:32.415Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-24T03:59:32.416Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env d9206ae2-2b52-4d56-ba49-373baf61e65b 909
2022-11-24T03:59:32.416Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-24T03:59:32.416Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env
2022-11-24T03:59:32.417Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T03:59:32.417Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:32.419Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:32.419Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262372416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T03:59:32.520Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T03:59:32.521Z||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-11-24T03:59:32.521Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:32.531Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:32.532Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:33.423Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4d8935fd-13e6-4d11-9ee2-8be5651c7876
2022-11-24T03:59:33.424Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CnkryD 0 8a268e4a-0232-4a3e-9d1d-670dff1727c0 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-11-24T03:59:33.439Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c3dcd32, org.onap.sdc.toscaparser.api.parameters.Input@22667f2d, org.onap.sdc.toscaparser.api.parameters.Input@3810bbf4, org.onap.sdc.toscaparser.api.parameters.Input@4cfe7518, org.onap.sdc.toscaparser.api.parameters.Input@1e7875e8]
2022-11-24T03:59:33.440Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.440Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:33.441Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-11-24T03:59:33.441Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a6dce332-3aaf-4b3b-86ef-4eaf00dc495e
2022-11-24T03:59:33.441Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a6dce332-3aaf-4b3b-86ef-4eaf00dc495e matches Tosca VF Customization UUID: a6dce332-3aaf-4b3b-86ef-4eaf00dc495e
2022-11-24T03:59:33.441Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a6dce332-3aaf-4b3b-86ef-4eaf00dc495e 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-11-24T03:59:33.443Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.444Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:33.444Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a6dce332-3aaf-4b3b-86ef-4eaf00dc495e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-24T03:59:33.444Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@dedcef1
2022-11-24T03:59:33.445Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.445Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T03:59:33.445Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 13ba4e78-9dc2-445f-a583-5cd82c87dbbc
2022-11-24T03:59:33.445Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 13ba4e78-9dc2-445f-a583-5cd82c87dbbc
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-11-24T03:59:33.448Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.448Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria
2022-11-24T03:59:33.448Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:59:33.448Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.448Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria
2022-11-24T03:59:33.449Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:59:33.449Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.449Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is not matching search criteria
2022-11-24T03:59:33.449Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-24T03:59:33.450Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-24T03:59:33.450Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0495a6c5-7f89-4e5f-a8ac-5484cb0a8908
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-11-24T03:59:33.452Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.452Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria
2022-11-24T03:59:33.452Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T03:59:33.452Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.453Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria
2022-11-24T03:59:33.453Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=a6dce332-3aaf-4b3b-86ef-4eaf00dc495e
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-11-24T03:59:33.455Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.455Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:33.455Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4d8935fd-13e6-4d11-9ee2-8be5651c7876: basic_onboard_CnkryD
2022-11-24T03:59:33.455Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.456Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:33.456Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.456Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:33.456Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.456Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:33.457Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.457Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:33.457Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T03:59:33.457Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T03:59:33.457Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_CnkryD
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-11-24T03:59:33.540Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CnkryD 8a268e4a-0232-4a3e-9d1d-670dff1727c0 1 ASDC deployResourceStructure
2022-11-24T03:59:33.540Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json ASDC sendASDCNotification
2022-11-24T03:59:33.540Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json
2022-11-24T03:59:33.540Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T03:59:33.541Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:33.542Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:33.542Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262373540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T03:59:33.643Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:59:33.643Z||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-11-24T03:59:33.644Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:33.655Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:33.655Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:34.544Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-24T03:59:34.544Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml
2022-11-24T03:59:34.544Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T03:59:34.544Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:34.547Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:34.547Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262374543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-24T03:59:34.647Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:59:34.647Z||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-11-24T03:59:34.648Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:34.657Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:34.658Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:35.548Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-24T03:59:35.548Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env
2022-11-24T03:59:35.548Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T03:59:35.548Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:35.550Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:35.550Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262375548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-24T03:59:35.650Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T03:59:35.651Z||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-11-24T03:59:35.651Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:35.661Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:35.661Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:36.551Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar ASDC sendASDCNotification
2022-11-24T03:59:36.551Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar
2022-11-24T03:59:36.551Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T03:59:36.552Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T03:59:36.569Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T03:59:36.569Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262376551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T03:59:36.653Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-11-24T03:59:36.654Z||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-11-24T03:59:36.654Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T03:59:36.665Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T03:59:36.665Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-24T03:59:37.569Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f
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-11-24T03:59:37.581Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f
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-11-24T03:59:37.584Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T03:59:37.584Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T03:59:37.584Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T03:59:37.584Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T03:59:37.585Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T03:59:37.585Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T03:59:37.585Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T03:59:37.585Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T03:59:37.585Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T03:59:37.585Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-11-24T03:59:37.590Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T04:00:07.590Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 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-11-24T04:00:07.598Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f and serviceModelVersionId: 4d8935fd-13e6-4d11-9ee2-8be5651c7876
2022-11-24T04:00:07.598Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4b5f701-e430-4ad1-986b-950c3acb88ca
2022-11-24T04:00:07.599Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4b5f701-e430-4ad1-986b-950c3acb88ca/model-vers/model-ver/4d8935fd-13e6-4d11-9ee2-8be5651c7876?depth=0
2022-11-24T04:00:07.602Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T04:00:07.646Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4b5f701-e430-4ad1-986b-950c3acb88ca/model-vers/model-ver/4d8935fd-13e6-4d11-9ee2-8be5651c7876?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-11-24T04:00:07.649Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4b5f701-e430-4ad1-986b-950c3acb88ca/model-vers/model-ver/4d8935fd-13e6-4d11-9ee2-8be5651c7876?depth=0|INFO|500||Invoke
2022-11-24T04:00:07.676Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4b5f701-e430-4ad1-986b-950c3acb88ca/model-vers/model-ver/4d8935fd-13e6-4d11-9ee2-8be5651c7876?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-24T04:00:07.773Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4b5f701-e430-4ad1-986b-950c3acb88ca/model-vers/model-ver/4d8935fd-13e6-4d11-9ee2-8be5651c7876?depth=0|INFO|500||InvokeReturn
2022-11-24T04:00:07.774Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4b5f701-e430-4ad1-986b-950c3acb88ca/model-vers/model-ver/4d8935fd-13e6-4d11-9ee2-8be5651c7876?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 04:00:08 GMT], content-length=[0], vertex-id=[217176], x-aai-txid=[2-aai-resources-221124-04:00:08:542-15338], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T04:00:07.774Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-24T04:00:07.774Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T04:00:07.775Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-11-24T04:00:07.779Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-11-24T04:00:07.779Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T04:00:07.779Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T04:00:07.780Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:00:07.781Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:00:07.781Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262407779,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T04:00:07.881Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:00:07.882Z||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-11-24T04:00:07.882Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:00:07.895Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:00:07.895Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 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-11-24T04:00:08.794Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:00:08.795Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:00:08.795Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:00:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:00:08.848Z||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-11-24T04:00:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:00:09.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:00:09.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:00:09.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T04:00:09.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "NOTIFIED"
}
2022-11-24T04:00:09.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T04:00:09.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-24T04:00:09.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T04:00:09.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:00:09.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T04:00:09.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-24T04:00:09.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:00:09.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262356222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T04:00:09.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262367852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T04:00:09.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:00:09.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262370300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T04:00:09.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:00:09.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262371358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T04:00:09.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:00:09.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262372416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T04:00:09.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:00:09.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262373540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T04:00:09.479Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:00:09.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262374543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-24T04:00:09.479Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:00:09.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262375548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-24T04:00:09.479Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:00:09.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262376551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T04:00:09.480Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:00:09.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T04:00:09.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262407779,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T04:00:09.480Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:00:18.349Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:00:18.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:00:18.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:00:18.350Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:00:27.894Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:00:27.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:00:27.895Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:00:27.895Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:00:37.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:00:37.440Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:00:37.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:00:37.441Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:00:46.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:01:08.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:01:08.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:01:08.847Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:01:08.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:01:08.848Z||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-11-24T04:01:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:01:18.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:01:18.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:02:08.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:02:08.848Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:02:08.848Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:02:08.849Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:02:08.850Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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-11-24T04:02:08.850Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:02:18.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:02:18.398Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:03:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:03:08.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:03:08.848Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:03:08.848Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:03:08.848Z||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-11-24T04:03:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:03:18.396Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:03:18.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:04:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:04:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:04:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:04:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:04:08.848Z||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-11-24T04:04:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:04:18.420Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:04:18.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:05:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:05:08.848Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:05:08.849Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:05:08.849Z||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-11-24T04:05:08.849Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:05:08.849Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:05:18.396Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:05:18.396Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:06:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:06:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:06:08.848Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:06:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:06:08.848Z||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-11-24T04:06:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:06:18.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:06:18.407Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:07:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:07:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:07:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:07:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:07:08.848Z||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-11-24T04:07:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:07:18.388Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:07:18.396Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:08:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:08:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:08:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:08:08.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:08:08.848Z||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-11-24T04:08:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:08:18.417Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:08:18.446Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:09:08.848Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T04:09:08.848Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T04:09:08.848Z||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-11-24T04:09:08.848Z||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 l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:09.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:09.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262906630,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:09.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "cds",
"timestamp": 1669262907374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:09.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262913820,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:09.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262906630,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:09.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "cds",
"timestamp": 1669262907374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T04:09:09.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669262913820,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T04:09:09.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "cds",
"timestamp": 1669262916498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T04:09:09.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:09:09.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "cds",
"timestamp": 1669262917509,
"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-11-24T04:09:09.064Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c492e3b-8d0f-4bc2-9384-7be496885916
2022-11-24T04:09:09.064Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c492e3b-8d0f-4bc2-9384-7be496885916 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-11-24T04:09:09.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262919125,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:09.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262919125,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T04:09:09.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262921880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T04:09:09.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:09:09.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262923572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T04:09:09.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:09:09.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669262924576,
"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-11-24T04:09:09.081Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c492e3b-8d0f-4bc2-9384-7be496885916
2022-11-24T04:09:09.082Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c492e3b-8d0f-4bc2-9384-7be496885916 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-11-24T04:09:09.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "aai-ml",
"timestamp": 1669262927111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:09.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "aai-ml",
"timestamp": 1669262927111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T04:09:09.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "aai-ml",
"timestamp": 1669262929824,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T04:09:09.093Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:09:09.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "aai-ml",
"timestamp": 1669262933961,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T04:09:09.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T04:09:09.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "aai-ml",
"timestamp": 1669262934965,
"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-11-24T04:09:09.099Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c492e3b-8d0f-4bc2-9384-7be496885916
2022-11-24T04:09:09.099Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c492e3b-8d0f-4bc2-9384-7be496885916 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-11-24T04:09:09.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "cds",
"timestamp": 1669262937374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:09.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262946630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:09.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "cds",
"timestamp": 1669262937374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:09.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669262946630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:09.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "cds",
"timestamp": 1669262937374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:09.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T04:09:09.478Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:09.479Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T04:09:09.479Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c492e3b-8d0f-4bc2-9384-7be496885916","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"be4e3230-d20a-4687-95e6-889f92764658","serviceDescription":"service","serviceInvariantUUID":"b410cfb2-eb54-4998-aedf-2ff54762094f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8f548dd8-71c0-4f99-aea9-ac5f1137fe1c","resourceInvariantUUID":"02016826-fab2-4172-a081-3db610b4f9e2","resourceCustomizationUUID":"bf64cefb-4e3e-4709-b068-20808986b030","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":"MzY5OGEzODFmYmZjMDFlOWQzYWZmZmE0NTU1MGRjMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a91d8ebc-b3ee-46ce-9560-97ef03dde31e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWFiZTc5MmJhZjc1N2FmOTNhODBhMzc4MzczMzc3NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"994a947b-7612-4ac6-825f-332d98cf56a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T04:09:09.484Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T04:09:09.485Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:09.489Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:09.489Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262948846,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:09.589Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:09.590Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T04:09:09.590Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:09.602Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:09.602Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T04:09:10.489Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T04:09:10.490Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:10.492Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:10.492Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262948846,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T04:09:10.592Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:10.593Z||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-11-24T04:09:10.593Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:10.617Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:10.617Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-24T04:09:11.493Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "be4e3230-d20a-4687-95e6-889f92764658",
"serviceDescription": "service",
"serviceInvariantUUID": "b410cfb2-eb54-4998-aedf-2ff54762094f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "bf64cefb-4e3e-4709-b068-20808986b030",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8f548dd8-71c0-4f99-aea9-ac5f1137fe1c",
"resourceInvariantUUID": "02016826-fab2-4172-a081-3db610b4f9e2",
"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": "MWFiZTc5MmJhZjc1N2FmOTNhODBhMzc4MzczMzc3NjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "994a947b-7612-4ac6-825f-332d98cf56a9"
}
],
"workloadContext": "Production"
}
2022-11-24T04:09:11.494Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T04:09:11.494Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 be4e3230-d20a-4687-95e6-889f92764658 ASDC
2022-11-24T04:09:11.494Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3c492e3b-8d0f-4bc2-9384-7be496885916
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:be4e3230-d20a-4687-95e6-889f92764658
ServiceInvariantUUID:b410cfb2-eb54-4998-aedf-2ff54762094f
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:994a947b-7612-4ac6-825f-332d98cf56a9
ArtifactChecksum:MWFiZTc5MmJhZjc1N2FmOTNhODBhMzc4MzczMzc3NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bf64cefb-4e3e-4709-b068-20808986b030
ResourceInvariantUUID:02016826-fab2-4172-a081-3db610b4f9e2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8f548dd8-71c0-4f99-aea9-ac5f1137fe1c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-24T04:09:11.494Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be4e3230-d20a-4687-95e6-889f92764658 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-11-24T04:09:11.521Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T04:09:11.522Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-24T04:09:11.522Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-24T04:09:11.522Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 994a947b-7612-4ac6-825f-332d98cf56a9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-24T04:09:11.522Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-24T04:09:11.523Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-24T04:09:11.594Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-24T04:09:11.597Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 994a947b-7612-4ac6-825f-332d98cf56a9 57661
2022-11-24T04:09:11.597Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-24T04:09:11.597Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-24T04:09:11.598Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T04:09:11.598Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:11.600Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:11.600Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262951597,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T04:09:11.700Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:11.701Z||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-11-24T04:09:11.701Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:11.726Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:11.726Z||pool-37-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-24T04:09:12.601Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T04:09:12.602Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-24T04:09:12.602Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 994a947b-7612-4ac6-825f-332d98cf56a9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T04:09:12.603Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-24T04:09:12.603Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T04:09:12.603Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T04:09:12.815Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP874229842662303798/Definitions/service-BasicNetwork-template.yml
2022-11-24T04:09:13.392Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T04:09:13.392Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-24T04:09:13.392Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:13.394Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:13.394Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-24T04:09:13.394Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.394Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.394Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-24T04:09:13.395Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-24T04:09:13.395Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T04:09:13.395Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.395Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.395Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-24T04:09:13.396Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-24T04:09:13.396Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T04:09:13.396Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.396Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.396Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.396Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.397Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.397Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.397Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.397Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.397Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.398Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.398Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:be4e3230-d20a-4687-95e6-889f92764658
Model Version:NULL
Model InvariantUuid:b410cfb2-eb54-4998-aedf-2ff54762094f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:02016826-fab2-4172-a081-3db610b4f9e2
Model UUID:20c6ee64-97e3-4d05-bb4b-ba9136c1b22c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:bf64cefb-4e3e-4709-b068-20808986b030
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-11-24T04:09:13.403Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 8f548dd8-71c0-4f99-aea9-ac5f1137fe1c
2022-11-24T04:09:13.404Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||No resources found for Service: be4e3230-d20a-4687-95e6-889f92764658
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-11-24T04:09:13.408Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||
2022-11-24T04:09:13.408Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-24T04:09:13.409Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||No resources found for Service: be4e3230-d20a-4687-95e6-889f92764658
2022-11-24T04:09:13.409Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: be4e3230-d20a-4687-95e6-889f92764658
2022-11-24T04:09:13.410Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-24T04:09:13.410Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:13.413Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49245dd2, org.onap.sdc.toscaparser.api.parameters.Input@3ec39a27, org.onap.sdc.toscaparser.api.parameters.Input@1234be90, org.onap.sdc.toscaparser.api.parameters.Input@12447b05, org.onap.sdc.toscaparser.api.parameters.Input@79e57e52]
2022-11-24T04:09:13.415Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.415Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.415Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.415Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.416Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid be4e3230-d20a-4687-95e6-889f92764658: Generic NeutronNet
2022-11-24T04:09:13.416Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.416Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.416Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.416Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:13.444Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.444Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.445Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.445Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.445Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:13.445Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:13.445Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:13.488Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-24T04:09:13.488Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-24T04:09:13.488Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-24T04:09:13.488Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T04:09:13.489Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:13.490Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:13.490Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262953488,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T04:09:13.590Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:13.591Z||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-11-24T04:09:13.591Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:13.601Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:13.602Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-24T04:09:14.491Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c492e3b-8d0f-4bc2-9384-7be496885916
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-11-24T04:09:14.504Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c492e3b-8d0f-4bc2-9384-7be496885916
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-11-24T04:09:14.508Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T04:09:14.508Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T04:09:14.508Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T04:09:14.508Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T04:09:14.508Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T04:09:14.509Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T04:09:14.509Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T04:09:14.509Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T04:09:14.509Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:14.514Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T04:09:44.514Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c492e3b-8d0f-4bc2-9384-7be496885916 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-11-24T04:09:44.520Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c492e3b-8d0f-4bc2-9384-7be496885916 and serviceModelVersionId: be4e3230-d20a-4687-95e6-889f92764658
2022-11-24T04:09:44.520Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b410cfb2-eb54-4998-aedf-2ff54762094f
2022-11-24T04:09:44.521Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0
2022-11-24T04:09:44.525Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T04:09:44.571Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0|INFO|500||Invoke
2022-11-24T04:09:44.571Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3c492e3b-8d0f-4bc2-9384-7be496885916], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7db2e755-8781-47e5-b887-efa744980818], X-ECOMP-RequestID=[3c492e3b-8d0f-4bc2-9384-7be496885916], X-TransactionId=[], X-ONAP-RequestID=[3c492e3b-8d0f-4bc2-9384-7be496885916], Content-Type=[application/merge-patch+json]}
2022-11-24T04:09:44.597Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-24T04:09:44.685Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?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/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 04:09:45 GMT], content-length=[0], vertex-id=[434304], x-aai-txid=[0-aai-resources-221124-04:09:45:478-37555], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T04:09:44.685Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-24T04:09:44.686Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0|INFO|500||InvokeReturn
2022-11-24T04:09:44.686Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T04:09:44.687Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:44.691Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-11-24T04:09:44.691Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c492e3b-8d0f-4bc2-9384-7be496885916 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T04:09:44.691Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T04:09:44.691Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:44.693Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:44.693Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262984691,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T04:09:44.793Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:44.794Z||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-11-24T04:09:44.794Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:44.806Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:44.806Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 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-11-24T04:09:45.704Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T04:09:45.705Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6b210fa-1071-478a-9848-f6ca8a7c4c1f","serviceName":"Demo_pNF_Cz3aRzRrFIsG03GeUvnT","serviceVersion":"1.0","serviceUUID":"6961b582-826e-4764-bb88-5567ab50b1a8","serviceDescription":"catalog service description","serviceInvariantUUID":"8b5c1070-9c27-4b25-978e-58c1b580a9dc","resources":[{"resourceInstanceName":"pNF 74a9c296-5333 0","resourceName":"pNF 74a9c296-5333","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"41991166-1c38-4cb5-80a8-adaadc22ada3","resourceInvariantUUID":"faab5bc5-b7bb-43f5-bfff-af172da23d28","resourceCustomizationUUID":"2c0d07f6-7285-47db-a4e2-fb3de2625ed8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vf-license-model.xml","artifactChecksum":"NTNkYTk2MDU3OGYxY2Q2MjBmNTZlNDdjZjQ4YzU5ZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6bc56ed-83c1-4723-828e-a2efe546c03f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/pNF.csar","artifactChecksum":"NmFhOWM5NGQ4ZTk4NDQ2MmRhODIzZmUzNWE0NzQ1NTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3381fcc0-9a4a-4a63-8631-ff3219cc36cc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8e58a87-f35e-45a4-931d-1bc08de9d4be","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vendor-license-model.xml","artifactChecksum":"YjkxOTZhMGQ5MzhmMGI3OTRmYmM3YWE1NjFlNGZhNDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8161d39-e844-4a26-a4c8-2e9ed858300e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c7e354d-6df4-424a-bb1a-407b1dd4569b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c3e2e1e-8964-4521-8e29-3c7ab2772165","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCz3arzrrfisg03geuvnt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-template.yml","artifactChecksum":"MjIxNzNiZmUyNzg0ZTViYWI4YWFhZWU1MWRjOWZkYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1779d980-0d8d-4b7c-9629-f409d4dac9a9","artifactVersion":"1"},{"artifactName":"service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar","artifactChecksum":"ZmU5OGRkYjJjZDYxZDJlYTE4YzViMDUyMDFiNDI4NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd34faf9-1ad4-42b6-b2a4-14fe41317530","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T04:09:45.706Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T04:09:45.706Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:45.708Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:45.708Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262948846,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:45.808Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:45.809Z||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-11-24T04:09:45.809Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:45.820Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:45.820Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T04:09:46.709Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T04:09:46.709Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:46.711Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:46.711Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262948846,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:46.811Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T04:09:46.813Z||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-11-24T04:09:46.813Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:46.850Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:46.851Z||pool-41-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-11-24T04:09:47.712Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T04:09:47.713Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:47.715Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:47.715Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262948846,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:47.815Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:47.816Z||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-11-24T04:09:47.816Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:47.826Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:47.826Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-24T04:09:48.715Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T04:09:48.716Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:48.718Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:48.718Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262948846,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:48.818Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:48.819Z||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-11-24T04:09:48.819Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:48.828Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:48.829Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-24T04:09:49.719Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T04:09:49.720Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:49.721Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:49.722Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262948846,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:49.822Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:49.822Z||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-11-24T04:09:49.822Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:49.833Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:49.833Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-24T04:09:50.722Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T04:09:50.723Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:50.725Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:50.725Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262948846,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:50.825Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:50.826Z||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-11-24T04:09:50.826Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:50.838Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:50.838Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T04:09:51.725Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T04:09:51.726Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:51.728Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:51.728Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262948846,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T04:09:51.828Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:51.829Z||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-11-24T04:09:51.829Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:51.839Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:51.839Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-24T04:09:52.728Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T04:09:52.729Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:52.731Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:52.731Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262948846,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T04:09:52.831Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:52.832Z||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-11-24T04:09:52.832Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:52.843Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:52.844Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T04:09:53.732Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"serviceName": "Demo_pNF_Cz3aRzRrFIsG03GeUvnT",
"serviceVersion": "1.0",
"serviceUUID": "6961b582-826e-4764-bb88-5567ab50b1a8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8b5c1070-9c27-4b25-978e-58c1b580a9dc",
"resources": [
{
"resourceInstanceName": "pNF 74a9c296-5333 0",
"resourceCustomizationUUID": "2c0d07f6-7285-47db-a4e2-fb3de2625ed8",
"resourceName": "pNF 74a9c296-5333",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "41991166-1c38-4cb5-80a8-adaadc22ada3",
"resourceInvariantUUID": "faab5bc5-b7bb-43f5-bfff-af172da23d28",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar",
"artifactChecksum": "ZmU5OGRkYjJjZDYxZDJlYTE4YzViMDUyMDFiNDI4NWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fd34faf9-1ad4-42b6-b2a4-14fe41317530"
}
],
"workloadContext": "Production"
}
2022-11-24T04:09:53.733Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T04:09:53.734Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6961b582-826e-4764-bb88-5567ab50b1a8 ASDC
2022-11-24T04:09:53.735Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c6b210fa-1071-478a-9848-f6ca8a7c4c1f
ServiceName:Demo_pNF_Cz3aRzRrFIsG03GeUvnT
ServiceVersion:1.0
ServiceUUID:6961b582-826e-4764-bb88-5567ab50b1a8
ServiceInvariantUUID:8b5c1070-9c27-4b25-978e-58c1b580a9dc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
ArtifactUUID:fd34faf9-1ad4-42b6-b2a4-14fe41317530
ArtifactChecksum:ZmU5OGRkYjJjZDYxZDJlYTE4YzViMDUyMDFiNDI4NWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 74a9c296-5333 0
ResourceCustomizationUUID:2c0d07f6-7285-47db-a4e2-fb3de2625ed8
ResourceInvariantUUID:faab5bc5-b7bb-43f5-bfff-af172da23d28
ResourceName:pNF 74a9c296-5333
ResourceType:PNF
ResourceUUID:41991166-1c38-4cb5-80a8-adaadc22ada3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-24T04:09:53.735Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6961b582-826e-4764-bb88-5567ab50b1a8 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-11-24T04:09:53.765Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T04:09:53.766Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-24T04:09:53.766Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-24T04:09:53.766Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fd34faf9-1ad4-42b6-b2a4-14fe41317530 from URL: /sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:53.766Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-24T04:09:53.766Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:53.823Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-24T04:09:53.827Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar fd34faf9-1ad4-42b6-b2a4-14fe41317530 87772
2022-11-24T04:09:53.827Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar ASDC sendASDCNotification
2022-11-24T04:09:53.827Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:53.827Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T04:09:53.828Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-24T04:09:53.829Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T04:09:53.830Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669262993827,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T04:09:53.930Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T04:09:53.930Z||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-11-24T04:09:53.930Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ...
2022-11-24T04:09:53.941Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T04:09:53.941Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-24T04:09:54.830Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T04:09:54.831Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-24T04:09:54.831Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fd34faf9-1ad4-42b6-b2a4-14fe41317530, URL: /sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar to file: /app/ASDC/1/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:54.832Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:54.833Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:54.833Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:54.989Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9048754607753901305/Definitions/service-DemoPnfCz3arzrrfisg03geuvnt-template.yml
2022-11-24T04:09:55.722Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T04:09:55.722Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-24T04:09:55.722Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:55.723Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-24T04:09:55.723Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:55.723Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:55.723Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:55.723Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:55.723Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:55.724Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 74a9c296-5333 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-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:55.724Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-DemoPnfCz3arzrrfisg03geuvnt-csar.csar
2022-11-24T04:09:55.724Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-24T04:09:55.724Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:55.724Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:55.725Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Node template pNF 74a9c296-5333 0 is matching search criteria
2022-11-24T04:09:55.725Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-24T04:09:55.725Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 74a9c296-5333 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T04:09:55.725Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:55.726Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:55.726Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Node template pNF 74a9c296-5333 0 is matching search criteria
2022-11-24T04:09:55.726Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-24T04:09:55.726Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 74a9c296-5333 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T04:09:55.726Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:55.727Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:55.727Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:55.727Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:55.727Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:55.727Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:55.728Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:55.728Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:55.728Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:55.728Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:55.728Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Cz3aRzRrFIsG03GeUvnT
Description:catalog service description
Model UUID:6961b582-826e-4764-bb88-5567ab50b1a8
Model Version:NULL
Model InvariantUuid:8b5c1070-9c27-4b25-978e-58c1b580a9dc
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-11-24T04:09:55.734Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 41991166-1c38-4cb5-80a8-adaadc22ada3
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-11-24T04:09:55.737Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||pNF 74a9c296-5333 0
2022-11-24T04:09:55.737Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 41991166-1c38-4cb5-80a8-adaadc22ada3
2022-11-24T04:09:55.737Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 6961b582-826e-4764-bb88-5567ab50b1a8
2022-11-24T04:09:55.737Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6961b582-826e-4764-bb88-5567ab50b1a8
2022-11-24T04:09:55.737Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 74a9c296-5333 0 41991166-1c38-4cb5-80a8-adaadc22ada3 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-11-24T04:09:55.741Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cbb95be, org.onap.sdc.toscaparser.api.parameters.Input@48e0f174, org.onap.sdc.toscaparser.api.parameters.Input@6776b291, org.onap.sdc.toscaparser.api.parameters.Input@cfd4651, org.onap.sdc.toscaparser.api.parameters.Input@6c8b2415]
2022-11-24T04:09:55.741Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T04:09:55.741Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T04:09:55.742Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6961b582-826e-4764-bb88-5567ab50b1a8: pNF 74a9c296-5333
2022-11-24T04:09:55.742Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Processing PNF resource: 41991166-1c38-4cb5-80a8-adaadc22ada3
2022-11-24T04:09:55.742Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery