By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-05-10T02:07:01.574Z||main|||||INFO|500||The following profiles are active: basic
2022-05-10T02:07:09.556Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-10T02:07:09.556Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-10T02:07:09.615Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-10T02:07:11.564Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-10T02:07:11.696Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-10T02:07:11.988Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-10T02:07:11.997Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-10T02:07:12.141Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-10T02:07:12.303Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-10T02:07:12.647Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-10T02:07:13.358Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-10T02:07:14.975Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-10T02:07:15.012Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-10T02:07:15.431Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-10T02:07:15.745Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-10T02:07:16.574Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-10T02:07:17.419Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-10T02:07:17.433Z||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$$972d103d.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-10T02:07:17.434Z||main|||||WARN|500||The sdc end point is not alive
2022-05-10T02:07:19.501Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-10T02:07:21.878Z||main|||||WARN|500||---
2022-05-10T02:07:21.878Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-10T02:07:21.878Z||main|||||WARN|500||---
2022-05-10T02:07:22.221Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-10T02:07:26.090Z||main|||||INFO|500||Started Application in 28.203 seconds (JVM running for 29.21)
2022-05-10T02:07:26.176Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-10T02:07:26.178Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-10T02:07:26.186Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-10T02:07:26.234Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-10T02:07:26.267Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc977beb-aac1-4132-ae10-c9b41cf42c89 url= /sdc/v1/artifactTypes
2022-05-10T02:07:26.268Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-10T02:07:26.482Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-10T02:07:26.499Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-10T02:07:26.518Z||scheduling-1|||||DEBUG|500||create keys
2022-05-10T02:07:26.524Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-10T02:07:26.672Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:07:26.685Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5c07c5f2-db2d-4cf2-b5a1-cde81cce0d34 url= /sdc/v1/registerForDistribution
2022-05-10T02:07:26.756Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5c07c5f2-db2d-4cf2-b5a1-cde81cce0d34 url= /sdc/v1/registerForDistribution
2022-05-10T02:07:26.757Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-10T02:07:26.767Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:07:26.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:07:26.770Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-10T02:07:26.776Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:07:26.776Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:07:26.777Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:07:26.777Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:07:38.162Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:07:38.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:08:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:08:26.766Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:08:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:08:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:08:26.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:08:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:08:36.305Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:08:36.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:09:26.765Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:09:26.766Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:09:26.766Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UToODZe4JRjig9Y5) ...
2022-05-10T02:09:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:09:26.768Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:09:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:09:36.299Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:09:36.301Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:10:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:10:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:10:26.766Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:10:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:10:26.767Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:10:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:10:36.304Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:10:36.306Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:11:26.765Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:11:26.766Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:11:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:11:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:11:26.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:11:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:11:36.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:11:36.305Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:12:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:12:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:12:26.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:12:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:12:26.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:12:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:12:36.302Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:12:36.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:13:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:13:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:13:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:13:26.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:13:26.768Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:13:26.769Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:13:36.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:13:36.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:14:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:14:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:14:26.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:14:26.767Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:14:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:14:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:14:36.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:14:36.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:15:26.765Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:15:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:15:26.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:15:26.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:15:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:15:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:15:36.307Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:15:36.307Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:16:26.765Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:16:26.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:16:26.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:16:26.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:16:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:16:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:16:36.305Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:16:36.305Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:17:17.785Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-10T02:17:26.765Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:17:26.766Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:17:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:17:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:17:26.767Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:17:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:17:36.300Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:17:36.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:18:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:18:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:18:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:18:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:18:26.767Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:18:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:18:36.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:18:36.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:19:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:19:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:19:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:19:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:19:26.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:19:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:19:36.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:19:36.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:20:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:20:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:20:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:20:26.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:20:26.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:20:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:20:36.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:20:36.305Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:21:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:21:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:21:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:21:26.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:21:26.769Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:21:26.769Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:21:36.301Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:21:36.301Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:22:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:22:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:22:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:22:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:22:26.767Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:22:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:22:36.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:22:36.303Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:23:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:23:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:23:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:23:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:23:26.767Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:23:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:23:36.299Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:23:36.300Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:24:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:24:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:24:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:24:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:24:26.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:24:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:24:36.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:24:36.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:25:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:25:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:25:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:25:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:25:26.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:25:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:25:36.299Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:25:36.301Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:26:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:26:26.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:26:26.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:26:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:26:26.767Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:26:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:26:36.314Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:26:36.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:27:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:27:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:27:26.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:27:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:27:26.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:27:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:27:36.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:27:36.303Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:28:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:28:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:28:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:28:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:28:26.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:28:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:28:36.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:28:36.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:29:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:29:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:29:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:29:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:29:26.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:29:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:29:36.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:29:36.301Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:30:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:30:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:30:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:30:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:30:26.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:30:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:30:36.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:30:36.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:31:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:31:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:31:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:31:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:31:26.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:31:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:31:36.305Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:31:36.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:32:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:32:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:32:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:32:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:32:26.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:32:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:32:36.299Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:32:36.301Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:33:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:33:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:33:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:33:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:33:26.767Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:33:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:33:36.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:33:36.301Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:34:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:34:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:34:26.765Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:34:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:34:26.767Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:34:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:34:36.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:34:36.341Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:35:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:35:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:35:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:35:26.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:35:26.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:35:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:35:36.304Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:35:36.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:36:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:36:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:36:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:36:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:36:26.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:36:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:36:36.299Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:36:36.299Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:37:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:37:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:37:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:37:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:37:26.766Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:37:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:37:36.299Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:37:36.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:38:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:38:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:38:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:38:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:38:26.767Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:38:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:38:36.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:38:36.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:39:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:39:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:39:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:39:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:39:26.767Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:39:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:39:36.307Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:39:36.307Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:40:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:40:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:40:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:40:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:40:26.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:40:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:40:36.299Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:40:36.300Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:41:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:41:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:41:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:41:26.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:41:26.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:41:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:41:36.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:41:36.302Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:42:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:42:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:42:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:42:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:42:26.767Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:42:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:42:36.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:42:36.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:43:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:43:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:43:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:43:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:43:26.767Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:43:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:43:36.298Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:43:36.298Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:44:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:44:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:44:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:44:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:44:26.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:44:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:44:36.299Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:44:36.299Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:45:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:45:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:45:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:45:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:45:26.767Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:45:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:45:36.300Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:45:36.301Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:46:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:46:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:46:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:46:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:46:26.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:46:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:46:36.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:46:36.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:47:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:47:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:47:26.774Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:47:26.774Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:47:26.774Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:47:26.774Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:47:36.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:47:36.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:48:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:48:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:48:26.765Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:48:26.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:48:26.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:48:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:48:36.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:48:36.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:49:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:49:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:49:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:49:26.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:49:26.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:49:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:49:36.301Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:49:36.306Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:50:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:50:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:50:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:50:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:50:26.767Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:50:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:50:36.298Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:50:36.300Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:51:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:51:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:51:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:51:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:51:26.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:51:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:51:36.299Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:51:36.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:52:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:52:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:52:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:52:26.767Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:52:26.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:52:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:52:36.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:52:36.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:53:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:53:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:53:26.766Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:53:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:53:26.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:53:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:53:36.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:53:36.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:54:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:54:26.765Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:54:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:54:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:54:26.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:54:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:54:36.301Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:54:36.301Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:55:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:55:26.766Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:55:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:55:26.767Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:55:26.768Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:55:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:55:36.303Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:55:36.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:56:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:56:26.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:56:26.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:56:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:56:26.767Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:56:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:56:36.302Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:56:36.302Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:57:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:57:26.766Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:57:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:57:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:57:26.767Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:57:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:57:36.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:57:36.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:58:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:58:26.766Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:58:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:58:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:58:26.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:58:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:58:36.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:58:36.300Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:59:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:59:26.766Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:59:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:59:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:59:26.767Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T02:59:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:59:36.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T02:59:36.297Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:00:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:00:26.766Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:00:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:00:26.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:00:26.770Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:00:26.770Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:00:36.305Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:00:36.305Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:01:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:01:26.766Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:01:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:01:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:01:26.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:01:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:01:36.299Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:01:36.301Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:02:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:02:26.766Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:02:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:02:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:02:26.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:02:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:02:36.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:02:36.305Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:03:26.765Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:03:26.765Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:03:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:03:26.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:03:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:03:27.259Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:27.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "cds",
"timestamp": 1652151773687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.284Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151773903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151781876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151774913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "clamp",
"timestamp": 1652151775736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151774913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "cds",
"timestamp": 1652151773687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151773903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "NOTIFIED"
}
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151781876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "clamp",
"timestamp": 1652151775736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "NOTIFIED"
}
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151774913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "cds",
"timestamp": 1652151773687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151773903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151781876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "clamp",
"timestamp": 1652151775736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151774913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "cds",
"timestamp": 1652151773687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151773903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151781876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "clamp",
"timestamp": 1652151775736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151774913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "cds",
"timestamp": 1652151773687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151773903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151781876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "clamp",
"timestamp": 1652151775736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151774913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "cds",
"timestamp": 1652151773687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151773903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151781876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "clamp",
"timestamp": 1652151775736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151774913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "cds",
"timestamp": 1652151773687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151773903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151781876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "clamp",
"timestamp": 1652151775736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:03:27.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "cds",
"timestamp": 1652151791107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151791274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151791298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "cds",
"timestamp": 1652151792122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:03:27.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:27.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e1b5005-c1c6-4480-9ca2-8da10833481f","serviceName":"vFW 2022-05-10 03-01-19","serviceVersion":"1.0","serviceUUID":"b9b8c432-b098-4da6-89e3-86f265b0307d","serviceDescription":"catalog service description","serviceInvariantUUID":"90cce7c5-dffc-4232-8bae-f43f84eeec9a","resources":[{"resourceInstanceName":"vFW 559166dd-fbee 0","resourceName":"vFW 559166dd-fbee","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e3af6da-29e5-4576-bfa1-eb7e837ecf65","resourceInvariantUUID":"5be54c74-b31d-4690-b9db-e351f06567e3","resourceCustomizationUUID":"a7b37687-7cba-4684-bdac-ec5f0f0b6fe8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml","artifactChecksum":"NGMwNTJjMmEzOTIyYTdmMDVkZjE1MGEzNjA4MjJiNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec07518b-fffa-496c-9e34-1acd0fc3c6a5","artifactVersion":"1"},{"artifactName":"vfw559166ddfbee0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json","artifactChecksum":"MDI2NzM5ODQxYTU5MWJkMWNkZGJmY2I0NDk1YTY3OWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd61fb62-59c7-43c9-87fc-5659670777e4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cf094dc0-b061-44ef-bba9-ee172bab6887","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml","artifactChecksum":"ODUyYjk3OWVjNWUxNDkzNTU0NWUwMWRiNDY4Y2E2OWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a4fd9fd7-8605-46a6-9077-0e257602ea60","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a0aaede6-f197-4bfd-889d-a989868ba5b4","artifactVersion":"2","generatedFromUUID":"cf094dc0-b061-44ef-bba9-ee172bab6887"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220510030119-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml","artifactChecksum":"ZGJjMDllYzg5NTcxNDMxZGE5OTJhYzg0YWFkMDg0YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5081c5bf-8081-4f9c-b7ed-a39c890feb9a","artifactVersion":"1"},{"artifactName":"service-Vfw20220510030119-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar","artifactChecksum":"Y2Q3OWE2ZmE4MWM1ODQwZWUzNDZlNjA2YjQ5NDA4ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76c99984-6a61-4b7a-a837-7536e52def76","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:03:27.392Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:27.395Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:27.402Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:27.402Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:03:27.412Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e1b5005-c1c6-4480-9ca2-8da10833481f
2022-05-10T03:03:27.438Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1b5005-c1c6-4480-9ca2-8da10833481f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:03:27.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "aai-ml",
"timestamp": 1652151792514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151793509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "policy-id",
"timestamp": 1652151793284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "aai-ml",
"timestamp": 1652151792514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "policy-id",
"timestamp": 1652151793284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "aai-ml",
"timestamp": 1652151792514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151795705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "policy-id",
"timestamp": 1652151793284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151796102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "aai-ml",
"timestamp": 1652151792514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "policy-id",
"timestamp": 1652151793284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151797106,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:03:27.477Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e1b5005-c1c6-4480-9ca2-8da10833481f
2022-05-10T03:03:27.477Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1b5005-c1c6-4480-9ca2-8da10833481f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:03:27.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "aai-ml",
"timestamp": 1652151792514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151797236,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:03:27.484Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e1b5005-c1c6-4480-9ca2-8da10833481f
2022-05-10T03:03:27.484Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1b5005-c1c6-4480-9ca2-8da10833481f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:03:27.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "policy-id",
"timestamp": 1652151793284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "aai-ml",
"timestamp": 1652151792514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151798239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "policy-id",
"timestamp": 1652151793284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "aai-ml",
"timestamp": 1652151792514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "policy-id",
"timestamp": 1652151793284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "aai-ml",
"timestamp": 1652151800501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "policy-id",
"timestamp": 1652151801031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "policy-id",
"timestamp": 1652151802038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "policy-id",
"timestamp": 1652151803042,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:03:27.493Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e1b5005-c1c6-4480-9ca2-8da10833481f
2022-05-10T03:03:27.493Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1b5005-c1c6-4480-9ca2-8da10833481f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-10T03:03:27.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "clamp",
"timestamp": 1652151804123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "clamp",
"timestamp": 1652151806133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:03:27.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.503Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-10T03:03:27.508Z||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-05-10T03:03:27.509Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:27.519Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:27.519Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:03:28.407Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:28.408Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:28.410Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:28.411Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "NOTIFIED"
}
2022-05-10T03:03:28.510Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:03:28.511Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:28.512Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:28.522Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:28.522Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:29.411Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:29.412Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:29.415Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:29.415Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-10T03:03:29.515Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:29.516Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:29.516Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:29.528Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:29.528Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:30.416Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:30.417Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:30.419Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:30.419Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:30.519Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:30.520Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:30.520Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:30.532Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:30.532Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:31.420Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:31.421Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:31.423Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:31.423Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-10T03:03:31.523Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:31.524Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:31.524Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:31.536Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:31.537Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:32.423Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:32.424Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:32.427Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:32.427Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:03:32.527Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:32.528Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:32.528Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:32.539Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:32.539Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:33.427Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:33.428Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:33.430Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:33.431Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:03:33.531Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:33.531Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:33.531Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:33.542Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:33.542Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:03:34.433Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"serviceName": "vFW 2022-05-10 03-01-19",
"serviceVersion": "1.0",
"serviceUUID": "b9b8c432-b098-4da6-89e3-86f265b0307d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "90cce7c5-dffc-4232-8bae-f43f84eeec9a",
"resources": [
{
"resourceInstanceName": "vFW 559166dd-fbee 0",
"resourceCustomizationUUID": "a7b37687-7cba-4684-bdac-ec5f0f0b6fe8",
"resourceName": "vFW 559166dd-fbee",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3e3af6da-29e5-4576-bfa1-eb7e837ecf65",
"resourceInvariantUUID": "5be54c74-b31d-4690-b9db-e351f06567e3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw559166ddfbee0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"artifactChecksum": "MDI2NzM5ODQxYTU5MWJkMWNkZGJmY2I0NDk1YTY3OWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cd61fb62-59c7-43c9-87fc-5659670777e4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cf094dc0-b061-44ef-bba9-ee172bab6887",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a0aaede6-f197-4bfd-889d-a989868ba5b4",
"generatedFromUUID": "cf094dc0-b061-44ef-bba9-ee172bab6887"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a0aaede6-f197-4bfd-889d-a989868ba5b4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220510030119-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"artifactChecksum": "Y2Q3OWE2ZmE4MWM1ODQwZWUzNDZlNjA2YjQ5NDA4ODA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "76c99984-6a61-4b7a-a837-7536e52def76"
}
],
"workloadContext": "Production"
}
2022-05-10T03:03:34.434Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:03:34.434Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b9b8c432-b098-4da6-89e3-86f265b0307d ASDC
2022-05-10T03:03:34.530Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3e1b5005-c1c6-4480-9ca2-8da10833481f
ServiceName:vFW 2022-05-10 03-01-19
ServiceVersion:1.0
ServiceUUID:b9b8c432-b098-4da6-89e3-86f265b0307d
ServiceInvariantUUID:90cce7c5-dffc-4232-8bae-f43f84eeec9a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220510030119-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar
ArtifactUUID:76c99984-6a61-4b7a-a837-7536e52def76
ArtifactChecksum:Y2Q3OWE2ZmE4MWM1ODQwZWUzNDZlNjA2YjQ5NDA4ODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 559166dd-fbee 0
ResourceCustomizationUUID:a7b37687-7cba-4684-bdac-ec5f0f0b6fe8
ResourceInvariantUUID:5be54c74-b31d-4690-b9db-e351f06567e3
ResourceName:vFW 559166dd-fbee
ResourceType:VF
ResourceUUID:3e3af6da-29e5-4576-bfa1-eb7e837ecf65
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw559166ddfbee0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json
ArtifactUUID:cd61fb62-59c7-43c9-87fc-5659670777e4
ArtifactChecksum:MDI2NzM5ODQxYTU5MWJkMWNkZGJmY2I0NDk1YTY3OWE=
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/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml
ArtifactUUID:cf094dc0-b061-44ef-bba9-ee172bab6887
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/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env
ArtifactUUID:a0aaede6-f197-4bfd-889d-a989868ba5b4
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/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env
ArtifactUUID:a0aaede6-f197-4bfd-889d-a989868ba5b4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-10T03:03:34.530Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9b8c432-b098-4da6-89e3-86f265b0307d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-10T03:03:34.566Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:03:34.567Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-10T03:03:34.568Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-10T03:03:34.568Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 76c99984-6a61-4b7a-a837-7536e52def76 from URL: /sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:34.568Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:03:34.570Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:34.655Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:03:34.671Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar 76c99984-6a61-4b7a-a837-7536e52def76 99024
2022-05-10T03:03:34.671Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar ASDC sendASDCNotification
2022-05-10T03:03:34.672Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:34.672Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:03:34.673Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:34.674Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:34.674Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151814671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:03:34.774Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:34.775Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:34.775Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:34.787Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:34.787Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:35.674Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:03:35.676Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-10T03:03:35.676Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 76c99984-6a61-4b7a-a837-7536e52def76, URL: /sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar to file: /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:35.677Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220510030119-csar.csar
2022-05-10T03:03:35.733Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:35.733Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:36.258Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2285137343517511900/Definitions/service-Vfw20220510030119-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-10T03:03:38.579Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:03:38.582Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 559166dd-fbee 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.584Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.584Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.584Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-10T03:03:38.588Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.589Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.592Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:38.592Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-10T03:03:38.593Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:03:38.594Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.594Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.594Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:38.595Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-10T03:03:38.595Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:03:38.595Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.595Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:03:38.600Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.600Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:38.600Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f7b428de-a46c-4d19-8401-4a43ddfbd798
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c929315b-8b3c-4232-86e1-09bfac10f602
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=064c2904-e28a-46d2-bc7c-c0d84702038a
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-10 03-01-19
Description:catalog service description
Model UUID:b9b8c432-b098-4da6-89e3-86f265b0307d
Model Version:NULL
Model InvariantUuid:90cce7c5-dffc-4232-8bae-f43f84eeec9a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 559166dd-fbee
Model UUID:2e1d8289-5fb2-4b32-beb9-ad9dbbb2acf5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5be54c74-b31d-4690-b9db-e351f06567e3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a7b37687-7cba-4684-bdac-ec5f0f0b6fe8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:be21782c-50a1-418b-8246-3b16633b4bfb
ModelName:Vfw559166ddFbee..base_vfw..module-0
ModelUuid:a6dfa779-40f7-44b7-a5c5-88ddb579e121
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f7b428de-a46c-4d19-8401-4a43ddfbd798
ModelInvariantUuid:a7c89b97-e73f-404a-805c-da9cd68ed0af
ModelName:vFW 559166dd-fbee-nodes.vfwCvfc
ModelUuid:733356bb-02de-455e-8afa-2ef4d7d2ffe7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:159f39a3-62cd-4f0e-94c1-dd3db4c3e850
ModelInvariantUuid:11e618a2-098a-4b1c-8046-ce885f7a9885
ModelName:Vfw559166ddFbee.compute.nodes.heat.vfw
ModelUuid:bcca2cc1-82d8-4f8a-a270-063d6eb3c7b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c929315b-8b3c-4232-86e1-09bfac10f602
ModelInvariantUuid:983e4ad3-c08a-4c3e-8b1d-8bd4dcfe02b3
ModelName:vFW 559166dd-fbee-nodes.vsnCvfc
ModelUuid:68b274ab-b772-4464-b683-b18f72248d09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:713aa35c-4460-486a-9cf4-ec5ad513d145
ModelInvariantUuid:ea5e3374-9fb3-46a0-8336-8a2259a54e6c
ModelName:Vfw559166ddFbee.compute.nodes.heat.vsn
ModelUuid:e239f260-471e-4028-b5aa-616fdd0ab462
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:064c2904-e28a-46d2-bc7c-c0d84702038a
ModelInvariantUuid:2b224e93-a877-4b08-8e53-5df638a29304
ModelName:vFW 559166dd-fbee-nodes.vpgCvfc
ModelUuid:4b5aa65f-7d74-4a92-bbae-3f75f0a463ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f906eed5-4368-4df4-9a10-762d9dc9cd0f
ModelInvariantUuid:f5d4033d-98b2-4249-bb97-b8dd3f184a9d
ModelName:Vfw559166ddFbee.compute.nodes.heat.vpg
ModelUuid:296db178-5db0-4b4e-946d-1a82290f15fe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-10T03:03:38.635Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e3af6da-29e5-4576-bfa1-eb7e837ecf65
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:03:38.698Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||vFW 559166dd-fbee 0
2022-05-10T03:03:38.703Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e3af6da-29e5-4576-bfa1-eb7e837ecf65
2022-05-10T03:03:38.703Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cd61fb62-59c7-43c9-87fc-5659670777e4 from URL: /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json
2022-05-10T03:03:38.703Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:03:38.703Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json
2022-05-10T03:03:38.746Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:03:38.746Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json cd61fb62-59c7-43c9-87fc-5659670777e4 785
2022-05-10T03:03:38.746Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json ASDC sendASDCNotification
2022-05-10T03:03:38.747Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json
2022-05-10T03:03:38.747Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:03:38.747Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:38.750Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:38.750Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151818746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:03:38.850Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:38.851Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:38.851Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:38.864Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:38.864Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:03:39.751Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw559166ddFbee..base_vfw..module-0",
"vfModuleModelInvariantUUID": "be21782c-50a1-418b-8246-3b16633b4bfb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a6dfa779-40f7-44b7-a5c5-88ddb579e121",
"vfModuleModelCustomizationUUID": "384b0359-2cb1-42e2-8334-45977e46ee3c",
"isBase": true,
"artifacts": [
"cf094dc0-b061-44ef-bba9-ee172bab6887",
"a0aaede6-f197-4bfd-889d-a989868ba5b4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-10T03:03:39.768Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw559166ddFbee..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6dfa779-40f7-44b7-a5c5-88ddb579e121
VfModuleModelInvariantUUID:be21782c-50a1-418b-8246-3b16633b4bfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf094dc0-b061-44ef-bba9-ee172bab6887
,
a0aaede6-f197-4bfd-889d-a989868ba5b4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-10T03:03:39.770Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw559166ddFbee..base_vfw..module-0",
"vfModuleModelInvariantUUID": "be21782c-50a1-418b-8246-3b16633b4bfb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a6dfa779-40f7-44b7-a5c5-88ddb579e121",
"vfModuleModelCustomizationUUID": "384b0359-2cb1-42e2-8334-45977e46ee3c",
"isBase": true,
"artifacts": [
"cf094dc0-b061-44ef-bba9-ee172bab6887",
"a0aaede6-f197-4bfd-889d-a989868ba5b4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-10T03:03:39.770Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw559166ddFbee..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6dfa779-40f7-44b7-a5c5-88ddb579e121
VfModuleModelInvariantUUID:be21782c-50a1-418b-8246-3b16633b4bfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf094dc0-b061-44ef-bba9-ee172bab6887
,
a0aaede6-f197-4bfd-889d-a989868ba5b4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-10T03:03:39.770Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cf094dc0-b061-44ef-bba9-ee172bab6887 from URL: /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml
2022-05-10T03:03:39.770Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:03:39.770Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml
2022-05-10T03:03:40.186Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:03:40.187Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml cf094dc0-b061-44ef-bba9-ee172bab6887 20368
2022-05-10T03:03:40.188Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-10T03:03:40.188Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml
2022-05-10T03:03:40.188Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:03:40.188Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:40.190Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:40.191Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151820188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:03:40.291Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:40.292Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:40.292Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:40.303Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:40.304Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:41.191Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a0aaede6-f197-4bfd-889d-a989868ba5b4 from URL: /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env
2022-05-10T03:03:41.192Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:03:41.192Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env
2022-05-10T03:03:41.750Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:03:41.750Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env a0aaede6-f197-4bfd-889d-a989868ba5b4 2098
2022-05-10T03:03:41.750Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-10T03:03:41.750Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env
2022-05-10T03:03:41.751Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:03:41.751Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:41.754Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:41.754Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151821750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:03:41.854Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:41.855Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:41.855Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:41.868Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:41.868Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:42.754Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b9b8c432-b098-4da6-89e3-86f265b0307d
2022-05-10T03:03:42.755Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 559166dd-fbee 0 3e3af6da-29e5-4576-bfa1-eb7e837ecf65 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:03:42.778Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c61c961, org.onap.sdc.toscaparser.api.parameters.Input@6dd9408f, org.onap.sdc.toscaparser.api.parameters.Input@56efbc50, org.onap.sdc.toscaparser.api.parameters.Input@4d259bcc, org.onap.sdc.toscaparser.api.parameters.Input@4f8d79c8]
2022-05-10T03:03:42.780Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.781Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.781Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-05-10T03:03:42.781Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a7b37687-7cba-4684-bdac-ec5f0f0b6fe8
2022-05-10T03:03:42.781Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a7b37687-7cba-4684-bdac-ec5f0f0b6fe8 matches Tosca VF Customization UUID: a7b37687-7cba-4684-bdac-ec5f0f0b6fe8
2022-05-10T03:03:42.781Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a7b37687-7cba-4684-bdac-ec5f0f0b6fe8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-10T03:03:42.785Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.785Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.786Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a7b37687-7cba-4684-bdac-ec5f0f0b6fe8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-10T03:03:42.786Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75b9ec8e
2022-05-10T03:03:42.786Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.787Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:03:42.787Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 384b0359-2cb1-42e2-8334-45977e46ee3c
2022-05-10T03:03:42.788Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 384b0359-2cb1-42e2-8334-45977e46ee3c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-10T03:03:42.791Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.791Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:42.791Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:42.792Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.792Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:42.792Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:42.792Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.792Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:42.793Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:42.793Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:42.793Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-10T03:03:42.793Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-10T03:03:42.793Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-10T03:03:42.793Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.794Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:42.794Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-10T03:03:42.794Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:42.794Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-10T03:03:42.794Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.794Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f7b428de-a46c-4d19-8401-4a43ddfbd798
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-10T03:03:42.799Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.799Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:42.799Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:42.799Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.799Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:42.799Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-10T03:03:42.801Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.801Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c929315b-8b3c-4232-86e1-09bfac10f602
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-10T03:03:42.802Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.802Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:42.802Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:42.803Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-10T03:03:42.805Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-10T03:03:42.805Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-10T03:03:42.805Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.805Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:42.805Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-10T03:03:42.805Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=064c2904-e28a-46d2-bc7c-c0d84702038a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-10T03:03:42.806Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.806Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:42.806Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:42.806Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.807Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:42.807Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=a7b37687-7cba-4684-bdac-ec5f0f0b6fe8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b9b8c432-b098-4da6-89e3-86f265b0307d: vFW 559166dd-fbee
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.809Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.809Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.809Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.809Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:03:42.809Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.809Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-05-10 03-01-19
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:03:42.956Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 559166dd-fbee 3e3af6da-29e5-4576-bfa1-eb7e837ecf65 1 ASDC deployResourceStructure
2022-05-10T03:03:42.956Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json ASDC sendASDCNotification
2022-05-10T03:03:42.956Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json
2022-05-10T03:03:42.956Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:03:42.956Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:42.958Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:42.958Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151822956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-10T03:03:43.059Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-10T03:03:43.060Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:43.060Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:43.071Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:43.071Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:43.960Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-10T03:03:43.960Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml
2022-05-10T03:03:43.960Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:03:43.961Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:43.963Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:43.963Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151823960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-10T03:03:44.063Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:44.064Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:44.065Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:44.076Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:44.076Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:44.964Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-10T03:03:44.965Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env
2022-05-10T03:03:44.965Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:03:44.965Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:44.967Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:44.967Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151824964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-10T03:03:45.067Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:45.068Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:45.069Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:45.081Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:45.081Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:45.968Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar ASDC sendASDCNotification
2022-05-10T03:03:45.969Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:45.969Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:03:45.969Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:45.971Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:45.971Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151825968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:03:46.072Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:46.072Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:03:46.073Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:46.085Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:03:46.085Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:46.973Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:03:46.987Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:03:46.989Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:03:46.989Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:03:46.989Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:04:16.989Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:04:17.001Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:04:17.004Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:04:17.004Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:04:17.004Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:04:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:04:26.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:04:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:04:26.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:04:26.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:04:26.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "clamp",
"timestamp": 1652151807138,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:04:26.791Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e1b5005-c1c6-4480-9ca2-8da10833481f
2022-05-10T03:04:26.791Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1b5005-c1c6-4480-9ca2-8da10833481f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:04:47.005Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:04:47.017Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:04:47.019Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:04:47.019Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:04:47.019Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:05:17.020Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:05:17.043Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:05:17.046Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:05:17.046Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:05:17.046Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:05:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:05:26.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:05:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:05:26.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:05:26.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:05:26.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:05:26.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:05:47.047Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:05:47.056Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:05:47.058Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:05:47.058Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:05:47.058Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:06:17.059Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:06:17.072Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:06:17.076Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:06:17.076Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:06:17.076Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:06:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:06:26.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:06:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:06:26.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:06:26.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "NOTIFIED"
}
2022-05-10T03:06:26.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:06:26.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-10T03:06:26.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:06:26.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:06:26.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:06:26.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-10T03:06:26.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:06:26.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "aai-ml",
"timestamp": 1652151812098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:06:26.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:06:26.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:06:26.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "aai-ml",
"timestamp": 1652151813103,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:06:26.795Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e1b5005-c1c6-4480-9ca2-8da10833481f
2022-05-10T03:06:26.795Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1b5005-c1c6-4480-9ca2-8da10833481f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:06:26.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151806765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:06:26.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:06:26.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151814671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151818746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151820188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151821750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151822956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151823960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-10T03:06:26.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151824964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-10T03:06:26.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652151825968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:06:26.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:47.077Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:06:47.087Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:06:47.088Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:06:47.088Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:06:47.088Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:06:47.088Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:06:47.091Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:07:17.091Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-10T03:07:17.109Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f and serviceModelVersionId: b9b8c432-b098-4da6-89e3-86f265b0307d
2022-05-10T03:07:17.109Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 90cce7c5-dffc-4232-8bae-f43f84eeec9a
2022-05-10T03:07:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:07:26.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:07:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:07:27.290Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:27.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "clamp",
"timestamp": 1652151925737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151931876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "cds",
"timestamp": 1652151923687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "clamp",
"timestamp": 1652151925737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151931876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "cds",
"timestamp": 1652151923687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "policy-id",
"timestamp": 1652151933284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151933903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "clamp",
"timestamp": 1652151925737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151931876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "cds",
"timestamp": 1652151923687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "policy-id",
"timestamp": 1652151933284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151933903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-10T03:07:27.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151934914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "clamp",
"timestamp": 1652151925737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151931876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "cds",
"timestamp": 1652151923687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "policy-id",
"timestamp": 1652151933284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-10T03:07:27.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151933903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-10T03:07:27.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151934914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "clamp",
"timestamp": 1652151925737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151931876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "cds",
"timestamp": 1652151923687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "policy-id",
"timestamp": 1652151933284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151933903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151934914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "clamp",
"timestamp": 1652151925737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151931876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "cds",
"timestamp": 1652151923687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "policy-id",
"timestamp": 1652151933284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151933903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-10T03:07:27.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151934914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "clamp",
"timestamp": 1652151925737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:07:27.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151931876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:07:27.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "cds",
"timestamp": 1652151923687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:07:27.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "policy-id",
"timestamp": 1652151933284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151933903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151934914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "policy-id",
"timestamp": 1652151933284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:07:27.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151940189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.320Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "cds",
"timestamp": 1652151940350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.321Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151933903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:07:27.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151934914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "cds",
"timestamp": 1652151941354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-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-05-10T03:07:27.335Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
2022-05-10T03:07:27.335Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:07:27.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "policy-id",
"timestamp": 1652151941391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1652151934914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151941987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "policy-id",
"timestamp": 1652151942396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:07:27.344Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151942685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:07:27.344Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "aai-ml",
"timestamp": 1652151942514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "policy-id",
"timestamp": 1652151943398,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:07:27.348Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
2022-05-10T03:07:27.348Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:07:27.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151943495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652151943689,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:07:27.358Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
2022-05-10T03:07:27.358Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:07:27.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "aai-ml",
"timestamp": 1652151942514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "clamp",
"timestamp": 1652151944137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "aai-ml",
"timestamp": 1652151942514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151945644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "aai-ml",
"timestamp": 1652151942514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "clamp",
"timestamp": 1652151946148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:07:27.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151946831,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:07:27.371Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
2022-05-10T03:07:27.371Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-10T03:07:27.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "aai-ml",
"timestamp": 1652151942514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "clamp",
"timestamp": 1652151947153,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:07:27.378Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
2022-05-10T03:07:27.378Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:07:27.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652151947834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-10T03:07:27.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "aai-ml",
"timestamp": 1652151942514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "aai-ml",
"timestamp": 1652151942514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "aai-ml",
"timestamp": 1652151950281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "aai-ml",
"timestamp": 1652151956266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:07:27.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "aai-ml",
"timestamp": 1652151957269,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:07:27.387Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
2022-05-10T03:07:27.387Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:07:27.722Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0
2022-05-10T03:07:27.828Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:07:28.279Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0|INFO|500||Invoke
2022-05-10T03:07:28.286Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3e1b5005-c1c6-4480-9ca2-8da10833481f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4d14b45c-887e-45f8-97ca-35e9c2158ef4], X-ECOMP-RequestID=[3e1b5005-c1c6-4480-9ca2-8da10833481f], X-TransactionId=[], X-ONAP-RequestID=[3e1b5005-c1c6-4480-9ca2-8da10833481f], Content-Type=[application/merge-patch+json]}
2022-05-10T03:07:28.461Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-10T03:07:28.696Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?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/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220510-03:07:28:573-5120], vertex-id=[204976], Content-Length=[0], Date=[Tue, 10 May 2022 03:07:28 GMT], Content-Type=[application/json]}
2022-05-10T03:07:28.698Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:07:28.698Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0|INFO|500||InvokeReturn
2022-05-10T03:07:28.701Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:07:28.701Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:07:28.706Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-10T03:07:28.712Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e1b5005-c1c6-4480-9ca2-8da10833481f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-10T03:07:28.713Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:07:28.714Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:28.715Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:28.715Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152048713,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:07:28.816Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-10T03:07:28.817Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:28.817Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:28.829Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:28.830Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-10T03:07:29.726Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:07:29.727Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:07:29.727Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:07:34.139Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:34.140Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-10T03:07:34.140Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc","serviceName":"basic_onboard_YOahnf","serviceVersion":"1.0","serviceUUID":"86deeeff-0c06-4c5b-84a5-d95c7e929741","serviceDescription":"service","serviceInvariantUUID":"25777bfb-2aa7-457e-b1cb-64e2e19e459b","resources":[{"resourceInstanceName":"basic_onboard_YOahnf 0","resourceName":"basic_onboard_YOahnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b887296b-8a35-4dfc-a634-48a3c0737692","resourceInvariantUUID":"301a7acc-c0ce-4fc1-a7e0-727de07abfa5","resourceCustomizationUUID":"d5ff3b4c-67f1-4853-81af-87057ff14533","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTQyODRiMzAzZWI0NDE3N2JjZGQ4Y2M1YTk2ZDA3ZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c5b936b-9ff2-490c-b5fc-ab96541b7b30","artifactVersion":"1"},{"artifactName":"basic_onboard_yoahnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json","artifactChecksum":"NDg1MjUyZGM3ZDNiY2YxZmNhZTFlODU2ZGI4MmU5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c28c41f-b3e5-4ff0-9729-5727a4a53630","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"422cc4a5-d8bd-4336-aa16-a808d54dd9ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec3e2d9e-7422-428e-a60d-c9188003d7a9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7c270c2b-f74f-445a-9c66-6a404dcfe327","artifactVersion":"2","generatedFromUUID":"422cc4a5-d8bd-4336-aa16-a808d54dd9ca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYoahnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml","artifactChecksum":"Y2U1NDlmNTExYmExMTUwMmZiNWI3MGRiMmU1ODFiNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"255d4f4b-8888-41cd-8eb7-4d1ebd7e390a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYoahnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar","artifactChecksum":"NzE0OTRkMjU0Nzc4MDk3OGY4YzJhYzZhMGE2YTM5ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c19dfe01-6514-4fed-a893-ac35cade54a5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:07:34.143Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:34.144Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:34.146Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:34.146Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:34.246Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:34.247Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:34.247Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:34.258Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:34.259Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:35.146Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:35.147Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:35.150Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:35.150Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-10T03:07:35.250Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:35.251Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:35.252Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:35.263Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:35.263Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:36.151Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:36.151Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:36.154Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:36.154Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-10T03:07:36.254Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:36.256Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:36.256Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:36.267Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:36.268Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:37.154Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:37.155Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:37.157Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:37.157Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:37.257Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:37.258Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:37.258Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:37.270Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:37.270Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:38.158Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:38.159Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:38.161Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:38.161Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-10T03:07:38.262Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:38.262Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:38.262Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:38.274Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:38.274Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:39.162Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:39.163Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:39.164Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:39.164Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:07:39.264Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:39.265Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:39.265Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:39.276Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:39.277Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:40.164Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:40.165Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:40.167Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:40.167Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:07:40.267Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:40.268Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:40.268Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:40.279Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:40.280Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:41.169Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"serviceName": "basic_onboard_YOahnf",
"serviceVersion": "1.0",
"serviceUUID": "86deeeff-0c06-4c5b-84a5-d95c7e929741",
"serviceDescription": "service",
"serviceInvariantUUID": "25777bfb-2aa7-457e-b1cb-64e2e19e459b",
"resources": [
{
"resourceInstanceName": "basic_onboard_YOahnf 0",
"resourceCustomizationUUID": "d5ff3b4c-67f1-4853-81af-87057ff14533",
"resourceName": "basic_onboard_YOahnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b887296b-8a35-4dfc-a634-48a3c0737692",
"resourceInvariantUUID": "301a7acc-c0ce-4fc1-a7e0-727de07abfa5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yoahnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"artifactChecksum": "NDg1MjUyZGM3ZDNiY2YxZmNhZTFlODU2ZGI4MmU5NDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7c28c41f-b3e5-4ff0-9729-5727a4a53630",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "422cc4a5-d8bd-4336-aa16-a808d54dd9ca",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7c270c2b-f74f-445a-9c66-6a404dcfe327",
"generatedFromUUID": "422cc4a5-d8bd-4336-aa16-a808d54dd9ca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7c270c2b-f74f-445a-9c66-6a404dcfe327",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYoahnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"artifactChecksum": "NzE0OTRkMjU0Nzc4MDk3OGY4YzJhYzZhMGE2YTM5ODM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c19dfe01-6514-4fed-a893-ac35cade54a5"
}
],
"workloadContext": "Production"
}
2022-05-10T03:07:41.169Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:07:41.169Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86deeeff-0c06-4c5b-84a5-d95c7e929741 ASDC
2022-05-10T03:07:41.170Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
ServiceName:basic_onboard_YOahnf
ServiceVersion:1.0
ServiceUUID:86deeeff-0c06-4c5b-84a5-d95c7e929741
ServiceInvariantUUID:25777bfb-2aa7-457e-b1cb-64e2e19e459b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYoahnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar
ArtifactUUID:c19dfe01-6514-4fed-a893-ac35cade54a5
ArtifactChecksum:NzE0OTRkMjU0Nzc4MDk3OGY4YzJhYzZhMGE2YTM5ODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YOahnf 0
ResourceCustomizationUUID:d5ff3b4c-67f1-4853-81af-87057ff14533
ResourceInvariantUUID:301a7acc-c0ce-4fc1-a7e0-727de07abfa5
ResourceName:basic_onboard_YOahnf
ResourceType:VF
ResourceUUID:b887296b-8a35-4dfc-a634-48a3c0737692
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yoahnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json
ArtifactUUID:7c28c41f-b3e5-4ff0-9729-5727a4a53630
ArtifactChecksum:NDg1MjUyZGM3ZDNiY2YxZmNhZTFlODU2ZGI4MmU5NDg=
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/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:422cc4a5-d8bd-4336-aa16-a808d54dd9ca
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/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env
ArtifactUUID:7c270c2b-f74f-445a-9c66-6a404dcfe327
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/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env
ArtifactUUID:7c270c2b-f74f-445a-9c66-6a404dcfe327
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-10T03:07:41.170Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86deeeff-0c06-4c5b-84a5-d95c7e929741 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-10T03:07:41.201Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:07:41.202Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-10T03:07:41.202Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-10T03:07:41.203Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c19dfe01-6514-4fed-a893-ac35cade54a5 from URL: /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:41.203Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:07:41.203Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:41.695Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:07:41.700Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar c19dfe01-6514-4fed-a893-ac35cade54a5 71584
2022-05-10T03:07:41.700Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar ASDC sendASDCNotification
2022-05-10T03:07:41.701Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:41.701Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:07:41.701Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:41.703Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:41.703Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152061700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:07:41.803Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:41.804Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:41.804Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:41.815Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:41.815Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:42.703Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:07:42.705Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-10T03:07:42.706Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c19dfe01-6514-4fed-a893-ac35cade54a5, URL: /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar to file: /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:42.706Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:42.706Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:42.706Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:42.900Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7200088936814479146/Definitions/service-BasicOnboardYoahnf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-10T03:07:44.117Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:07:44.117Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-10T03:07:44.117Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.117Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-10T03:07:44.117Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YOahnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is not matching search criteria
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.121Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is not matching search criteria
2022-05-10T03:07:44.121Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-10T03:07:44.121Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-10T03:07:44.121Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8902d556-8e9b-4e69-866c-f1cee51d7514
2022-05-10T03:07:44.121Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.121Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YOahnf
Description:service
Model UUID:86deeeff-0c06-4c5b-84a5-d95c7e929741
Model Version:NULL
Model InvariantUuid:25777bfb-2aa7-457e-b1cb-64e2e19e459b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YOahnf
Model UUID:4b20c23c-9719-4f68-a79e-ac1d74c7675f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:301a7acc-c0ce-4fc1-a7e0-727de07abfa5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d5ff3b4c-67f1-4853-81af-87057ff14533
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ba1a3f36-9e34-454e-be6d-90e26d2ef99c
ModelName:BasicOnboardYoahnf..base_ubuntu18..module-0
ModelUuid:68d26a98-59ef-4e92-a93b-5596d3e9b7f3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8902d556-8e9b-4e69-866c-f1cee51d7514
ModelInvariantUuid:ed2e078f-bd79-4358-9354-05aa66335164
ModelName:basic_onboard_YOahnf-nodes.ubuntu18Cvfc
ModelUuid:a49c47dc-556f-4826-84bb-3e177119e641
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5dbc7663-f3f8-4725-8a7e-5eeb53bab272
ModelInvariantUuid:c655a579-dcbc-4b07-b387-df0e2a918cd9
ModelName:BasicOnboardYoahnf.compute.nodes.heat.ubuntu18
ModelUuid:bb149eaa-2cc1-4f3e-911e-523ea8f859c3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-10T03:07:44.136Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b887296b-8a35-4dfc-a634-48a3c0737692
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:07:44.139Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||basic_onboard_YOahnf 0
2022-05-10T03:07:44.139Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b887296b-8a35-4dfc-a634-48a3c0737692
2022-05-10T03:07:44.139Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7c28c41f-b3e5-4ff0-9729-5727a4a53630 from URL: /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json
2022-05-10T03:07:44.139Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:07:44.139Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json
2022-05-10T03:07:44.983Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:07:44.983Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json 7c28c41f-b3e5-4ff0-9729-5727a4a53630 798
2022-05-10T03:07:44.983Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json ASDC sendASDCNotification
2022-05-10T03:07:44.983Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json
2022-05-10T03:07:44.984Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:07:44.984Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:44.985Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:44.985Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152064983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:07:45.085Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:45.086Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:45.087Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:45.098Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:45.099Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:45.986Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYoahnf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ba1a3f36-9e34-454e-be6d-90e26d2ef99c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "68d26a98-59ef-4e92-a93b-5596d3e9b7f3",
"vfModuleModelCustomizationUUID": "02c9528a-3fa2-42ab-993f-e66e93dfcf84",
"isBase": true,
"artifacts": [
"422cc4a5-d8bd-4336-aa16-a808d54dd9ca",
"7c270c2b-f74f-445a-9c66-6a404dcfe327"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-10T03:07:45.992Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYoahnf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68d26a98-59ef-4e92-a93b-5596d3e9b7f3
VfModuleModelInvariantUUID:ba1a3f36-9e34-454e-be6d-90e26d2ef99c
VfModuleModelDescription:NULL
Artifacts UUID List:{
422cc4a5-d8bd-4336-aa16-a808d54dd9ca
,
7c270c2b-f74f-445a-9c66-6a404dcfe327
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-10T03:07:45.994Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYoahnf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ba1a3f36-9e34-454e-be6d-90e26d2ef99c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "68d26a98-59ef-4e92-a93b-5596d3e9b7f3",
"vfModuleModelCustomizationUUID": "02c9528a-3fa2-42ab-993f-e66e93dfcf84",
"isBase": true,
"artifacts": [
"422cc4a5-d8bd-4336-aa16-a808d54dd9ca",
"7c270c2b-f74f-445a-9c66-6a404dcfe327"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-10T03:07:45.994Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYoahnf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68d26a98-59ef-4e92-a93b-5596d3e9b7f3
VfModuleModelInvariantUUID:ba1a3f36-9e34-454e-be6d-90e26d2ef99c
VfModuleModelDescription:NULL
Artifacts UUID List:{
422cc4a5-d8bd-4336-aa16-a808d54dd9ca
,
7c270c2b-f74f-445a-9c66-6a404dcfe327
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-10T03:07:45.994Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 422cc4a5-d8bd-4336-aa16-a808d54dd9ca from URL: /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml
2022-05-10T03:07:45.994Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:07:45.995Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml
2022-05-10T03:07:46.983Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:07:46.984Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml 422cc4a5-d8bd-4336-aa16-a808d54dd9ca 5033
2022-05-10T03:07:46.984Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-10T03:07:46.984Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml
2022-05-10T03:07:46.984Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:07:46.985Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:46.987Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:46.987Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152066984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:07:47.087Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:47.088Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:47.088Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:47.098Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:47.099Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:47.988Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7c270c2b-f74f-445a-9c66-6a404dcfe327 from URL: /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env
2022-05-10T03:07:47.989Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:07:47.989Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env
2022-05-10T03:07:48.141Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:07:48.142Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env 7c270c2b-f74f-445a-9c66-6a404dcfe327 909
2022-05-10T03:07:48.142Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-10T03:07:48.142Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env
2022-05-10T03:07:48.142Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:07:48.142Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:48.144Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:48.145Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152068142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:07:48.245Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:48.246Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:48.246Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:48.256Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:48.256Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:07:49.145Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 86deeeff-0c06-4c5b-84a5-d95c7e929741
2022-05-10T03:07:49.146Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YOahnf 0 b887296b-8a35-4dfc-a634-48a3c0737692 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:07:49.162Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@483521fa, org.onap.sdc.toscaparser.api.parameters.Input@1336130a, org.onap.sdc.toscaparser.api.parameters.Input@127f8540, org.onap.sdc.toscaparser.api.parameters.Input@367045ca, org.onap.sdc.toscaparser.api.parameters.Input@57ab880f]
2022-05-10T03:07:49.163Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.164Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.164Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-05-10T03:07:49.164Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d5ff3b4c-67f1-4853-81af-87057ff14533
2022-05-10T03:07:49.165Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5ff3b4c-67f1-4853-81af-87057ff14533 matches Tosca VF Customization UUID: d5ff3b4c-67f1-4853-81af-87057ff14533
2022-05-10T03:07:49.165Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d5ff3b4c-67f1-4853-81af-87057ff14533 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-10T03:07:49.168Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.168Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.169Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d5ff3b4c-67f1-4853-81af-87057ff14533: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-10T03:07:49.169Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@223e07c9
2022-05-10T03:07:49.169Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.169Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:07:49.169Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02c9528a-3fa2-42ab-993f-e66e93dfcf84
2022-05-10T03:07:49.169Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02c9528a-3fa2-42ab-993f-e66e93dfcf84
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-10T03:07:49.172Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.172Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:49.172Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:07:49.173Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.173Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:49.173Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:07:49.173Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.174Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is not matching search criteria
2022-05-10T03:07:49.174Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-10T03:07:49.174Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-10T03:07:49.174Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8902d556-8e9b-4e69-866c-f1cee51d7514
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-10T03:07:49.176Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.176Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:49.176Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:07:49.176Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.176Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:49.176Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=d5ff3b4c-67f1-4853-81af-87057ff14533
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 86deeeff-0c06-4c5b-84a5-d95c7e929741: basic_onboard_YOahnf
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.179Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.179Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.179Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:07:49.179Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.179Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_YOahnf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:07:49.273Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YOahnf b887296b-8a35-4dfc-a634-48a3c0737692 1 ASDC deployResourceStructure
2022-05-10T03:07:49.273Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json ASDC sendASDCNotification
2022-05-10T03:07:49.273Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json
2022-05-10T03:07:49.273Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:07:49.273Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:49.275Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:49.275Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152069273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-10T03:07:49.375Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:49.376Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:49.376Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:49.387Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:49.388Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:50.276Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-10T03:07:50.276Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml
2022-05-10T03:07:50.277Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:07:50.277Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:50.279Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:50.279Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152070275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-10T03:07:50.379Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:50.380Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:50.380Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:50.392Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:50.392Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:51.280Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-10T03:07:51.281Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env
2022-05-10T03:07:51.281Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:07:51.281Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:51.283Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:51.284Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152071280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-10T03:07:51.383Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:07:51.384Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:51.384Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:51.395Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:51.395Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:52.284Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar ASDC sendASDCNotification
2022-05-10T03:07:52.285Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:52.285Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:07:52.286Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:52.288Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:52.288Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152072284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:07:52.388Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:52.389Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:07:52.389Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:52.400Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:07:52.401Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:53.288Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:07:53.297Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:07:53.303Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:08:23.303Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-10T03:08:23.307Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc and serviceModelVersionId: 86deeeff-0c06-4c5b-84a5-d95c7e929741
2022-05-10T03:08:23.307Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25777bfb-2aa7-457e-b1cb-64e2e19e459b
2022-05-10T03:08:23.308Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25777bfb-2aa7-457e-b1cb-64e2e19e459b/model-vers/model-ver/86deeeff-0c06-4c5b-84a5-d95c7e929741?depth=0
2022-05-10T03:08:23.314Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:08:23.362Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25777bfb-2aa7-457e-b1cb-64e2e19e459b/model-vers/model-ver/86deeeff-0c06-4c5b-84a5-d95c7e929741?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-10T03:08:23.363Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25777bfb-2aa7-457e-b1cb-64e2e19e459b/model-vers/model-ver/86deeeff-0c06-4c5b-84a5-d95c7e929741?depth=0|INFO|500||Invoke
2022-05-10T03:08:23.388Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25777bfb-2aa7-457e-b1cb-64e2e19e459b/model-vers/model-ver/86deeeff-0c06-4c5b-84a5-d95c7e929741?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-10T03:08:23.454Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25777bfb-2aa7-457e-b1cb-64e2e19e459b/model-vers/model-ver/86deeeff-0c06-4c5b-84a5-d95c7e929741?depth=0|INFO|500||InvokeReturn
2022-05-10T03:08:23.454Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25777bfb-2aa7-457e-b1cb-64e2e19e459b/model-vers/model-ver/86deeeff-0c06-4c5b-84a5-d95c7e929741?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220510-03:08:23:396-19712], vertex-id=[196656], Content-Length=[0], Date=[Tue, 10 May 2022 03:08:23 GMT], Content-Type=[application/json]}
2022-05-10T03:08:23.455Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:08:23.455Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:08:23.455Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:08:23.462Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-10T03:08:23.462Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-10T03:08:23.463Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:08:23.463Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:08:23.466Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:08:23.466Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152103463,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:08:23.566Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:08:23.567Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:08:23.567Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:08:23.582Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:08:23.582Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-10T03:08:24.477Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:08:24.478Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:08:24.478Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:08:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:08:26.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:08:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:08:27.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:08:27.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152048713,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:08:27.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:08:27.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:08:27.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152049726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152061700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152064983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152066984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152068142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152069273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152070275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152071280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152072284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:08:27.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152103463,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:08:27.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:34.007Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:08:34.008Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:08:34.008Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:08:34.008Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:08:43.539Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:08:43.540Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:08:43.540Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:08:43.541Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:08:53.071Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:08:53.072Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:08:53.073Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:08:53.073Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:09:02.604Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:09:26.765Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:09:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:09:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:09:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:09:26.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:09:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:09:36.299Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:09:36.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:10:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:10:26.766Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:10:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:10:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:10:26.767Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:10:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:10:36.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:10:36.308Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:11:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:11:26.766Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:11:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:11:26.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:11:26.767Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:11:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:11:36.323Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:11:36.323Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:12:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:12:26.765Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:12:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:12:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:12:26.767Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:12:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:12:36.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:12:36.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:13:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:13:26.766Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:13:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:13:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:13:26.767Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:13:26.767Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:13:36.299Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:13:36.299Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:14:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:14:26.766Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:14:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:14:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:14:26.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:14:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:14:36.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:14:36.302Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:15:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:15:26.766Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:15:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:15:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:15:26.767Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:15:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:15:33.737Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:15:33.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-10T03:15:33.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"40625761-1b0a-4872-bff5-5724c3ba659b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"90511e1a-8567-4f14-896f-fb134242c588","serviceDescription":"service","serviceInvariantUUID":"39459920-1289-41a7-b803-0a3db4164d91","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8b883679-b704-46a5-9ffc-ba5b01ce93ed","resourceInvariantUUID":"43950095-a2ae-4656-ad5f-3303397eb20a","resourceCustomizationUUID":"733875dd-232b-4189-b7c5-bbbbafab0134","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":"ZWE0ZGMzZGQ0OWEwMmVlN2QwOTc0MmU5NzIyMjgwNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"71a9f4e2-31ac-426e-802d-b02747214642","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTEwODQ0ZjJmMWFiZTU5ZWU0YjFiYmUzZWViZmJjMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b75940f-137a-423f-b6b1-10862ef94aea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:15:33.741Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:15:33.742Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:15:33.743Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:15:33.744Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152526765,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:15:33.844Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:15:33.845Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:15:33.845Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:15:33.860Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:15:33.860Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1}
2022-05-10T03:15:33.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:15:33.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:15:33.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152526765,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:15:33.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:15:33.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:15:33.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "cds",
"timestamp": 1652152523687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:15:33.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:15:34.744Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:15:34.745Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:15:34.747Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:15:34.747Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152526765,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:15:34.847Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:15:34.848Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:15:34.848Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:15:34.861Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:15:34.861Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:15:35.748Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "90511e1a-8567-4f14-896f-fb134242c588",
"serviceDescription": "service",
"serviceInvariantUUID": "39459920-1289-41a7-b803-0a3db4164d91",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "733875dd-232b-4189-b7c5-bbbbafab0134",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8b883679-b704-46a5-9ffc-ba5b01ce93ed",
"resourceInvariantUUID": "43950095-a2ae-4656-ad5f-3303397eb20a",
"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": "ZTEwODQ0ZjJmMWFiZTU5ZWU0YjFiYmUzZWViZmJjMWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3b75940f-137a-423f-b6b1-10862ef94aea"
}
],
"workloadContext": "Production"
}
2022-05-10T03:15:35.748Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:15:35.748Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 90511e1a-8567-4f14-896f-fb134242c588 ASDC
2022-05-10T03:15:35.749Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:40625761-1b0a-4872-bff5-5724c3ba659b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:90511e1a-8567-4f14-896f-fb134242c588
ServiceInvariantUUID:39459920-1289-41a7-b803-0a3db4164d91
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:3b75940f-137a-423f-b6b1-10862ef94aea
ArtifactChecksum:ZTEwODQ0ZjJmMWFiZTU5ZWU0YjFiYmUzZWViZmJjMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:733875dd-232b-4189-b7c5-bbbbafab0134
ResourceInvariantUUID:43950095-a2ae-4656-ad5f-3303397eb20a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8b883679-b704-46a5-9ffc-ba5b01ce93ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-10T03:15:35.749Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90511e1a-8567-4f14-896f-fb134242c588 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:15:35.768Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:15:35.768Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:15:35.768Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:15:35.768Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b75940f-137a-423f-b6b1-10862ef94aea from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-10T03:15:35.768Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-10T03:15:35.769Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-10T03:15:35.826Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-10T03:15:35.829Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3b75940f-137a-423f-b6b1-10862ef94aea 52508
2022-05-10T03:15:35.830Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-10T03:15:35.830Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-10T03:15:35.830Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:15:35.830Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:15:35.833Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:15:35.833Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152535830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:15:35.933Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:15:35.934Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:15:35.934Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:15:35.948Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:15:35.949Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:15:36.833Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:15:36.834Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:15:36.835Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3b75940f-137a-423f-b6b1-10862ef94aea, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:36.835Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-10T03:15:36.835Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:36.836Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:36.903Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4409760874078705067/Definitions/service-BasicNetwork-template.yml
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:90511e1a-8567-4f14-896f-fb134242c588
Model Version:NULL
Model InvariantUuid:39459920-1289-41a7-b803-0a3db4164d91
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:43950095-a2ae-4656-ad5f-3303397eb20a
Model UUID:b645f82c-afae-46b5-b375-e0ad27175163
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:733875dd-232b-4189-b7c5-bbbbafab0134
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-10T03:15:37.181Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 8b883679-b704-46a5-9ffc-ba5b01ce93ed
2022-05-10T03:15:37.181Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||No resources found for Service: 90511e1a-8567-4f14-896f-fb134242c588
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:15:37.185Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||
2022-05-10T03:15:37.186Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-10T03:15:37.186Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 90511e1a-8567-4f14-896f-fb134242c588
2022-05-10T03:15:37.186Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 90511e1a-8567-4f14-896f-fb134242c588
2022-05-10T03:15:37.186Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-10T03:15:37.186Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:15:37.191Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@717a73a, org.onap.sdc.toscaparser.api.parameters.Input@48f8a8c4, org.onap.sdc.toscaparser.api.parameters.Input@404b4518, org.onap.sdc.toscaparser.api.parameters.Input@73d66093, org.onap.sdc.toscaparser.api.parameters.Input@49c227a4]
2022-05-10T03:15:37.192Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.192Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.192Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.192Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.192Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 90511e1a-8567-4f14-896f-fb134242c588: Generic NeutronNet
2022-05-10T03:15:37.193Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.193Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.193Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.193Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-10T03:15:37.216Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.216Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.216Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.216Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.217Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:15:37.217Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.217Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-10T03:15:37.270Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-05-10T03:15:37.271Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-10T03:15:37.271Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.271Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:15:37.271Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:15:37.272Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:15:37.272Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152537271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:15:37.372Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:15:37.373Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:15:37.374Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:15:37.384Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:15:37.385Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:15:38.273Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:15:38.281Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:15:38.283Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:15:38.283Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:15:38.284Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:16:08.284Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:16:08.291Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:16:08.293Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:16:08.293Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:16:08.293Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:16:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:16:26.768Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:16:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:16:26.788Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:16:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:16:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652152531876,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:16:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:16:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:16:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "clamp",
"timestamp": 1652152525736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:16:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:16:38.293Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:16:38.302Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:16:38.307Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:16:38.307Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:16:38.307Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:17:08.308Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:17:08.316Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:17:08.319Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:17:08.319Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:17:08.319Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:17:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:17:26.767Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:17:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:17:26.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:17:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:17:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "policy-id",
"timestamp": 1652152533284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:17:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:17:38.319Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:17:38.328Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:17:38.329Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:17:38.330Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:17:38.330Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:18:08.330Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:18:08.338Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:18:08.339Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:18:08.339Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:18:08.339Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:18:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:18:26.767Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:18:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:18:26.783Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652152533903,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152526765,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "cds",
"timestamp": 1652152523687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652152531876,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "clamp",
"timestamp": 1652152525736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "policy-id",
"timestamp": 1652152533284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652152533903,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "ves-openapi-manager",
"timestamp": 1652152534914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "cds",
"timestamp": 1652152535825,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652152535830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152535830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "policy-id",
"timestamp": 1652152535962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "ves-openapi-manager",
"timestamp": 1652152534914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "cds",
"timestamp": 1652152536830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:18:26.790Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40625761-1b0a-4872-bff5-5724c3ba659b
2022-05-10T03:18:26.790Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40625761-1b0a-4872-bff5-5724c3ba659b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:18:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "policy-id",
"timestamp": 1652152536966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:18:26.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152537271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:18:26.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652152537303,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:18:26.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "policy-id",
"timestamp": 1652152537969,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:18:26.800Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40625761-1b0a-4872-bff5-5724c3ba659b
2022-05-10T03:18:26.800Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40625761-1b0a-4872-bff5-5724c3ba659b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:18:26.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652152538308,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:18:26.806Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40625761-1b0a-4872-bff5-5724c3ba659b
2022-05-10T03:18:26.806Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40625761-1b0a-4872-bff5-5724c3ba659b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:18:26.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "aai-ml",
"timestamp": 1652152542514,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "aai-ml",
"timestamp": 1652152542514,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "aai-ml",
"timestamp": 1652152545992,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "clamp",
"timestamp": 1652152546238,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "clamp",
"timestamp": 1652152548247,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:18:26.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "clamp",
"timestamp": 1652152549250,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:18:26.814Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 40625761-1b0a-4872-bff5-5724c3ba659b
2022-05-10T03:18:26.814Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40625761-1b0a-4872-bff5-5724c3ba659b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:18:26.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "aai-ml",
"timestamp": 1652152550753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-10T03:18:26.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "aai-ml",
"timestamp": 1652152551756,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:18:26.820Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40625761-1b0a-4872-bff5-5724c3ba659b
2022-05-10T03:18:26.820Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40625761-1b0a-4872-bff5-5724c3ba659b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:18:38.339Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:18:38.348Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:18:38.350Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:18:38.350Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:18:38.350Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:18:38.350Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:18:38.350Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:18:38.351Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:18:38.351Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:18:38.351Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:18:38.351Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:18:38.351Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-10T03:18:38.351Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:18:38.353Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:19:08.354Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-10T03:19:08.360Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40625761-1b0a-4872-bff5-5724c3ba659b and serviceModelVersionId: 90511e1a-8567-4f14-896f-fb134242c588
2022-05-10T03:19:08.361Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39459920-1289-41a7-b803-0a3db4164d91
2022-05-10T03:19:08.362Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39459920-1289-41a7-b803-0a3db4164d91/model-vers/model-ver/90511e1a-8567-4f14-896f-fb134242c588?depth=0
2022-05-10T03:19:08.367Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:19:08.396Z|40625761-1b0a-4872-bff5-5724c3ba659b|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/39459920-1289-41a7-b803-0a3db4164d91/model-vers/model-ver/90511e1a-8567-4f14-896f-fb134242c588?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-10T03:19:08.396Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39459920-1289-41a7-b803-0a3db4164d91/model-vers/model-ver/90511e1a-8567-4f14-896f-fb134242c588?depth=0|INFO|500||Invoke
2022-05-10T03:19:08.414Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39459920-1289-41a7-b803-0a3db4164d91/model-vers/model-ver/90511e1a-8567-4f14-896f-fb134242c588?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-10T03:19:08.483Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39459920-1289-41a7-b803-0a3db4164d91/model-vers/model-ver/90511e1a-8567-4f14-896f-fb134242c588?depth=0|INFO|500||InvokeReturn
2022-05-10T03:19:08.483Z|40625761-1b0a-4872-bff5-5724c3ba659b|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/39459920-1289-41a7-b803-0a3db4164d91/model-vers/model-ver/90511e1a-8567-4f14-896f-fb134242c588?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220510-03:19:08:423-29427], vertex-id=[368768], Content-Length=[0], Date=[Tue, 10 May 2022 03:19:08 GMT], Content-Type=[application/json]}
2022-05-10T03:19:08.483Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:19:08.484Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:19:08.484Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:19:08.490Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-10T03:19:08.490Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40625761-1b0a-4872-bff5-5724c3ba659b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-10T03:19:08.491Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:19:08.491Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:08.493Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:08.493Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152748491,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:19:08.593Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:08.594Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:19:08.594Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:08.610Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:19:08.610Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-10T03:19:09.503Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:19:09.504Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-10T03:19:09.504Z|40625761-1b0a-4872-bff5-5724c3ba659b|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:19:14.436Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:19:14.437Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-10T03:19:14.438Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"30651861-1bbf-49d5-bf1e-0fffb1b437e3","serviceName":"Demo_pNF_VRIMoq89UaztaTOsWBMw","serviceVersion":"1.0","serviceUUID":"ad4df7a9-1865-4832-b836-da6624380796","serviceDescription":"catalog service description","serviceInvariantUUID":"3f46caa5-2d74-444e-aa50-152e7564425c","resources":[{"resourceInstanceName":"pNF e845576a-d9af 0","resourceName":"pNF e845576a-d9af","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4cb19178-03bb-46d7-bbab-f4f17ea67ab0","resourceInvariantUUID":"a5b9cf6b-ac00-4854-9486-6a313b03ceca","resourceCustomizationUUID":"900dd347-9bd6-4333-adf4-f7c4c1b12871","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vf-license-model.xml","artifactChecksum":"OWUxM2VlMzQ1MDkzMDRjYmU2ZDhiY2U1MjgyYWI4YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60750a45-1199-472a-b2f2-6ccc37646a09","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/pNF.csar","artifactChecksum":"NzRmMmRmZjlkMDc5ZjMyM2NkODk1ODMzOWI4NTNkYTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"94e13e62-2fac-4669-bd38-d9a6d7947536","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5add45de-007d-4e78-b8fe-c248188bc5c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vendor-license-model.xml","artifactChecksum":"YTM2MzM5NzdhZTQ4YzFjODE2ODg5MjE4MDk3MzViYmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"593b3de2-ca2e-4d69-a93f-3600bf1446b9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05c334d8-92ea-42eb-9bd5-ee6476aec52e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e118808a-aa4e-42d6-b9e6-f5776f6b077e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVrimoq89uaztatoswbmw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-template.yml","artifactChecksum":"ZmRiNTdlZWZjOTUyY2NjNzJjYWM5MmE3NjBiMTNkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5fe02ae6-d806-4d29-a1aa-3944428ebb4b","artifactVersion":"1"},{"artifactName":"service-DemoPnfVrimoq89uaztatoswbmw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar","artifactChecksum":"ZTM0NmJhNzg2M2QwOGZhMWZhMGEwZWJiMWE5MGMyNjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea6099fb-560f-4bb2-93d2-679e62d44a2f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:19:14.441Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:14.441Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:14.443Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:14.443Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152749503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:19:14.543Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:14.544Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:19:14.544Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:14.556Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:19:14.556Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:15.444Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:15.445Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:15.447Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:15.447Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152749503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:19:15.547Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:15.548Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:19:15.548Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:15.559Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:19:15.559Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:16.448Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:16.449Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:16.451Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:16.451Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152749503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:19:16.551Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:16.551Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:19:16.551Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:16.562Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:19:16.562Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:17.451Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:17.452Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:17.454Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:17.455Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152749503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:19:17.555Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:17.555Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:19:17.556Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:17.565Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:19:17.566Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:18.455Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:18.456Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:18.458Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:18.459Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152749503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:19:18.559Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:18.559Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:19:18.560Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:18.572Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:19:18.573Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:19.459Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:19.460Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:19.462Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:19.462Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152749503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:19:19.563Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:19.563Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:19:19.563Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:19.574Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:19:19.574Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:20.463Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:20.464Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:20.466Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:20.466Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152749503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-10T03:19:20.566Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:20.567Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:19:20.567Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:20.576Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:19:20.576Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:21.467Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:21.468Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:21.470Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:21.470Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152749503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
"status": "NOTIFIED"
}
2022-05-10T03:19:21.570Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:21.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-05-10T03:19:21.571Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:21.582Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:19:21.582Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:22.471Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
"serviceName": "Demo_pNF_VRIMoq89UaztaTOsWBMw",
"serviceVersion": "1.0",
"serviceUUID": "ad4df7a9-1865-4832-b836-da6624380796",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3f46caa5-2d74-444e-aa50-152e7564425c",
"resources": [
{
"resourceInstanceName": "pNF e845576a-d9af 0",
"resourceCustomizationUUID": "900dd347-9bd6-4333-adf4-f7c4c1b12871",
"resourceName": "pNF e845576a-d9af",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4cb19178-03bb-46d7-bbab-f4f17ea67ab0",
"resourceInvariantUUID": "a5b9cf6b-ac00-4854-9486-6a313b03ceca",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
"artifactChecksum": "ZTM0NmJhNzg2M2QwOGZhMWZhMGEwZWJiMWE5MGMyNjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ea6099fb-560f-4bb2-93d2-679e62d44a2f"
}
],
"workloadContext": "Production"
}
2022-05-10T03:19:22.472Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:19:22.472Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad4df7a9-1865-4832-b836-da6624380796 ASDC
2022-05-10T03:19:22.472Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:30651861-1bbf-49d5-bf1e-0fffb1b437e3
ServiceName:Demo_pNF_VRIMoq89UaztaTOsWBMw
ServiceVersion:1.0
ServiceUUID:ad4df7a9-1865-4832-b836-da6624380796
ServiceInvariantUUID:3f46caa5-2d74-444e-aa50-152e7564425c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
ArtifactUUID:ea6099fb-560f-4bb2-93d2-679e62d44a2f
ArtifactChecksum:ZTM0NmJhNzg2M2QwOGZhMWZhMGEwZWJiMWE5MGMyNjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e845576a-d9af 0
ResourceCustomizationUUID:900dd347-9bd6-4333-adf4-f7c4c1b12871
ResourceInvariantUUID:a5b9cf6b-ac00-4854-9486-6a313b03ceca
ResourceName:pNF e845576a-d9af
ResourceType:PNF
ResourceUUID:4cb19178-03bb-46d7-bbab-f4f17ea67ab0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-05-10T03:19:22.472Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad4df7a9-1865-4832-b836-da6624380796 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:19:22.494Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:19:22.494Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:19:22.494Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:19:22.495Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ea6099fb-560f-4bb2-93d2-679e62d44a2f from URL: /sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:22.495Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-10T03:19:22.495Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:22.546Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-10T03:19:22.551Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar ea6099fb-560f-4bb2-93d2-679e62d44a2f 82641
2022-05-10T03:19:22.551Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar ASDC sendASDCNotification
2022-05-10T03:19:22.551Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:22.552Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:19:22.552Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:22.553Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:22.553Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652152762551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-10T03:19:22.653Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:22.654Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:19:22.654Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:22.665Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-10T03:19:22.666Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:23.554Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:19:23.555Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:19:23.555Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ea6099fb-560f-4bb2-93d2-679e62d44a2f, URL: /sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar to file: /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:23.556Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:23.556Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:23.556Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:23.627Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15814036093103982232/Definitions/service-DemoPnfVrimoq89uaztatoswbmw-template.yml
2022-05-10T03:19:24.128Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|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-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|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-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|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-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e845576a-d9af 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Node template pNF e845576a-d9af 0 is matching search criteria
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e845576a-d9af 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Node template pNF e845576a-d9af 0 is matching search criteria
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e845576a-d9af 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:19:24.132Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.132Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_VRIMoq89UaztaTOsWBMw
Description:catalog service description
Model UUID:ad4df7a9-1865-4832-b836-da6624380796
Model Version:NULL
Model InvariantUuid:3f46caa5-2d74-444e-aa50-152e7564425c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-10T03:19:24.139Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4cb19178-03bb-46d7-bbab-f4f17ea67ab0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:19:24.142Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||pNF e845576a-d9af 0
2022-05-10T03:19:24.142Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4cb19178-03bb-46d7-bbab-f4f17ea67ab0
2022-05-10T03:19:24.142Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||No resources found for Service: ad4df7a9-1865-4832-b836-da6624380796
2022-05-10T03:19:24.142Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ad4df7a9-1865-4832-b836-da6624380796
2022-05-10T03:19:24.142Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e845576a-d9af 0 4cb19178-03bb-46d7-bbab-f4f17ea67ab0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10712fc7, org.onap.sdc.toscaparser.api.parameters.Input@112fb166, org.onap.sdc.toscaparser.api.parameters.Input@7ef80143, org.onap.sdc.toscaparser.api.parameters.Input@7200fc19, org.onap.sdc.toscaparser.api.parameters.Input@6b16ea89]
2022-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ad4df7a9-1865-4832-b836-da6624380796: pNF e845576a-d9af
2022-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Processing PNF resource: 4cb19178-03bb-46d7-bbab-f4f17ea67ab0
2022-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery