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-12-16T03:45:28.303Z||main|||||INFO|500||The following profiles are active: basic
2022-12-16T03:45:39.760Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-16T03:45:39.764Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-16T03:45:39.880Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-16T03:45:44.181Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-16T03:45:44.615Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-16T03:45:45.083Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-16T03:45:45.091Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-16T03:45:45.218Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-16T03:45:45.442Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-16T03:45:46.028Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-16T03:45:47.810Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-16T03:45:50.272Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-16T03:45:50.332Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-16T03:45:51.075Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-16T03:45:51.340Z||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-12-16T03:45:52.656Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-16T03:45:53.795Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-16T03:45:53.812Z||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$$3d37c175.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-12-16T03:45:53.813Z||main|||||WARN|500||The sdc end point is not alive
2022-12-16T03:45:57.204Z||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-12-16T03:46:00.527Z||main|||||WARN|500||---
2022-12-16T03:46:00.528Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-16T03:46:00.528Z||main|||||WARN|500||---
2022-12-16T03:46:00.954Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-16T03:46:05.526Z||main|||||INFO|500||Started Application in 40.23 seconds (JVM running for 42.261)
2022-12-16T03:46:05.540Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-16T03:46:05.542Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-16T03:46:05.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-16T03:46:05.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-16T03:46:05.620Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35f3a665-ecfc-41ab-9ee1-eeffcede6967 url= /sdc/v1/artifactTypes
2022-12-16T03:46:05.620Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-16T03:46:05.890Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-16T03:46:05.940Z||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-12-16T03:46:05.960Z||scheduling-1|||||DEBUG|500||create keys
2022-12-16T03:46:05.967Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-16T03:46:06.001Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:46:06.017Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b0b3c2b0-60e9-4f23-99e5-74f841d1ac6b url= /sdc/v1/registerForDistribution
2022-12-16T03:46:06.126Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b0b3c2b0-60e9-4f23-99e5-74f841d1ac6b url= /sdc/v1/registerForDistribution
2022-12-16T03:46:06.126Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-16T03:46:06.135Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:46:06.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:46:06.144Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-16T03:46:06.155Z||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-12-16T03:46:06.158Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:46:06.158Z||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-12-16T03:46:06.158Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:46:16.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:46:16.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:47:06.132Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:47:06.134Z||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-12-16T03:47:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:47:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:47:06.135Z||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-12-16T03:47:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:47:15.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:47:15.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:48:06.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:48:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:48:06.135Z||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-12-16T03:48:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:48:06.137Z||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-12-16T03:48:06.137Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:48:15.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:48:15.768Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:49:06.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:49:06.134Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T03:49:06.134Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:49:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:49:06.136Z||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-12-16T03:49:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:49:15.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:49:15.789Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:50:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:50:06.134Z||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-12-16T03:50:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:50:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:50:06.136Z||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-12-16T03:50:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:50:15.706Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:50:15.706Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:51:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:51:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:51:06.135Z||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-12-16T03:51:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:51:06.135Z||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-12-16T03:51:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:51:15.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:51:15.708Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:52:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:52:06.134Z||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-12-16T03:52:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:52:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:52:06.135Z||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-12-16T03:52:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:52:15.716Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:52:15.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:53:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:53:06.134Z||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-12-16T03:53:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:53:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:53:06.135Z||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-12-16T03:53:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:53:15.714Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:53:15.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:54:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:54:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:54:06.135Z||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-12-16T03:54:06.136Z||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-12-16T03:54:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:54:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:54:15.710Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:54:15.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:55:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:55:06.134Z||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-12-16T03:55:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:55:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:55:06.136Z||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-12-16T03:55:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:55:15.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:55:15.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:55:49.521Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-16T03:56:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:56:06.134Z||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-12-16T03:56:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:56:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:56:06.135Z||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-12-16T03:56:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:56:15.695Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:56:15.704Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:57:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:57:06.133Z||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-12-16T03:57:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:57:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:57:06.135Z||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-12-16T03:57:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:57:15.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:57:15.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:58:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:58:06.134Z||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-12-16T03:58:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:58:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:58:06.135Z||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-12-16T03:58:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:58:15.733Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:58:15.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:59:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:59:06.134Z||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-12-16T03:59:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:59:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T03:59:06.135Z||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-12-16T03:59:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T03:59:15.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T03:59:15.720Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:00:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:00:06.134Z||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-12-16T04:00:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:00:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:00:06.135Z||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-12-16T04:00:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:00:15.711Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:00:15.772Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:01:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:01:06.134Z||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-12-16T04:01:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:01:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:01:06.135Z||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-12-16T04:01:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:01:15.694Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:01:15.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:02:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:02:06.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:02:06.136Z||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-12-16T04:02:06.136Z||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-12-16T04:02:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:02:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:02:15.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:02:15.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:03:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:03:06.134Z||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-12-16T04:03:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:03:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:03:06.135Z||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-12-16T04:03:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:03:15.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:03:15.714Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:04:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:04:06.134Z||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-12-16T04:04:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:04:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:04:06.135Z||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-12-16T04:04:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:04:15.699Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:04:15.715Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:05:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:05:06.134Z||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-12-16T04:05:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:05:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:05:06.135Z||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-12-16T04:05:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:05:15.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:05:15.746Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:06:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:06:06.134Z||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-12-16T04:06:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:06:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:06:06.135Z||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-12-16T04:06:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:06:15.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:06:15.810Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:07:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:07:06.133Z||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-12-16T04:07:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:07:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:07:06.135Z||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-12-16T04:07:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:07:15.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:07:15.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:08:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:08:06.134Z||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-12-16T04:08:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:08:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:08:06.135Z||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-12-16T04:08:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:08:15.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:08:15.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:09:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:09:06.134Z||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-12-16T04:09:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:09:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:09:06.135Z||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-12-16T04:09:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:09:15.706Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:09:15.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:10:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:10:06.133Z||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-12-16T04:10:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:10:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:10:06.135Z||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-12-16T04:10:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:10:15.708Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:10:15.709Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:11:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:11:06.134Z||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-12-16T04:11:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:11:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:11:06.135Z||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-12-16T04:11:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:11:15.713Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:11:15.737Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:12:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:12:06.134Z||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-12-16T04:12:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:12:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:12:06.135Z||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-12-16T04:12:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:12:15.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:12:15.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:13:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:13:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:13:06.134Z||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-12-16T04:13:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:13:06.135Z||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-12-16T04:13:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:13:15.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:13:15.786Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:14:06.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:14:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:14:06.135Z||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-12-16T04:14:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:14:06.136Z||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-12-16T04:14:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:14:15.699Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:14:15.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:15:06.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:15:06.134Z||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-12-16T04:15:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:15:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:15:06.136Z||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-12-16T04:15:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:15:15.695Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:15:15.699Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:16:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:16:06.134Z||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-12-16T04:16:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:16:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:16:06.135Z||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-12-16T04:16:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:16:15.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:16:15.702Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:17:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:17:06.133Z||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-12-16T04:17:06.133Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:17:06.135Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:17:06.136Z||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-12-16T04:17:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:17:15.710Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:17:15.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:18:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:18:06.134Z||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-12-16T04:18:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:18:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:18:06.135Z||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-12-16T04:18:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:18:15.702Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:18:15.711Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:19:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:19:06.133Z||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-12-16T04:19:06.133Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:19:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:19:06.136Z||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-12-16T04:19:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:19:15.696Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:19:15.701Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:20:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:20:06.133Z||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-12-16T04:20:06.133Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:20:06.136Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:20:06.136Z||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-12-16T04:20:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:20:15.701Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:20:15.706Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:21:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:21:06.133Z||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-12-16T04:21:06.133Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:21:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:21:06.135Z||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-12-16T04:21:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:21:15.717Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:21:15.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:22:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:22:06.133Z||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-12-16T04:22:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:22:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:22:06.135Z||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-12-16T04:22:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:22:15.712Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:22:15.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:23:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:23:06.133Z||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-12-16T04:23:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:23:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:23:06.135Z||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-12-16T04:23:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:23:15.712Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:23:15.731Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:24:06.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:24:06.134Z||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-12-16T04:24:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:24:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:24:06.135Z||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-12-16T04:24:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:24:15.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:24:15.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:25:06.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:25:06.134Z||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-12-16T04:25:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:25:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:25:06.135Z||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-12-16T04:25:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:25:15.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:25:15.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:26:06.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:26:06.134Z||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-12-16T04:26:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:26:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:26:06.135Z||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-12-16T04:26:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:26:15.702Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:26:15.717Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:27:06.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:27:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:27:06.135Z||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-12-16T04:27:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:27:06.135Z||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-12-16T04:27:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:27:15.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:27:15.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:28:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:28:06.133Z||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-12-16T04:28:06.133Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:28:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:28:06.135Z||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-12-16T04:28:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:28:15.698Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:28:15.699Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:29:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:29:06.133Z||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-12-16T04:29:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:29:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:29:06.135Z||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-12-16T04:29:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:29:15.742Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:29:15.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:30:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:30:06.133Z||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-12-16T04:30:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:30:06.136Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:30:06.137Z||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-12-16T04:30:06.137Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:30:15.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:30:15.706Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:31:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:31:06.134Z||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-12-16T04:31:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:31:06.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:31:06.135Z||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-12-16T04:31:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:31:15.711Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:31:15.740Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:32:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:32:06.133Z||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-12-16T04:32:06.133Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:32:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:32:06.135Z||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-12-16T04:32:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:32:15.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:32:15.821Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:33:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:33:06.133Z||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-12-16T04:33:06.133Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:33:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:33:06.135Z||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-12-16T04:33:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:33:15.706Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:33:15.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:34:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:34:06.133Z||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-12-16T04:34:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:34:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:34:06.135Z||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-12-16T04:34:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:34:15.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:34:15.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:35:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:35:06.133Z||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-12-16T04:35:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:35:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:35:06.135Z||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-12-16T04:35:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:35:15.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:35:15.695Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:36:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:36:06.133Z||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-12-16T04:36:06.133Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:36:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:36:06.136Z||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-12-16T04:36:06.137Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:36:15.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:36:15.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:37:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:37:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:37:06.135Z||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-12-16T04:37:06.135Z||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-12-16T04:37:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:37:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:37:15.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:37:15.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:38:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:38:06.133Z||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-12-16T04:38:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:38:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:38:06.135Z||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-12-16T04:38:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:38:15.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:38:15.710Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:39:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:39:06.134Z||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-12-16T04:39:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:39:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:39:06.135Z||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-12-16T04:39:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:39:15.706Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:39:15.708Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:40:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:40:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:40:06.135Z||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-12-16T04:40:06.135Z||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-12-16T04:40:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:40:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:40:15.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:40:15.736Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:41:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:41:06.134Z||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-12-16T04:41:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:41:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:41:06.135Z||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-12-16T04:41:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:41:15.697Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:41:15.698Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:42:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:42:06.133Z||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-12-16T04:42:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:42:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:42:06.135Z||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-12-16T04:42:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:42:15.705Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:42:15.714Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:43:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:43:06.134Z||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-12-16T04:43:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:43:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:43:06.135Z||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-12-16T04:43:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:43:15.710Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:43:15.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:44:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:44:06.133Z||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-12-16T04:44:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:44:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:44:06.136Z||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-12-16T04:44:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:44:15.779Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:44:15.784Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:45:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:45:06.133Z||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-12-16T04:45:06.133Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:45:06.135Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:45:06.136Z||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-12-16T04:45:06.137Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:45:15.718Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:45:15.738Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:46:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:46:06.134Z||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-12-16T04:46:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:46:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:46:06.135Z||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-12-16T04:46:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:46:15.771Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:46:15.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:47:06.132Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:47:06.134Z||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-12-16T04:47:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:47:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:47:06.136Z||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-12-16T04:47:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:47:15.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:47:15.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:48:06.132Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:48:06.133Z||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-12-16T04:48:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:48:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:48:06.135Z||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-12-16T04:48:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:48:15.715Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:48:15.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:06.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:49:06.134Z||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-12-16T04:49:06.134Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:49:06.135Z||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-12-16T04:49:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:06.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:06.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166137327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "cds",
"timestamp": 1671166139027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "aai-ml",
"timestamp": 1671166134416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166137327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "cds",
"timestamp": 1671166139027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "aai-ml",
"timestamp": 1671166134416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166142109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166137327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "cds",
"timestamp": 1671166139027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "aai-ml",
"timestamp": 1671166134416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166142109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "cds",
"timestamp": 1671166139027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166137327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "aai-ml",
"timestamp": 1671166134416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166142109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166137327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "cds",
"timestamp": 1671166139027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "aai-ml",
"timestamp": 1671166134416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166142109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:49:06.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:06.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-16T04:49:06.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"12c574a9-eb84-430e-a83e-30b4ca768279","serviceName":"vFW 2022-12-16 04-48-04","serviceVersion":"1.0","serviceUUID":"a8020f59-e8db-455b-af14-4ca99e77f7a4","serviceDescription":"catalog service description","serviceInvariantUUID":"2217165f-8d14-49f0-a4da-97081e40b517","resources":[{"resourceInstanceName":"vFW 0d817d8b-6e34 0","resourceName":"vFW 0d817d8b-6e34","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40440526-5a47-4743-8de1-42ab3fc9ce11","resourceInvariantUUID":"ae0af2fc-fda0-49fa-badc-7620b8b0d4d0","resourceCustomizationUUID":"99bc5d3b-57ae-4ed9-8949-03d6e95bb09f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml","artifactChecksum":"OWI0NWJmODczYWIxOWE4NTY4MmM0NjAwMGY2MTY3MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a272068e-17a7-48bf-af43-03ae429ab7df","artifactVersion":"1"},{"artifactName":"vfw0d817d8b6e340_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json","artifactChecksum":"MDUxNjhhYmZhM2NiYjg5ZmUxMWJmMjlkNjBmN2FiOTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"547261e7-7b26-43d4-8134-99925c4b3bc5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fd19e24f-3879-401b-8958-add6a85cf250","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml","artifactChecksum":"NjFjMDVhYjBjYWM3YTc0Y2Q0NjMyOTQ2ZTFhMzBiMTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53923c32-e8ca-4344-ba42-520f4d3973f1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"435f70b1-0b11-4dc7-89ae-45376b2196dd","artifactVersion":"2","generatedFromUUID":"fd19e24f-3879-401b-8958-add6a85cf250"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221216044804-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml","artifactChecksum":"ZGRkYTAyZDMwODRlNmZjZDFmYzU2YjU1NDE3ODhlMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26accdbf-be92-4baf-a231-141151762a9d","artifactVersion":"1"},{"artifactName":"service-Vfw20221216044804-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar","artifactChecksum":"NGIzNTEyNGEwMTM3OGI3N2EyMTdlNGYxOTBlNDNjZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2bd6f1eb-66b2-4316-bafc-3fdb93232972","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T04:49:06.777Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:49:06.784Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:06.797Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:06.798Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:06.898Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-16T04:49:06.904Z||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-12-16T04:49:06.905Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:06.922Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:06.924Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:49:07.811Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:49:07.811Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:07.813Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:07.814Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "NOTIFIED"
}
2022-12-16T04:49:07.914Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:49:07.915Z||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-12-16T04:49:07.915Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:07.932Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:07.932Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:49:08.814Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:49:08.815Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:08.818Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:08.818Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-16T04:49:08.918Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:49:08.919Z||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-12-16T04:49:08.920Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:08.937Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:08.938Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:49:09.819Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:49:09.820Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:09.822Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:09.822Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:09.924Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-16T04:49:09.925Z||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-12-16T04:49:09.925Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:09.938Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:09.939Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:49:10.822Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:49:10.823Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:10.826Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:10.826Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-16T04:49:10.926Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:49:10.927Z||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-12-16T04:49:10.927Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:10.945Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:10.946Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:49:11.826Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:49:11.827Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:11.829Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:11.829Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:49:11.930Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:49:11.931Z||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-12-16T04:49:11.931Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:11.955Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:11.956Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-16T04:49:12.830Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:49:12.831Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:12.835Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:12.835Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T04:49:12.933Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-16T04:49:12.934Z||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-12-16T04:49:12.934Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:12.948Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:12.949Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:49:13.837Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"serviceName": "vFW 2022-12-16 04-48-04",
"serviceVersion": "1.0",
"serviceUUID": "a8020f59-e8db-455b-af14-4ca99e77f7a4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2217165f-8d14-49f0-a4da-97081e40b517",
"resources": [
{
"resourceInstanceName": "vFW 0d817d8b-6e34 0",
"resourceCustomizationUUID": "99bc5d3b-57ae-4ed9-8949-03d6e95bb09f",
"resourceName": "vFW 0d817d8b-6e34",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "40440526-5a47-4743-8de1-42ab3fc9ce11",
"resourceInvariantUUID": "ae0af2fc-fda0-49fa-badc-7620b8b0d4d0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0d817d8b6e340_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"artifactChecksum": "MDUxNjhhYmZhM2NiYjg5ZmUxMWJmMjlkNjBmN2FiOTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "547261e7-7b26-43d4-8134-99925c4b3bc5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fd19e24f-3879-401b-8958-add6a85cf250",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "435f70b1-0b11-4dc7-89ae-45376b2196dd",
"generatedFromUUID": "fd19e24f-3879-401b-8958-add6a85cf250"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "435f70b1-0b11-4dc7-89ae-45376b2196dd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221216044804-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"artifactChecksum": "NGIzNTEyNGEwMTM3OGI3N2EyMTdlNGYxOTBlNDNjZjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2bd6f1eb-66b2-4316-bafc-3fdb93232972"
}
],
"workloadContext": "Production"
}
2022-12-16T04:49:13.839Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T04:49:13.839Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a8020f59-e8db-455b-af14-4ca99e77f7a4 ASDC
2022-12-16T04:49:13.969Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:12c574a9-eb84-430e-a83e-30b4ca768279
ServiceName:vFW 2022-12-16 04-48-04
ServiceVersion:1.0
ServiceUUID:a8020f59-e8db-455b-af14-4ca99e77f7a4
ServiceInvariantUUID:2217165f-8d14-49f0-a4da-97081e40b517
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221216044804-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar
ArtifactUUID:2bd6f1eb-66b2-4316-bafc-3fdb93232972
ArtifactChecksum:NGIzNTEyNGEwMTM3OGI3N2EyMTdlNGYxOTBlNDNjZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0d817d8b-6e34 0
ResourceCustomizationUUID:99bc5d3b-57ae-4ed9-8949-03d6e95bb09f
ResourceInvariantUUID:ae0af2fc-fda0-49fa-badc-7620b8b0d4d0
ResourceName:vFW 0d817d8b-6e34
ResourceType:VF
ResourceUUID:40440526-5a47-4743-8de1-42ab3fc9ce11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0d817d8b6e340_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json
ArtifactUUID:547261e7-7b26-43d4-8134-99925c4b3bc5
ArtifactChecksum:MDUxNjhhYmZhM2NiYjg5ZmUxMWJmMjlkNjBmN2FiOTg=
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/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml
ArtifactUUID:fd19e24f-3879-401b-8958-add6a85cf250
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/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env
ArtifactUUID:435f70b1-0b11-4dc7-89ae-45376b2196dd
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/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env
ArtifactUUID:435f70b1-0b11-4dc7-89ae-45376b2196dd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-16T04:49:13.970Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8020f59-e8db-455b-af14-4ca99e77f7a4 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-12-16T04:49:14.255Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T04:49:14.256Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-16T04:49:14.258Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-16T04:49:14.258Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2bd6f1eb-66b2-4316-bafc-3fdb93232972 from URL: /sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:14.259Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-16T04:49:14.260Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:14.357Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-16T04:49:14.374Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar 2bd6f1eb-66b2-4316-bafc-3fdb93232972 100652
2022-12-16T04:49:14.376Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar ASDC sendASDCNotification
2022-12-16T04:49:14.377Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:14.380Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T04:49:14.381Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:14.383Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:14.384Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166154375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:49:14.484Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:49:14.485Z||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-12-16T04:49:14.485Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:14.500Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:14.500Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-16T04:49:15.388Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T04:49:15.389Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-16T04:49:15.390Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2bd6f1eb-66b2-4316-bafc-3fdb93232972, URL: /sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar to file: /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:15.390Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221216044804-csar.csar
2022-12-16T04:49:15.496Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:15.497Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:16.230Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1903635023639270457/Definitions/service-Vfw20221216044804-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_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
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
2022-12-16T04:49:19.326Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T04:49:19.332Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-16T04:49:19.332Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:19.332Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-16T04:49:19.332Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:19.332Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:19.332Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||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-Vfw20221216044804-csar.csar
2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0d817d8b-6e34 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-Vfw20221216044804-csar.csar
2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:19.334Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-16T04:49:19.340Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.341Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:19.345Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria
2022-12-16T04:49:19.345Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-16T04:49:19.347Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T04:49:19.349Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.349Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:19.349Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria
2022-12-16T04:49:19.350Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-16T04:49:19.350Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T04:49:19.350Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.350Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:19.353Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria
2022-12-16T04:49:19.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T04:49:19.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T04:49:19.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T04:49:19.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:19.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T04:49:19.355Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T04:49:19.355Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T04:49:19.355Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T04:49:19.355Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T04:49:19.355Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.357Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T04:49:19.358Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.358Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria
2022-12-16T04:49:19.358Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:49:19.358Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.359Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria
2022-12-16T04:49:19.359Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:49:19.359Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.359Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria
2022-12-16T04:49:19.359Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:49:19.360Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.360Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria
2022-12-16T04:49:19.360Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T04:49:19.360Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T04:49:19.361Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-16T04:49:19.361Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T04:49:19.361Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T04:49:19.361Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T04:49:19.361Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:19.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T04:49:19.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:19.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T04:49:19.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T04:49:19.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4105456b-4083-4604-9d6d-d935749ee91e
2022-12-16T04:49:19.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.363Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria
2022-12-16T04:49:19.363Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T04:49:19.363Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T04:49:19.363Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T04:49:19.363Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:19.364Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T04:49:19.364Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T04:49:19.364Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T04:49:19.364Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-16T04:49:19.364Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T04:49:19.365Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:19.365Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T04:49:19.365Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T04:49:19.365Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fd46ceb2-299b-47c9-ba30-1bb685d68c30
2022-12-16T04:49:19.366Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.366Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria
2022-12-16T04:49:19.366Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T04:49:19.366Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T04:49:19.367Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T04:49:19.367Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:19.367Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T04:49:19.367Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T04:49:19.367Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T04:49:19.367Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T04:49:19.368Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T04:49:19.368Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T04:49:19.368Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:19.368Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-16T04:49:19.369Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=440c9a50-28f4-4b45-acf5-6d02b81dbcf9
2022-12-16T04:49:19.369Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.369Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:19.369Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.370Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:19.370Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.370Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:19.370Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:19.370Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:19.371Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-16 04-48-04
Description:catalog service description
Model UUID:a8020f59-e8db-455b-af14-4ca99e77f7a4
Model Version:NULL
Model InvariantUuid:2217165f-8d14-49f0-a4da-97081e40b517
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0d817d8b-6e34
Model UUID:2c9a0079-1ed0-4b88-84df-184379ada68d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ae0af2fc-fda0-49fa-badc-7620b8b0d4d0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:99bc5d3b-57ae-4ed9-8949-03d6e95bb09f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d7eeae84-7526-44e2-af4f-9d9d3774595f
ModelName:Vfw0d817d8b6e34..base_vfw..module-0
ModelUuid:062e354f-6cf9-4400-a49e-377f3011da4d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4105456b-4083-4604-9d6d-d935749ee91e
ModelInvariantUuid:8f9477b0-cb43-4a77-8a2b-8b6b18a3fb1b
ModelName:vFW 0d817d8b-6e34-nodes.vfwCvfc
ModelUuid:71265e7f-35f2-4f0a-9551-f1307edf66b9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5b62f3aa-9760-43dc-85f7-1f1ca327dbc6
ModelInvariantUuid:f032e4f9-d3d4-48b4-9411-8cd88e41578d
ModelName:Vfw0d817d8b6e34.compute.nodes.heat.vfw
ModelUuid:355cfe63-7cec-4ff2-9ee3-0aad947350d6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fd46ceb2-299b-47c9-ba30-1bb685d68c30
ModelInvariantUuid:41f4d076-09a1-45a1-89ee-16a50f9197d7
ModelName:vFW 0d817d8b-6e34-nodes.vsnCvfc
ModelUuid:c0c8b171-9ae6-4243-a581-0b5316bf38d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6889c161-317c-40d6-a430-8fe02261c20a
ModelInvariantUuid:f064464a-373e-4d2a-8253-95c48912964a
ModelName:Vfw0d817d8b6e34.compute.nodes.heat.vsn
ModelUuid:df21f02b-e812-4260-9262-f5e35c567239
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:440c9a50-28f4-4b45-acf5-6d02b81dbcf9
ModelInvariantUuid:62ed6ea6-7622-40cb-8d97-a4ce58c000f8
ModelName:vFW 0d817d8b-6e34-nodes.vpgCvfc
ModelUuid:867abda2-9857-4c6c-8b64-7cacf3035ebf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e53a25c3-ddef-496f-b67e-9f91d943fd3e
ModelInvariantUuid:30e30318-d1ac-487b-8ca6-4e45de994a65
ModelName:Vfw0d817d8b6e34.compute.nodes.heat.vpg
ModelUuid:257fc694-8a1f-45c6-9af9-0c62664cec49
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-12-16T04:49:19.402Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 40440526-5a47-4743-8de1-42ab3fc9ce11
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-12-16T04:49:19.506Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||vFW 0d817d8b-6e34 0
2022-12-16T04:49:19.514Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40440526-5a47-4743-8de1-42ab3fc9ce11
2022-12-16T04:49:19.515Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 547261e7-7b26-43d4-8134-99925c4b3bc5 from URL: /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json
2022-12-16T04:49:19.515Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-16T04:49:19.515Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json
2022-12-16T04:49:19.573Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-16T04:49:19.574Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json 547261e7-7b26-43d4-8134-99925c4b3bc5 785
2022-12-16T04:49:19.574Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json ASDC sendASDCNotification
2022-12-16T04:49:19.575Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json
2022-12-16T04:49:19.575Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T04:49:19.575Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:19.578Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:19.578Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166159574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:49:19.678Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:49:19.679Z||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-12-16T04:49:19.679Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:19.692Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:19.693Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-16T04:49:20.580Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0d817d8b6e34..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d7eeae84-7526-44e2-af4f-9d9d3774595f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "062e354f-6cf9-4400-a49e-377f3011da4d",
"vfModuleModelCustomizationUUID": "1f9a0f1b-57ca-4d96-932d-5b80141c748a",
"isBase": true,
"artifacts": [
"fd19e24f-3879-401b-8958-add6a85cf250",
"435f70b1-0b11-4dc7-89ae-45376b2196dd"
],
"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-12-16T04:49:20.595Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0d817d8b6e34..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:062e354f-6cf9-4400-a49e-377f3011da4d
VfModuleModelInvariantUUID:d7eeae84-7526-44e2-af4f-9d9d3774595f
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd19e24f-3879-401b-8958-add6a85cf250
,
435f70b1-0b11-4dc7-89ae-45376b2196dd
}
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-12-16T04:49:20.598Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0d817d8b6e34..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d7eeae84-7526-44e2-af4f-9d9d3774595f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "062e354f-6cf9-4400-a49e-377f3011da4d",
"vfModuleModelCustomizationUUID": "1f9a0f1b-57ca-4d96-932d-5b80141c748a",
"isBase": true,
"artifacts": [
"fd19e24f-3879-401b-8958-add6a85cf250",
"435f70b1-0b11-4dc7-89ae-45376b2196dd"
],
"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-12-16T04:49:20.598Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0d817d8b6e34..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:062e354f-6cf9-4400-a49e-377f3011da4d
VfModuleModelInvariantUUID:d7eeae84-7526-44e2-af4f-9d9d3774595f
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd19e24f-3879-401b-8958-add6a85cf250
,
435f70b1-0b11-4dc7-89ae-45376b2196dd
}
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-12-16T04:49:20.598Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fd19e24f-3879-401b-8958-add6a85cf250 from URL: /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml
2022-12-16T04:49:20.599Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-16T04:49:20.599Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml
2022-12-16T04:49:20.658Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-16T04:49:20.660Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml fd19e24f-3879-401b-8958-add6a85cf250 20368
2022-12-16T04:49:20.660Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-16T04:49:20.661Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml
2022-12-16T04:49:20.661Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T04:49:20.661Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:20.663Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:20.663Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166160660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:49:20.763Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:49:20.765Z||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-12-16T04:49:20.765Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:20.779Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:20.779Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:49:21.664Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 435f70b1-0b11-4dc7-89ae-45376b2196dd from URL: /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env
2022-12-16T04:49:21.665Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-16T04:49:21.665Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env
2022-12-16T04:49:21.720Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-16T04:49:21.721Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env 435f70b1-0b11-4dc7-89ae-45376b2196dd 2098
2022-12-16T04:49:21.721Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-16T04:49:21.721Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env
2022-12-16T04:49:21.721Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T04:49:21.722Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:21.724Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:21.725Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166161721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:49:21.825Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:49:21.826Z||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-12-16T04:49:21.826Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:21.842Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:21.842Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:49:22.725Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a8020f59-e8db-455b-af14-4ca99e77f7a4
2022-12-16T04:49:22.726Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0d817d8b-6e34 0 40440526-5a47-4743-8de1-42ab3fc9ce11 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-12-16T04:49:22.771Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f5ef210, org.onap.sdc.toscaparser.api.parameters.Input@616f3a6e, org.onap.sdc.toscaparser.api.parameters.Input@517a13cb, org.onap.sdc.toscaparser.api.parameters.Input@410dff6c, org.onap.sdc.toscaparser.api.parameters.Input@69eb5b2f]
2022-12-16T04:49:22.776Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.777Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:22.777Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-12-16T04:49:22.777Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 99bc5d3b-57ae-4ed9-8949-03d6e95bb09f
2022-12-16T04:49:22.777Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 99bc5d3b-57ae-4ed9-8949-03d6e95bb09f matches Tosca VF Customization UUID: 99bc5d3b-57ae-4ed9-8949-03d6e95bb09f
2022-12-16T04:49:22.777Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 99bc5d3b-57ae-4ed9-8949-03d6e95bb09f 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-12-16T04:49:22.787Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.787Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:22.789Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 99bc5d3b-57ae-4ed9-8949-03d6e95bb09f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-16T04:49:22.789Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fdafbf0
2022-12-16T04:49:22.789Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.789Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T04:49:22.790Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f9a0f1b-57ca-4d96-932d-5b80141c748a
2022-12-16T04:49:22.791Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f9a0f1b-57ca-4d96-932d-5b80141c748a
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-12-16T04:49:22.797Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.798Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria
2022-12-16T04:49:22.798Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:49:22.799Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.799Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria
2022-12-16T04:49:22.799Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:49:22.800Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.800Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria
2022-12-16T04:49:22.800Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T04:49:22.800Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T04:49:22.801Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-16T04:49:22.801Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T04:49:22.801Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T04:49:22.802Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T04:49:22.802Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:22.802Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T04:49:22.803Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:22.803Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T04:49:22.803Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T04:49:22.803Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4105456b-4083-4604-9d6d-d935749ee91e
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-12-16T04:49:22.829Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.829Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria
2022-12-16T04:49:22.830Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:49:22.830Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.830Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria
2022-12-16T04:49:22.830Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T04:49:22.830Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T04:49:22.831Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T04:49:22.831Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:22.831Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T04:49:22.832Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T04:49:22.832Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T04:49:22.832Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-16T04:49:22.832Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T04:49:22.832Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:22.833Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T04:49:22.833Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T04:49:22.833Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fd46ceb2-299b-47c9-ba30-1bb685d68c30
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-12-16T04:49:22.835Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.836Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria
2022-12-16T04:49:22.836Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:49:22.838Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.839Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria
2022-12-16T04:49:22.839Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T04:49:22.839Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T04:49:22.839Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T04:49:22.840Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:22.840Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T04:49:22.840Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T04:49:22.840Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T04:49:22.840Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T04:49:22.841Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T04:49:22.841Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T04:49:22.841Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T04:49:22.841Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-16T04:49:22.841Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=440c9a50-28f4-4b45-acf5-6d02b81dbcf9
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-12-16T04:49:22.844Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.844Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria
2022-12-16T04:49:22.844Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:49:22.844Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.845Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria
2022-12-16T04:49:22.845Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=99bc5d3b-57ae-4ed9-8949-03d6e95bb09f
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-12-16T04:49:22.847Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.847Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:22.847Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a8020f59-e8db-455b-af14-4ca99e77f7a4: vFW 0d817d8b-6e34
2022-12-16T04:49:22.848Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.848Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:22.848Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.848Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:22.848Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.849Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:22.849Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.849Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:22.849Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:49:22.850Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:49:22.850Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-12-16 04-48-04
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-12-16T04:49:23.149Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0d817d8b-6e34 40440526-5a47-4743-8de1-42ab3fc9ce11 1 ASDC deployResourceStructure
2022-12-16T04:49:23.149Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json ASDC sendASDCNotification
2022-12-16T04:49:23.150Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json
2022-12-16T04:49:23.150Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T04:49:23.150Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:23.152Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:23.152Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166163149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T04:49:23.252Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:49:23.254Z||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-12-16T04:49:23.254Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:23.343Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:23.344Z||pool-14-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:49:24.153Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-16T04:49:24.154Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml
2022-12-16T04:49:24.154Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T04:49:24.154Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:24.156Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:24.156Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166164153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-16T04:49:24.256Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:49:24.257Z||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-12-16T04:49:24.257Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:24.275Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:24.276Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:49:25.157Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-16T04:49:25.158Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env
2022-12-16T04:49:25.158Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T04:49:25.158Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:25.160Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:25.160Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166165157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-16T04:49:25.263Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-16T04:49:25.264Z||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-12-16T04:49:25.264Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:25.280Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:25.280Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-16T04:49:26.162Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar ASDC sendASDCNotification
2022-12-16T04:49:26.162Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar
2022-12-16T04:49:26.162Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T04:49:26.163Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:49:26.165Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:49:26.165Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166166161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T04:49:26.265Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:49:26.266Z||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-12-16T04:49:26.266Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:49:26.360Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:49:26.360Z||pool-17-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:49:27.166Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:49:27.197Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:49:27.199Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T04:49:27.200Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T04:49:27.200Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T04:49:57.201Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:49:57.214Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:49:57.216Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T04:49:57.216Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T04:49:57.217Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T04:50:06.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:50:06.136Z||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-12-16T04:50:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:50:06.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:50:06.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:50:06.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166137327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:50:06.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:50:27.217Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:50:27.228Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:50:27.230Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T04:50:27.231Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T04:50:27.231Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T04:50:57.231Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:50:57.241Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:50:57.243Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T04:50:57.243Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T04:50:57.243Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T04:51:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:51:06.135Z||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-12-16T04:51:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:51:06.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:51:06.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:51:06.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "cds",
"timestamp": 1671166139027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:51:06.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:51:27.243Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:51:27.255Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:51:27.258Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T04:51:27.258Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T04:51:27.259Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T04:51:57.259Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:51:57.270Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:51:57.272Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T04:51:57.273Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T04:51:57.273Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T04:52:06.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:52:06.137Z||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-12-16T04:52:06.137Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:52:06.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:52:06.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "aai-ml",
"timestamp": 1671166134416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166142109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166137327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "cds",
"timestamp": 1671166139027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "aai-ml",
"timestamp": 1671166134416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166142109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "cds",
"timestamp": 1671166148302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "aai-ml",
"timestamp": 1671166148978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166142109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166149844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "cds",
"timestamp": 1671166149321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-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-12-16T04:52:06.205Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12c574a9-eb84-430e-a83e-30b4ca768279
2022-12-16T04:52:06.205Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c574a9-eb84-430e-a83e-30b4ca768279 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-12-16T04:52:06.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166149995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166149844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166149844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166149844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166146133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166149844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166154375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166149844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166149844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166155609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T04:52:06.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166156614,
"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-12-16T04:52:06.237Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12c574a9-eb84-430e-a83e-30b4ca768279
2022-12-16T04:52:06.238Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c574a9-eb84-430e-a83e-30b4ca768279 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-12-16T04:52:06.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166157707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166158804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166159870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166159574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166160964,
"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-12-16T04:52:06.255Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12c574a9-eb84-430e-a83e-30b4ca768279
2022-12-16T04:52:06.256Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c574a9-eb84-430e-a83e-30b4ca768279 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-12-16T04:52:06.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166160660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166161969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T04:52:06.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166161721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166163149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T04:52:06.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "aai-ml",
"timestamp": 1671166163732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T04:52:06.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166164153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-16T04:52:06.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "aai-ml",
"timestamp": 1671166164758,
"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-12-16T04:52:06.282Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12c574a9-eb84-430e-a83e-30b4ca768279
2022-12-16T04:52:06.282Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c574a9-eb84-430e-a83e-30b4ca768279 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-12-16T04:52:06.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166165157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-16T04:52:06.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166166161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T04:52:06.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166172109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166177327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166172109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166177327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166177327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166172109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "cds",
"timestamp": 1671166184027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166177327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166172109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "cds",
"timestamp": 1671166184027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166177327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166172109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "cds",
"timestamp": 1671166184027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166177327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166172109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "cds",
"timestamp": 1671166184027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "ves-openapi-manager",
"timestamp": 1671166177327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166172109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "cds",
"timestamp": 1671166184027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166189381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166189844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "cds",
"timestamp": 1671166184027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166189844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "cds",
"timestamp": 1671166184027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166189844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166191626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T04:52:06.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "cds",
"timestamp": 1671166191773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166189844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671166192630,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T04:52:06.330Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f989180a-ec10-4f84-a1dd-174cd328db86
2022-12-16T04:52:06.330Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f989180a-ec10-4f84-a1dd-174cd328db86 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-12-16T04:52:06.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "cds",
"timestamp": 1671166192778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-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-12-16T04:52:06.349Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f989180a-ec10-4f84-a1dd-174cd328db86
2022-12-16T04:52:06.349Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f989180a-ec10-4f84-a1dd-174cd328db86 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-12-16T04:52:06.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166189844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166189844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "aai-ml",
"timestamp": 1671166194416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166189844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "aai-ml",
"timestamp": 1671166194416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166197644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "aai-ml",
"timestamp": 1671166194416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "aai-ml",
"timestamp": 1671166194416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166198713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "aai-ml",
"timestamp": 1671166194416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166199765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "aai-ml",
"timestamp": 1671166194416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:52:06.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166200790,
"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-12-16T04:52:06.374Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f989180a-ec10-4f84-a1dd-174cd328db86
2022-12-16T04:52:06.374Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f989180a-ec10-4f84-a1dd-174cd328db86 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-12-16T04:52:06.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "aai-ml",
"timestamp": 1671166194416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T04:52:06.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T04:52:06.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671166201795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T04:52:06.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:06.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T04:52:06.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "aai-ml",
"timestamp": 1671166202209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:52:06.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:52:27.273Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:52:27.289Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279
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-12-16T04:52:27.292Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T04:52:27.292Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T04:52:27.292Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T04:52:27.292Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T04:52:27.292Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T04:52:27.293Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T04:52:27.293Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T04:52:27.293Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T04:52:27.293Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T04:52:27.293Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T04:52:27.304Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T04:52:57.305Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 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-12-16T04:52:57.317Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12c574a9-eb84-430e-a83e-30b4ca768279 and serviceModelVersionId: a8020f59-e8db-455b-af14-4ca99e77f7a4
2022-12-16T04:52:57.317Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2217165f-8d14-49f0-a4da-97081e40b517
2022-12-16T04:53:06.135Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:53:06.136Z||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-12-16T04:53:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:06.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:06.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:53:06.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "aai-ml",
"timestamp": 1671166209182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T04:53:06.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:53:06.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:53:06.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "aai-ml",
"timestamp": 1671166210187,
"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-12-16T04:53:06.674Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f989180a-ec10-4f84-a1dd-174cd328db86
2022-12-16T04:53:06.674Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f989180a-ec10-4f84-a1dd-174cd328db86 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-12-16T04:53:13.416Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2217165f-8d14-49f0-a4da-97081e40b517/model-vers/model-ver/a8020f59-e8db-455b-af14-4ca99e77f7a4?depth=0
2022-12-16T04:53:13.521Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T04:53:14.021Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2217165f-8d14-49f0-a4da-97081e40b517/model-vers/model-ver/a8020f59-e8db-455b-af14-4ca99e77f7a4?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-12-16T04:53:14.026Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2217165f-8d14-49f0-a4da-97081e40b517/model-vers/model-ver/a8020f59-e8db-455b-af14-4ca99e77f7a4?depth=0|INFO|500||Invoke
2022-12-16T04:53:14.148Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2217165f-8d14-49f0-a4da-97081e40b517/model-vers/model-ver/a8020f59-e8db-455b-af14-4ca99e77f7a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-16T04:53:14.348Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2217165f-8d14-49f0-a4da-97081e40b517/model-vers/model-ver/a8020f59-e8db-455b-af14-4ca99e77f7a4?depth=0|INFO|500||InvokeReturn
2022-12-16T04:53:14.349Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2217165f-8d14-49f0-a4da-97081e40b517/model-vers/model-ver/a8020f59-e8db-455b-af14-4ca99e77f7a4?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 04:53:14 GMT], content-length=[0], vertex-id=[188448], x-aai-txid=[2-aai-resources-221216-04:53:14:983-45841], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T04:53:14.350Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-12-16T04:53:14.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T04:53:14.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T04:53:14.359Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-16T04:53:14.361Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12c574a9-eb84-430e-a83e-30b4ca768279 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T04:53:14.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T04:53:14.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:14.364Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:14.365Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166394361,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T04:53:14.465Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:14.466Z||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-12-16T04:53:14.466Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:14.496Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:14.497Z||pool-18-thread-1|||||INFO|500||cambria reply ok (32 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-12-16T04:53:15.376Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:53:15.377Z|12c574a9-eb84-430e-a83e-30b4ca768279|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-12-16T04:53:15.377Z|12c574a9-eb84-430e-a83e-30b4ca768279|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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:19.913Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:19.914Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-16T04:53:19.915Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f989180a-ec10-4f84-a1dd-174cd328db86","serviceName":"basic_onboard_nkQwtp","serviceVersion":"1.0","serviceUUID":"dce0112a-9688-4c8b-87f9-d57938a88a2c","serviceDescription":"service","serviceInvariantUUID":"40f8f887-8dce-4d34-9a1d-3f2a14f7d9da","resources":[{"resourceInstanceName":"basic_onboard_nkQwtp 0","resourceName":"basic_onboard_nkQwtp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4098cd6-124d-44ae-b9d8-a9808aa89163","resourceInvariantUUID":"9c7b8973-caa9-49e4-99bf-7da31d6aae87","resourceCustomizationUUID":"199e9eb7-0e6f-4557-ae73-f3bcc609e24f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml","artifactChecksum":"MTM0MDgyOGVhMzgzODg2N2NlMjYxMmE0NjEyMTExNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e41a28d-f9f3-40b5-b19a-5dfb7135786b","artifactVersion":"1"},{"artifactName":"basic_onboard_nkqwtp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json","artifactChecksum":"ZmE5NTA3YjNmMTNhMjAxNzQ3NzYyMzAwMDIyYTNiZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7829a92-f42c-4b7d-a3c5-5aac7da389cb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b14dc2cc-5139-4874-b4d7-8d18f4703f48","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d2b2c9e-c925-4fcf-bb70-9a832e81843c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"06dd0464-16ab-4083-a418-f36c21f78ed8","artifactVersion":"2","generatedFromUUID":"b14dc2cc-5139-4874-b4d7-8d18f4703f48"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNkqwtp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml","artifactChecksum":"Y2EwMzk0ODcxMGI1YTc4MjQyZDI2NDgxOTA2ZjY1YTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f205f10-fc2c-4236-aa44-86008c7086c6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNkqwtp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar","artifactChecksum":"ZGQxYTI0ODY5NTkzYjNjYTQ0MWMxMzlkOTU0M2ZjYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10cfd4c2-fc77-414e-84c3-925f1e7c2f0f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T04:53:19.918Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:53:19.919Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:19.922Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:19.922Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:53:20.022Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:20.023Z||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-12-16T04:53:20.023Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:20.038Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:20.039Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:53:20.923Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:53:20.924Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:20.926Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:20.926Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "NOTIFIED"
}
2022-12-16T04:53:21.026Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:21.027Z||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-12-16T04:53:21.027Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:21.046Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:21.047Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:53:21.927Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:53:21.927Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:21.929Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:21.930Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-16T04:53:22.030Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:22.031Z||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-12-16T04:53:22.031Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:22.042Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:22.042Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:53:22.930Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:53:22.931Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:22.933Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:22.933Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:53:23.034Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T04:53:23.035Z||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-12-16T04:53:23.035Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:23.050Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:23.050Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-16T04:53:23.934Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:53:23.935Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:23.938Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:23.938Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-16T04:53:24.038Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:24.039Z||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-12-16T04:53:24.039Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:24.081Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:24.082Z||pool-23-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:53:24.939Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:53:24.940Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:24.942Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:24.942Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:53:25.042Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:25.043Z||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-12-16T04:53:25.043Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:25.075Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:25.075Z||pool-24-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:53:25.943Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T04:53:25.944Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:25.946Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:25.946Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T04:53:26.046Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:26.047Z||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-12-16T04:53:26.047Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:26.060Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:26.061Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:53:26.948Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"serviceName": "basic_onboard_nkQwtp",
"serviceVersion": "1.0",
"serviceUUID": "dce0112a-9688-4c8b-87f9-d57938a88a2c",
"serviceDescription": "service",
"serviceInvariantUUID": "40f8f887-8dce-4d34-9a1d-3f2a14f7d9da",
"resources": [
{
"resourceInstanceName": "basic_onboard_nkQwtp 0",
"resourceCustomizationUUID": "199e9eb7-0e6f-4557-ae73-f3bcc609e24f",
"resourceName": "basic_onboard_nkQwtp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c4098cd6-124d-44ae-b9d8-a9808aa89163",
"resourceInvariantUUID": "9c7b8973-caa9-49e4-99bf-7da31d6aae87",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nkqwtp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"artifactChecksum": "ZmE5NTA3YjNmMTNhMjAxNzQ3NzYyMzAwMDIyYTNiZjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b7829a92-f42c-4b7d-a3c5-5aac7da389cb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b14dc2cc-5139-4874-b4d7-8d18f4703f48",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "06dd0464-16ab-4083-a418-f36c21f78ed8",
"generatedFromUUID": "b14dc2cc-5139-4874-b4d7-8d18f4703f48"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "06dd0464-16ab-4083-a418-f36c21f78ed8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNkqwtp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"artifactChecksum": "ZGQxYTI0ODY5NTkzYjNjYTQ0MWMxMzlkOTU0M2ZjYjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "10cfd4c2-fc77-414e-84c3-925f1e7c2f0f"
}
],
"workloadContext": "Production"
}
2022-12-16T04:53:26.949Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T04:53:26.949Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dce0112a-9688-4c8b-87f9-d57938a88a2c ASDC
2022-12-16T04:53:26.950Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f989180a-ec10-4f84-a1dd-174cd328db86
ServiceName:basic_onboard_nkQwtp
ServiceVersion:1.0
ServiceUUID:dce0112a-9688-4c8b-87f9-d57938a88a2c
ServiceInvariantUUID:40f8f887-8dce-4d34-9a1d-3f2a14f7d9da
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNkqwtp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar
ArtifactUUID:10cfd4c2-fc77-414e-84c3-925f1e7c2f0f
ArtifactChecksum:ZGQxYTI0ODY5NTkzYjNjYTQ0MWMxMzlkOTU0M2ZjYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nkQwtp 0
ResourceCustomizationUUID:199e9eb7-0e6f-4557-ae73-f3bcc609e24f
ResourceInvariantUUID:9c7b8973-caa9-49e4-99bf-7da31d6aae87
ResourceName:basic_onboard_nkQwtp
ResourceType:VF
ResourceUUID:c4098cd6-124d-44ae-b9d8-a9808aa89163
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nkqwtp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json
ArtifactUUID:b7829a92-f42c-4b7d-a3c5-5aac7da389cb
ArtifactChecksum:ZmE5NTA3YjNmMTNhMjAxNzQ3NzYyMzAwMDIyYTNiZjE=
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/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b14dc2cc-5139-4874-b4d7-8d18f4703f48
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/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env
ArtifactUUID:06dd0464-16ab-4083-a418-f36c21f78ed8
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/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env
ArtifactUUID:06dd0464-16ab-4083-a418-f36c21f78ed8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-16T04:53:26.950Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dce0112a-9688-4c8b-87f9-d57938a88a2c 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-12-16T04:53:27.008Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T04:53:27.009Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-16T04:53:27.009Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-16T04:53:27.009Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 10cfd4c2-fc77-414e-84c3-925f1e7c2f0f from URL: /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:27.009Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-16T04:53:27.010Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:27.149Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-16T04:53:27.153Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar 10cfd4c2-fc77-414e-84c3-925f1e7c2f0f 75307
2022-12-16T04:53:27.153Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar ASDC sendASDCNotification
2022-12-16T04:53:27.153Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:27.153Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T04:53:27.154Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:27.156Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:27.156Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166407153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:53:27.256Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:27.257Z||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-12-16T04:53:27.257Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:27.271Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:27.271Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-16T04:53:28.157Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T04:53:28.158Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-16T04:53:28.158Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 10cfd4c2-fc77-414e-84c3-925f1e7c2f0f, URL: /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar to file: /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:28.159Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:28.159Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:28.159Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:28.347Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13932450838833912294/Definitions/service-BasicOnboardNkqwtp-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-12-16T04:53:29.536Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T04:53:29.537Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-16T04:53:29.558Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:29.558Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-16T04:53:29.558Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nkQwtp 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-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:29.558Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:29.559Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:29.559Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:29.559Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:29.559Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:29.559Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||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-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:29.559Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-16T04:53:29.560Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.560Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:29.560Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria
2022-12-16T04:53:29.560Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-16T04:53:29.560Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T04:53:29.561Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.561Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:29.561Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria
2022-12-16T04:53:29.561Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-16T04:53:29.561Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T04:53:29.562Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.562Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:29.562Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.562Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is not matching search criteria
2022-12-16T04:53:29.562Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-16T04:53:29.563Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-16T04:53:29.563Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-16T04:53:29.563Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-16T04:53:29.563Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-16T04:53:29.563Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.563Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T04:53:29.564Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.564Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria
2022-12-16T04:53:29.564Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:53:29.564Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.564Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria
2022-12-16T04:53:29.565Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:53:29.565Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.565Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria
2022-12-16T04:53:29.565Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:53:29.565Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.566Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is not matching search criteria
2022-12-16T04:53:29.566Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-16T04:53:29.566Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-16T04:53:29.566Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3582d322-5443-4d5f-81e5-8bfe0933092e
2022-12-16T04:53:29.566Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.566Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:29.567Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.567Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:29.567Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.567Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:29.567Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:29.567Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:29.568Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nkQwtp
Description:service
Model UUID:dce0112a-9688-4c8b-87f9-d57938a88a2c
Model Version:NULL
Model InvariantUuid:40f8f887-8dce-4d34-9a1d-3f2a14f7d9da
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nkQwtp
Model UUID:4e6277fa-12fc-4c2b-859c-1a573bcedfde
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c7b8973-caa9-49e4-99bf-7da31d6aae87
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:199e9eb7-0e6f-4557-ae73-f3bcc609e24f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:57c39f87-2b6c-403b-b58f-9f9d4c9d0730
ModelName:BasicOnboardNkqwtp..base_ubuntu18..module-0
ModelUuid:54596b52-ab0a-4187-aa8b-a7e54bdc4e55
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3582d322-5443-4d5f-81e5-8bfe0933092e
ModelInvariantUuid:53e634a7-c008-4cea-957f-121a722396dc
ModelName:basic_onboard_nkQwtp-nodes.ubuntu18Cvfc
ModelUuid:aca8e995-5b42-48d1-a0fb-350275b36cba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:077b8bfe-448a-46a3-93dc-138f58bbae4b
ModelInvariantUuid:b24e0b48-50ab-4a92-b23b-e5deb3e54f13
ModelName:BasicOnboardNkqwtp.compute.nodes.heat.ubuntu18
ModelUuid:85a9b602-e304-445c-9622-2f00daf60b30
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-12-16T04:53:29.574Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c4098cd6-124d-44ae-b9d8-a9808aa89163
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-12-16T04:53:29.577Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||basic_onboard_nkQwtp 0
2022-12-16T04:53:29.577Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4098cd6-124d-44ae-b9d8-a9808aa89163
2022-12-16T04:53:29.577Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b7829a92-f42c-4b7d-a3c5-5aac7da389cb from URL: /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json
2022-12-16T04:53:29.577Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-16T04:53:29.577Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json
2022-12-16T04:53:29.645Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-16T04:53:29.645Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json b7829a92-f42c-4b7d-a3c5-5aac7da389cb 798
2022-12-16T04:53:29.646Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json ASDC sendASDCNotification
2022-12-16T04:53:29.646Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json
2022-12-16T04:53:29.646Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T04:53:29.647Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:29.649Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:29.649Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166409646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:53:29.749Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:29.750Z||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-12-16T04:53:29.750Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:29.762Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:29.762Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:53:30.650Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNkqwtp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "57c39f87-2b6c-403b-b58f-9f9d4c9d0730",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "54596b52-ab0a-4187-aa8b-a7e54bdc4e55",
"vfModuleModelCustomizationUUID": "4dfdef0e-9baf-4654-9efe-d84bd9e84b9c",
"isBase": true,
"artifacts": [
"b14dc2cc-5139-4874-b4d7-8d18f4703f48",
"06dd0464-16ab-4083-a418-f36c21f78ed8"
],
"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-12-16T04:53:30.655Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNkqwtp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54596b52-ab0a-4187-aa8b-a7e54bdc4e55
VfModuleModelInvariantUUID:57c39f87-2b6c-403b-b58f-9f9d4c9d0730
VfModuleModelDescription:NULL
Artifacts UUID List:{
b14dc2cc-5139-4874-b4d7-8d18f4703f48
,
06dd0464-16ab-4083-a418-f36c21f78ed8
}
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-12-16T04:53:30.657Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNkqwtp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "57c39f87-2b6c-403b-b58f-9f9d4c9d0730",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "54596b52-ab0a-4187-aa8b-a7e54bdc4e55",
"vfModuleModelCustomizationUUID": "4dfdef0e-9baf-4654-9efe-d84bd9e84b9c",
"isBase": true,
"artifacts": [
"b14dc2cc-5139-4874-b4d7-8d18f4703f48",
"06dd0464-16ab-4083-a418-f36c21f78ed8"
],
"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-12-16T04:53:30.658Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNkqwtp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54596b52-ab0a-4187-aa8b-a7e54bdc4e55
VfModuleModelInvariantUUID:57c39f87-2b6c-403b-b58f-9f9d4c9d0730
VfModuleModelDescription:NULL
Artifacts UUID List:{
b14dc2cc-5139-4874-b4d7-8d18f4703f48
,
06dd0464-16ab-4083-a418-f36c21f78ed8
}
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-12-16T04:53:30.658Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b14dc2cc-5139-4874-b4d7-8d18f4703f48 from URL: /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml
2022-12-16T04:53:30.658Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-16T04:53:30.659Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml
2022-12-16T04:53:30.713Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-16T04:53:30.713Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml b14dc2cc-5139-4874-b4d7-8d18f4703f48 5033
2022-12-16T04:53:30.714Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-16T04:53:30.714Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml
2022-12-16T04:53:30.714Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T04:53:30.714Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:30.717Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:30.717Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166410714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:53:30.817Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:30.818Z||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-12-16T04:53:30.818Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:30.829Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:30.829Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-16T04:53:31.718Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 06dd0464-16ab-4083-a418-f36c21f78ed8 from URL: /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env
2022-12-16T04:53:31.718Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-16T04:53:31.718Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env
2022-12-16T04:53:31.766Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-16T04:53:31.766Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env 06dd0464-16ab-4083-a418-f36c21f78ed8 909
2022-12-16T04:53:31.766Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-16T04:53:31.767Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env
2022-12-16T04:53:31.767Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T04:53:31.767Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:31.769Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:31.769Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166411766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:53:31.869Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:31.870Z||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-12-16T04:53:31.871Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:31.888Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:31.888Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-16T04:53:32.770Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dce0112a-9688-4c8b-87f9-d57938a88a2c
2022-12-16T04:53:32.770Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nkQwtp 0 c4098cd6-124d-44ae-b9d8-a9808aa89163 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-12-16T04:53:32.784Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cd62863, org.onap.sdc.toscaparser.api.parameters.Input@57ba3b8b, org.onap.sdc.toscaparser.api.parameters.Input@571c0803, org.onap.sdc.toscaparser.api.parameters.Input@26faaf83, org.onap.sdc.toscaparser.api.parameters.Input@7bb21e0f]
2022-12-16T04:53:32.785Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.785Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:32.785Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-12-16T04:53:32.786Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 199e9eb7-0e6f-4557-ae73-f3bcc609e24f
2022-12-16T04:53:32.786Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 199e9eb7-0e6f-4557-ae73-f3bcc609e24f matches Tosca VF Customization UUID: 199e9eb7-0e6f-4557-ae73-f3bcc609e24f
2022-12-16T04:53:32.786Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 199e9eb7-0e6f-4557-ae73-f3bcc609e24f 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-12-16T04:53:32.788Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.788Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:32.788Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 199e9eb7-0e6f-4557-ae73-f3bcc609e24f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-16T04:53:32.789Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@394c7f4b
2022-12-16T04:53:32.789Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.789Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T04:53:32.789Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4dfdef0e-9baf-4654-9efe-d84bd9e84b9c
2022-12-16T04:53:32.789Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4dfdef0e-9baf-4654-9efe-d84bd9e84b9c
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-12-16T04:53:32.791Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.792Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria
2022-12-16T04:53:32.792Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:53:32.792Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.792Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria
2022-12-16T04:53:32.792Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:53:32.793Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.793Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is not matching search criteria
2022-12-16T04:53:32.793Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-16T04:53:32.793Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-16T04:53:32.793Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3582d322-5443-4d5f-81e5-8bfe0933092e
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-12-16T04:53:32.795Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.796Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria
2022-12-16T04:53:32.796Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T04:53:32.796Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.796Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria
2022-12-16T04:53:32.797Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=199e9eb7-0e6f-4557-ae73-f3bcc609e24f
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-12-16T04:53:32.799Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.799Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:32.800Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dce0112a-9688-4c8b-87f9-d57938a88a2c: basic_onboard_nkQwtp
2022-12-16T04:53:32.800Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.800Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:32.800Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.800Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:32.801Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.801Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:32.801Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.801Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:32.802Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T04:53:32.802Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T04:53:32.802Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_nkQwtp
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-12-16T04:53:32.877Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nkQwtp c4098cd6-124d-44ae-b9d8-a9808aa89163 1 ASDC deployResourceStructure
2022-12-16T04:53:32.878Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json ASDC sendASDCNotification
2022-12-16T04:53:32.878Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json
2022-12-16T04:53:32.878Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T04:53:32.879Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:32.881Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:32.881Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166412878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T04:53:32.981Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:32.982Z||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-12-16T04:53:32.982Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:33.042Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:33.042Z||pool-30-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:53:33.882Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-16T04:53:33.883Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml
2022-12-16T04:53:33.883Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T04:53:33.884Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:33.886Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:33.886Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166413882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-16T04:53:33.986Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:33.987Z||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-12-16T04:53:33.987Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:34.002Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:34.002Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-16T04:53:34.887Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-16T04:53:34.888Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env
2022-12-16T04:53:34.888Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T04:53:34.888Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:34.890Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:34.890Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166414887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-16T04:53:34.990Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:34.992Z||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-12-16T04:53:34.993Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:35.006Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:35.006Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:53:35.891Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar ASDC sendASDCNotification
2022-12-16T04:53:35.892Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar
2022-12-16T04:53:35.892Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T04:53:35.892Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:53:35.895Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:53:35.895Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166415891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T04:53:35.995Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:53:35.996Z||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-12-16T04:53:35.996Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:53:36.009Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:53:36.010Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T04:53:36.896Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f989180a-ec10-4f84-a1dd-174cd328db86
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-12-16T04:53:36.907Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f989180a-ec10-4f84-a1dd-174cd328db86
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-12-16T04:53:36.911Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T04:53:36.911Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T04:53:36.911Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T04:53:36.911Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T04:53:36.912Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T04:53:36.912Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T04:53:36.912Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T04:53:36.912Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T04:53:36.912Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T04:53:36.912Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T04:53:36.917Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T04:54:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:54:06.135Z||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-12-16T04:54:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:54:06.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:54:06.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166394361,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T04:54:06.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:54:06.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:54:06.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "NOTIFIED"
}
2022-12-16T04:54:06.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-16T04:54:06.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:54:06.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-16T04:54:06.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-16T04:54:06.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T04:54:06.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-16T04:54:06.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166395376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T04:54:06.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-16T04:54:06.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166407153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:54:06.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166409646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:54:06.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166410714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:54:06.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166411766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T04:54:06.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166412878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T04:54:06.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:54:06.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166413882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-16T04:54:06.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:54:06.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166414887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-16T04:54:06.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:54:06.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T04:54:06.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166415891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T04:54:06.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:54:06.918Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f989180a-ec10-4f84-a1dd-174cd328db86 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-12-16T04:54:06.924Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f989180a-ec10-4f84-a1dd-174cd328db86 and serviceModelVersionId: dce0112a-9688-4c8b-87f9-d57938a88a2c
2022-12-16T04:54:06.924Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40f8f887-8dce-4d34-9a1d-3f2a14f7d9da
2022-12-16T04:54:06.925Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0
2022-12-16T04:54:06.929Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T04:54:06.977Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0|INFO|500||Invoke
2022-12-16T04:54:06.977Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f989180a-ec10-4f84-a1dd-174cd328db86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a6ad4a7-ed19-4390-9e3b-01509058c4e8], X-ECOMP-RequestID=[f989180a-ec10-4f84-a1dd-174cd328db86], X-TransactionId=[], X-ONAP-RequestID=[f989180a-ec10-4f84-a1dd-174cd328db86], Content-Type=[application/merge-patch+json]}
2022-12-16T04:54:07.003Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-16T04:54:07.106Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?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/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 04:54:07 GMT], content-length=[0], vertex-id=[200800], x-aai-txid=[0-aai-resources-221216-04:54:07:837-28590], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T04:54:07.107Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-16T04:54:07.107Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0|INFO|500||InvokeReturn
2022-12-16T04:54:07.108Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T04:54:07.108Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T04:54:07.115Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-16T04:54:07.115Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f989180a-ec10-4f84-a1dd-174cd328db86 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T04:54:07.116Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T04:54:07.116Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-16T04:54:07.118Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T04:54:07.118Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166447115,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T04:54:07.218Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T04:54:07.219Z||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-12-16T04:54:07.219Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:54:07.240Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:54:07.241Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 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-12-16T04:54:08.141Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:54:08.142Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T04:54:08.142Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:54:17.716Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:54:17.717Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:54:17.717Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T04:54:17.717Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:54:27.297Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:54:27.298Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:54:27.299Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T04:54:27.299Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:54:36.957Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:54:36.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:54:36.958Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T04:54:36.958Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:54:46.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:55:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:55:06.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T04:55:06.133Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:55:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:55:06.135Z||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-12-16T04:55:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:55:06.806Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:55:06.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T04:55:06.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671166447115,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T04:55:06.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T04:55:15.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:56:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:56:06.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T04:56:06.133Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:56:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:56:06.135Z||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-12-16T04:56:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:56:15.707Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:56:15.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:57:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:57:06.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T04:57:06.134Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:57:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:57:06.135Z||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-12-16T04:57:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:57:15.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:57:15.733Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:58:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:58:06.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T04:58:06.133Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:58:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:58:06.135Z||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-12-16T04:58:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:58:15.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:58:15.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:59:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:59:06.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T04:59:06.133Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:59:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T04:59:06.135Z||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-12-16T04:59:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T04:59:15.740Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T04:59:15.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:00:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:00:06.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:00:06.133Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:00:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:00:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T05:00:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:00:15.697Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:00:15.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:01:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:01:06.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:01:06.133Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:01:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:01:06.135Z||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-12-16T05:01:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:01:15.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:01:15.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:02:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:02:06.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:02:06.134Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:02:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:02:06.135Z||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-12-16T05:02:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:02:15.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:02:15.733Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:03:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:03:06.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:03:06.134Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:03:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:03:06.135Z||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-12-16T05:03:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:03:15.741Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:03:15.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:04:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:04:06.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:04:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:04:06.134Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:04:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T05:04:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:04:15.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:04:15.740Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:05:06.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:05:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:05:06.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:05:06.135Z||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-12-16T05:05:06.136Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:05:06.136Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:05:15.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:05:16.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:05:16.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-16T05:05:16.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"570fcb9c-18af-43af-92b4-d871e5aa72a6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e823accf-ea71-43d2-9098-1551fde645e4","serviceDescription":"service","serviceInvariantUUID":"d226656f-9935-46d9-8de8-d956cf36712a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e0b5fd12-6b57-4d78-add5-4a8eb9f58217","resourceInvariantUUID":"c354f447-1837-470d-ae9e-decb6ec5bbcf","resourceCustomizationUUID":"f9b88651-f8f5-4d56-ac6e-642221ec70d8","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":"MjI1ODI1NjlkM2Y2OGE0YTg0MjU5NGZjZDRmMThhZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c3baa33-8433-4499-b6ff-b851b688ebc9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTg3NWFiZWZhM2Y4ODM1NDJiNmM1NzlkNWQxODczZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f077064-f1aa-45d4-ad98-3c7a8ca78d61","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T05:05:16.055Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T05:05:16.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:05:16.061Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:05:16.061Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167106132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:05:16.161Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T05:05:16.162Z||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-12-16T05:05:16.162Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:05:16.185Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:05:16.186Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1}
2022-12-16T05:05:17.062Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T05:05:17.063Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:05:17.065Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:05:17.065Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167106132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T05:05:17.168Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-16T05:05:17.169Z||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-12-16T05:05:17.169Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:05:17.192Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:05:17.192Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-16T05:05:18.067Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e823accf-ea71-43d2-9098-1551fde645e4",
"serviceDescription": "service",
"serviceInvariantUUID": "d226656f-9935-46d9-8de8-d956cf36712a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f9b88651-f8f5-4d56-ac6e-642221ec70d8",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e0b5fd12-6b57-4d78-add5-4a8eb9f58217",
"resourceInvariantUUID": "c354f447-1837-470d-ae9e-decb6ec5bbcf",
"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": "ZTg3NWFiZWZhM2Y4ODM1NDJiNmM1NzlkNWQxODczZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2f077064-f1aa-45d4-ad98-3c7a8ca78d61"
}
],
"workloadContext": "Production"
}
2022-12-16T05:05:18.067Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T05:05:18.067Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e823accf-ea71-43d2-9098-1551fde645e4 ASDC
2022-12-16T05:05:18.069Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:570fcb9c-18af-43af-92b4-d871e5aa72a6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e823accf-ea71-43d2-9098-1551fde645e4
ServiceInvariantUUID:d226656f-9935-46d9-8de8-d956cf36712a
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:2f077064-f1aa-45d4-ad98-3c7a8ca78d61
ArtifactChecksum:ZTg3NWFiZWZhM2Y4ODM1NDJiNmM1NzlkNWQxODczZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f9b88651-f8f5-4d56-ac6e-642221ec70d8
ResourceInvariantUUID:c354f447-1837-470d-ae9e-decb6ec5bbcf
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e0b5fd12-6b57-4d78-add5-4a8eb9f58217
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-16T05:05:18.069Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e823accf-ea71-43d2-9098-1551fde645e4 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-12-16T05:05:18.116Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T05:05:18.118Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T05:05:18.118Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T05:05:18.118Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2f077064-f1aa-45d4-ad98-3c7a8ca78d61 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-16T05:05:18.118Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T05:05:18.119Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-16T05:05:18.255Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T05:05:18.258Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2f077064-f1aa-45d4-ad98-3c7a8ca78d61 57660
2022-12-16T05:05:18.259Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-16T05:05:18.259Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-16T05:05:18.260Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T05:05:18.260Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:05:18.263Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:05:18.263Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167118259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T05:05:18.363Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T05:05:18.364Z||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-12-16T05:05:18.364Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:05:18.386Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:05:18.387Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-16T05:05:19.264Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T05:05:19.265Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T05:05:19.266Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 2f077064-f1aa-45d4-ad98-3c7a8ca78d61, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T05:05:19.266Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-16T05:05:19.267Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T05:05:19.267Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T05:05:19.438Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1793844992292052806/Definitions/service-BasicNetwork-template.yml
2022-12-16T05:05:20.074Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T05:05:20.075Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T05:05:20.075Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T05:05:20.075Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:05:20.077Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:05:20.077Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T05:05:20.077Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.077Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.078Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-16T05:05:20.078Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T05:05:20.078Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T05:05:20.078Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.078Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.079Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-16T05:05:20.079Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T05:05:20.079Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T05:05:20.079Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.079Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.080Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.080Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.080Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.081Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.081Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.081Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.081Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.081Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.081Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e823accf-ea71-43d2-9098-1551fde645e4
Model Version:NULL
Model InvariantUuid:d226656f-9935-46d9-8de8-d956cf36712a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c354f447-1837-470d-ae9e-decb6ec5bbcf
Model UUID:1fd25598-fb39-4bff-93d5-21505bfa9a14
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f9b88651-f8f5-4d56-ac6e-642221ec70d8
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-12-16T05:05:20.103Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: e0b5fd12-6b57-4d78-add5-4a8eb9f58217
2022-12-16T05:05:20.103Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||No resources found for Service: e823accf-ea71-43d2-9098-1551fde645e4
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-12-16T05:05:20.110Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||
2022-12-16T05:05:20.110Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-16T05:05:20.111Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||No resources found for Service: e823accf-ea71-43d2-9098-1551fde645e4
2022-12-16T05:05:20.111Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e823accf-ea71-43d2-9098-1551fde645e4
2022-12-16T05:05:20.112Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-16T05:05:20.112Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:05:20.117Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d39decb, org.onap.sdc.toscaparser.api.parameters.Input@655435bf, org.onap.sdc.toscaparser.api.parameters.Input@8cf29c5, org.onap.sdc.toscaparser.api.parameters.Input@7cf4956e, org.onap.sdc.toscaparser.api.parameters.Input@6f28c3bd]
2022-12-16T05:05:20.119Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.119Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.120Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.120Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.120Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e823accf-ea71-43d2-9098-1551fde645e4: Generic NeutronNet
2022-12-16T05:05:20.120Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.121Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.121Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.121Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:05:20.204Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.205Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.205Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.206Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.206Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:05:20.206Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:05:20.207Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:05:20.309Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-16T05:05:20.309Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-16T05:05:20.310Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-16T05:05:20.310Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T05:05:20.310Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:05:20.312Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:05:20.312Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167120309,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T05:05:20.413Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T05:05:20.414Z||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-12-16T05:05:20.414Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:05:20.505Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:05:20.505Z||pool-38-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-12-16T05:05:21.313Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6
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-12-16T05:05:21.324Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6
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-12-16T05:05:21.326Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T05:05:21.326Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T05:05:21.326Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T05:05:51.326Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6
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-12-16T05:05:51.359Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6
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-12-16T05:05:51.361Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T05:05:51.361Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T05:05:51.361Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T05:06:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:06:06.135Z||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-12-16T05:06:06.135Z||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 JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:06:06.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:06:06.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167106132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "cds",
"timestamp": 1671167114027,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167109844,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167106132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T05:06:06.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "cds",
"timestamp": 1671167114027,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T05:06:06.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167109844,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T05:06:06.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167117327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167117327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "cds",
"timestamp": 1671167118051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T05:06:06.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167118259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T05:06:06.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "cds",
"timestamp": 1671167119062,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T05:06:06.408Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 570fcb9c-18af-43af-92b4-d871e5aa72a6
2022-12-16T05:06:06.408Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 570fcb9c-18af-43af-92b4-d871e5aa72a6 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-12-16T05:06:06.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167120309,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T05:06:06.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "aai-ml",
"timestamp": 1671167124416,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "aai-ml",
"timestamp": 1671167124416,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T05:06:06.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "aai-ml",
"timestamp": 1671167127241,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T05:06:06.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "aai-ml",
"timestamp": 1671167131261,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T05:06:06.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "aai-ml",
"timestamp": 1671167132265,
"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-12-16T05:06:06.424Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 570fcb9c-18af-43af-92b4-d871e5aa72a6
2022-12-16T05:06:06.425Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 570fcb9c-18af-43af-92b4-d871e5aa72a6 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-12-16T05:06:06.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671167132109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671167132109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T05:06:06.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671167134932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T05:06:06.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671167136671,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T05:06:06.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671167137676,
"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-12-16T05:06:06.449Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 570fcb9c-18af-43af-92b4-d871e5aa72a6
2022-12-16T05:06:06.449Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 570fcb9c-18af-43af-92b4-d871e5aa72a6 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-12-16T05:06:06.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167137327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "cds",
"timestamp": 1671167144027,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167137327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "cds",
"timestamp": 1671167144027,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "cds",
"timestamp": 1671167144027,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167137327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167137327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "cds",
"timestamp": 1671167144027,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "cds",
"timestamp": 1671167144027,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167137327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167149844,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167137327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "cds",
"timestamp": 1671167144027,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167149844,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-16T05:06:06.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167137327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "cds",
"timestamp": 1671167144027,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T05:06:06.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167149844,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-16T05:06:06.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "cds",
"timestamp": 1671167152166,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T05:06:06.481Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167149844,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "cds",
"timestamp": 1671167153178,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-12-16T05:06:06.504Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a
2022-12-16T05:06:06.504Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a 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-12-16T05:06:06.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167149844,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-16T05:06:06.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167149844,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "aai-ml",
"timestamp": 1671167154416,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167149844,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T05:06:06.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "aai-ml",
"timestamp": 1671167154416,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167157705,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T05:06:06.518Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "aai-ml",
"timestamp": 1671167154416,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167157327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167158774,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T05:06:06.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "aai-ml",
"timestamp": 1671167154416,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167157327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167159824,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T05:06:06.521Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "aai-ml",
"timestamp": 1671167154416,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167157327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "aai-ml",
"timestamp": 1671167154416,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167161059,
"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-12-16T05:06:06.528Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a
2022-12-16T05:06:06.528Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a 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-12-16T05:06:06.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "cds",
"timestamp": 1671167159027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167157327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "aai-ml",
"timestamp": 1671167154416,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T05:06:06.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167162065,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T05:06:06.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "cds",
"timestamp": 1671167159027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167157327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "aai-ml",
"timestamp": 1671167162287,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T05:06:06.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "cds",
"timestamp": 1671167159027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167149844,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167157327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-12-16T05:06:06.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671167162109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167149844,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "cds",
"timestamp": 1671167159027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167157327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671167162109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167149844,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "cds",
"timestamp": 1671167159027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167157327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671167162109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167149844,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "cds",
"timestamp": 1671167159027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "ves-openapi-manager",
"timestamp": 1671167166233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T05:06:06.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T05:06:06.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671167162109,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:06.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T05:06:06.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671167149844,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:06.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-16T05:06:21.362Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6
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-12-16T05:06:21.378Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6
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-12-16T05:06:21.383Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T05:06:21.383Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:06:21.389Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T05:06:51.389Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6 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-12-16T05:06:51.396Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6 and serviceModelVersionId: e823accf-ea71-43d2-9098-1551fde645e4
2022-12-16T05:06:51.397Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d226656f-9935-46d9-8de8-d956cf36712a
2022-12-16T05:06:51.398Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d226656f-9935-46d9-8de8-d956cf36712a/model-vers/model-ver/e823accf-ea71-43d2-9098-1551fde645e4?depth=0
2022-12-16T05:06:51.404Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T05:06:51.468Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d226656f-9935-46d9-8de8-d956cf36712a/model-vers/model-ver/e823accf-ea71-43d2-9098-1551fde645e4?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-12-16T05:06:51.469Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d226656f-9935-46d9-8de8-d956cf36712a/model-vers/model-ver/e823accf-ea71-43d2-9098-1551fde645e4?depth=0|INFO|500||Invoke
2022-12-16T05:06:51.494Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d226656f-9935-46d9-8de8-d956cf36712a/model-vers/model-ver/e823accf-ea71-43d2-9098-1551fde645e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-16T05:06:51.604Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d226656f-9935-46d9-8de8-d956cf36712a/model-vers/model-ver/e823accf-ea71-43d2-9098-1551fde645e4?depth=0|INFO|500||InvokeReturn
2022-12-16T05:06:51.605Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d226656f-9935-46d9-8de8-d956cf36712a/model-vers/model-ver/e823accf-ea71-43d2-9098-1551fde645e4?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 05:06:52 GMT], content-length=[0], vertex-id=[221232], x-aai-txid=[0-aai-resources-221216-05:06:52:360-458], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T05:06:51.605Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-12-16T05:06:51.606Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T05:06:51.606Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:06:51.612Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||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-12-16T05:06:51.613Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 570fcb9c-18af-43af-92b4-d871e5aa72a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T05:06:51.613Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T05:06:51.613Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:06:51.615Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:06:51.615Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167211613,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T05:06:51.715Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T05:06:51.717Z||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-12-16T05:06:51.718Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:06:51.745Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:06:51.746Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 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-12-16T05:06:52.627Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:06:52.628Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:06:52.628Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:06:53.284Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:06:53.286Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-16T05:06:53.286Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c","serviceDescription":"service","serviceInvariantUUID":"ec42a37a-8501-433c-98f7-f7f7c8df01f5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bcadb183-9fd2-4924-a46a-64aec835cf15","resourceInvariantUUID":"0008778b-1ae2-491f-ac73-ff0f792ea502","resourceCustomizationUUID":"52a318bc-d7bc-48e7-9d79-be54a5135775","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NDg1ZmRhZTBkOGE5ZTRiZDQ4OTVmMDY1NzE1YzAwNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5099e0ac-84c1-4b5e-b56c-21f6b13ef40c","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZGY3ZGZiMWQwY2MwODBlZTRjNjJjOWE5Y2JhZGY5MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a39107ae-af53-44ee-a5dd-a4234eb77b2d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5b169fb9-96ff-4114-b2cf-468cd1a323cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad0a42c1-8a69-4202-9f14-6750590e02f6","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"644a0d55-7579-4967-9c24-78563b976ada","artifactVersion":"2","generatedFromUUID":"5b169fb9-96ff-4114-b2cf-468cd1a323cd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2Q4ZTQ1ZDVkNjVjMDM4Nzc0MzIzNmY4ZjlhOWQ4MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ed83ba1-2647-420e-9dad-8155547a04aa","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWYxY2Y0NDIzMGE3N2ZiYjhlNzM2YmE1NzkyNDE2Mjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9876f5e3-7730-4f20-9a42-342fa467df22","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T05:06:53.288Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T05:06:53.288Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:06:53.291Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:06:53.291Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167212627,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:53.391Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T05:06:53.392Z||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-12-16T05:06:53.393Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:06:53.405Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:06:53.406Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T05:06:54.292Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T05:06:54.293Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:06:54.295Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:06:54.295Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167212627,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-16T05:06:54.395Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T05:06:54.396Z||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-12-16T05:06:54.396Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:06:54.412Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:06:54.412Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-16T05:06:55.295Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T05:06:55.296Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:06:55.298Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:06:55.298Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167212627,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-16T05:06:55.398Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T05:06:55.399Z||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-12-16T05:06:55.399Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:06:55.424Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:06:55.424Z||pool-42-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":3,"count":1}
2022-12-16T05:06:56.299Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T05:06:56.299Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:06:56.301Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:06:56.301Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167212627,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:56.401Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T05:06:56.402Z||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-12-16T05:06:56.403Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:06:56.425Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:06:56.426Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-16T05:06:57.302Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T05:06:57.303Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:06:57.305Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:06:57.305Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167212627,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-16T05:06:57.406Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T05:06:57.408Z||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-12-16T05:06:57.408Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:06:57.435Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:06:57.435Z||pool-44-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-16T05:06:58.306Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T05:06:58.306Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:06:58.309Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:06:58.309Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167212627,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T05:06:58.412Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-16T05:06:58.413Z||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-12-16T05:06:58.413Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:06:58.435Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:06:58.435Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-16T05:06:59.312Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T05:06:59.312Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:06:59.314Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:06:59.314Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167212627,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T05:06:59.414Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T05:06:59.415Z||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-12-16T05:06:59.415Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:06:59.429Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:06:59.429Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-16T05:07:00.316Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c",
"serviceDescription": "service",
"serviceInvariantUUID": "ec42a37a-8501-433c-98f7-f7f7c8df01f5",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "52a318bc-d7bc-48e7-9d79-be54a5135775",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bcadb183-9fd2-4924-a46a-64aec835cf15",
"resourceInvariantUUID": "0008778b-1ae2-491f-ac73-ff0f792ea502",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZGY3ZGZiMWQwY2MwODBlZTRjNjJjOWE5Y2JhZGY5MmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a39107ae-af53-44ee-a5dd-a4234eb77b2d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5b169fb9-96ff-4114-b2cf-468cd1a323cd",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "644a0d55-7579-4967-9c24-78563b976ada",
"generatedFromUUID": "5b169fb9-96ff-4114-b2cf-468cd1a323cd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "644a0d55-7579-4967-9c24-78563b976ada",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NWYxY2Y0NDIzMGE3N2ZiYjhlNzM2YmE1NzkyNDE2Mjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9876f5e3-7730-4f20-9a42-342fa467df22"
}
],
"workloadContext": "Production"
}
2022-12-16T05:07:00.316Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T05:07:00.316Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c ASDC
2022-12-16T05:07:00.316Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c
ServiceInvariantUUID:ec42a37a-8501-433c-98f7-f7f7c8df01f5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:9876f5e3-7730-4f20-9a42-342fa467df22
ArtifactChecksum:NWYxY2Y0NDIzMGE3N2ZiYjhlNzM2YmE1NzkyNDE2Mjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:52a318bc-d7bc-48e7-9d79-be54a5135775
ResourceInvariantUUID:0008778b-1ae2-491f-ac73-ff0f792ea502
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:bcadb183-9fd2-4924-a46a-64aec835cf15
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:a39107ae-af53-44ee-a5dd-a4234eb77b2d
ArtifactChecksum:ZGY3ZGZiMWQwY2MwODBlZTRjNjJjOWE5Y2JhZGY5MmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:5b169fb9-96ff-4114-b2cf-468cd1a323cd
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:644a0d55-7579-4967-9c24-78563b976ada
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:644a0d55-7579-4967-9c24-78563b976ada
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-16T05:07:00.317Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c 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-12-16T05:07:00.348Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T05:07:00.349Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T05:07:00.349Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T05:07:00.349Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9876f5e3-7730-4f20-9a42-342fa467df22 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-16T05:07:00.349Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T05:07:00.370Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-16T05:07:00.463Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T05:07:00.466Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9876f5e3-7730-4f20-9a42-342fa467df22 74813
2022-12-16T05:07:00.466Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-16T05:07:00.466Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-16T05:07:00.466Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T05:07:00.467Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T05:07:00.470Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T05:07:00.470Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671167220466,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T05:07:00.570Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T05:07:00.571Z||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-12-16T05:07:00.571Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ...
2022-12-16T05:07:00.585Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:07:00.586Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-16T05:07:01.471Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T05:07:01.472Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T05:07:01.472Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9876f5e3-7730-4f20-9a42-342fa467df22, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T05:07:01.472Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-16T05:07:01.473Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T05:07:01.473Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T05:07:01.579Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18241997546603282104/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-16T05:07:02.820Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T05:07:02.821Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T05:07:02.821Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T05:07:02.821Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-16T05:07:02.822Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T05:07:02.822Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-12-16T05:07:02.822Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-12-16T05:07:02.822Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T05:07:02.822Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-12-16T05:07:02.822Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-12-16T05:07:02.823Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-12-16T05:07:02.823Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T05:07:02.823Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:07:02.823Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:07:02.823Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T05:07:02.824Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T05:07:02.824Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T05:07:02.824Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:07:02.824Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:07:02.825Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T05:07:02.825Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T05:07:02.825Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T05:07:02.825Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:07:02.825Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T05:07:02.826Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:07:02.826Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-16T05:07:02.826Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-16T05:07:02.826Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-16T05:07:02.826Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-16T05:07:02.827Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-16T05:07:02.827Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-16T05:07:02.827Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:07:02.827Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T05:07:02.828Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:07:02.828Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T05:07:02.828Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T05:07:02.828Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:07:02.828Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T05:07:02.829Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T05:07:02.829Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T05:07:02.829Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T05:07:02.829Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T05:07:02.829Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery