By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-03T05:07:08.265Z||main|||||INFO|500||The following profiles are active: basic
2022-11-03T05:07:21.530Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-03T05:07:21.531Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-03T05:07:21.672Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-03T05:07:26.221Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-03T05:07:26.824Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-03T05:07:27.512Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-03T05:07:27.526Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-03T05:07:27.661Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-03T05:07:27.905Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-03T05:07:28.703Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-03T05:07:30.928Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-03T05:07:33.374Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-03T05:07:33.435Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-03T05:07:34.101Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-03T05:07:34.423Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-03T05:07:36.193Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-03T05:07:37.434Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-03T05:07:37.456Z||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$$12b57ff2.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-03T05:07:37.457Z||main|||||WARN|500||The sdc end point is not alive
2022-11-03T05:07:40.613Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-03T05:07:43.964Z||main|||||WARN|500||---
2022-11-03T05:07:43.964Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-03T05:07:43.965Z||main|||||WARN|500||---
2022-11-03T05:07:44.500Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-03T05:07:50.272Z||main|||||INFO|500||Started Application in 45.682 seconds (JVM running for 48.131)
2022-11-03T05:07:50.297Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-03T05:07:50.301Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-03T05:07:50.323Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-03T05:07:50.367Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-03T05:07:50.426Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aae4fadc-85e5-410b-8920-189ebda4603b url= /sdc/v1/artifactTypes
2022-11-03T05:07:50.427Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-03T05:07:50.767Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-03T05:07:50.802Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-03T05:07:50.834Z||scheduling-1|||||DEBUG|500||create keys
2022-11-03T05:07:50.848Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-03T05:07:50.891Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:07:50.919Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 072eff5c-0390-41bb-8bef-379369d52193 url= /sdc/v1/registerForDistribution
2022-11-03T05:07:51.078Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 072eff5c-0390-41bb-8bef-379369d52193 url= /sdc/v1/registerForDistribution
2022-11-03T05:07:51.078Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-03T05:07:51.102Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:07:51.106Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-03T05:07:51.105Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:07:51.125Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:07:51.126Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:07:51.126Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:07:51.126Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:08:01.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:08:01.539Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:08:51.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:08:51.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:08:51.089Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:08:51.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:08:51.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:08:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:09:00.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:09:00.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:09:51.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:09:51.089Z||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-11-03T05:09:51.089Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:09:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:09:51.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:09:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:10:00.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:10:00.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:10:51.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:10:51.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:10:51.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:10:51.092Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:10:51.095Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:10:51.095Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:11:00.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:11:00.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:11:51.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:11:51.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:11:51.090Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:11:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:11:51.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:11:51.092Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:12:00.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:12:00.661Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:12:51.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:12:51.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:12:51.089Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:12:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:12:51.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:12:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:13:00.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:13:00.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:13:51.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:13:51.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:13:51.089Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:13:51.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:13:51.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:13:51.092Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:14:00.670Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:14:00.670Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:14:51.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:14:51.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:14:51.089Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:14:51.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:14:51.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:14:51.092Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:15:00.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:15:00.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:15:51.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:15:51.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:15:51.089Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:15:51.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:15:51.091Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:15:51.092Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:16:00.673Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:16:00.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:16:51.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:16:51.089Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:16:51.089Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:16:51.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:16:51.091Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:16:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:17:00.655Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:17:00.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:17:31.587Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-03T05:17:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:17:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:17:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:17:51.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:17:51.091Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:17:51.092Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:18:00.644Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:18:00.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:18:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:18:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:18:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:18:51.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:18:51.090Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:18:51.090Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:19:00.658Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:19:00.660Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:19:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:19:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:19:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:19:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:19:51.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:19:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:20:00.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:20:00.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:20:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:20:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:20:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:20:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:20:51.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:20:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:21:00.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:21:00.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:21:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:21:51.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:21:51.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:21:51.091Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:21:51.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:21:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:22:00.649Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:22:00.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:22:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:22:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:22:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:22:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:22:51.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:22:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:23:00.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:23:00.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:23:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:23:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:23:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:23:51.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:23:51.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:23:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:24:00.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:24:00.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:24:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:24:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:24:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:24:51.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:24:51.090Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:24:51.090Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:25:00.654Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:25:00.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:25:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:25:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:25:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:25:51.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:25:51.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:25:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:26:00.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:26:00.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:26:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:26:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:26:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:26:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:26:51.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:26:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:27:00.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:27:00.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:27:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:27:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:27:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:27:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:27:51.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:27:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:28:00.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:28:00.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:28:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:28:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:28:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:28:51.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:28:51.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:28:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:29:00.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:29:00.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:29:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:29:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:29:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:29:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:29:51.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:29:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:30:00.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:30:00.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:30:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:30:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:30:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:30:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:30:51.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:30:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:31:00.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:31:00.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:31:51.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:31:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:31:51.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:31:51.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:31:51.092Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:31:51.092Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:32:00.657Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:32:00.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:32:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:32:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:32:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:32:51.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:32:51.091Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:32:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:33:00.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:33:00.656Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:33:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:33:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:33:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:33:51.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:33:51.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:33:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:34:00.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:34:00.651Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:34:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:34:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:34:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:34:51.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:34:51.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:34:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:35:00.666Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:35:00.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:35:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:35:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:35:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:35:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:35:51.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:35:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:36:00.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:36:00.651Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:36:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:36:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:36:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:36:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:36:51.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:36:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:37:00.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:37:00.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:37:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:37:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:37:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:37:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:37:51.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:37:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:38:00.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:38:00.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:38:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:38:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:38:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:38:51.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:38:51.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:38:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:39:00.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:39:00.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:39:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:39:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:39:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:39:51.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:39:51.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:39:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:40:00.647Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:40:00.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:40:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:40:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:40:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:40:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:40:51.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:40:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:41:00.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:41:00.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:41:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:41:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:41:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:41:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:41:51.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:41:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:42:00.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:42:00.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:42:51.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:42:51.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:42:51.089Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:42:51.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:42:51.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:42:51.093Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:43:00.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:43:00.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:43:51.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:43:51.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:43:51.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:43:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:43:51.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:43:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:44:00.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:44:00.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:44:51.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:44:51.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:44:51.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:44:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:44:51.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:44:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:45:00.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:45:00.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:45:51.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:45:51.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:45:51.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:45:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:45:51.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:45:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:46:00.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:46:00.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:46:51.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:46:51.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:46:51.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:46:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:46:51.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:46:51.090Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:47:00.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:47:00.652Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:47:51.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:47:51.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:47:51.088Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:47:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:47:51.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:47:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:48:00.656Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:48:00.659Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:48:51.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:48:51.088Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:48:51.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:48:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:48:51.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:48:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:48:51.740Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:48:51.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:48:51.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dc69122-b56f-40d4-bc17-eb0ada318fd6","serviceName":"vFW 2022-11-03 05-47-33","serviceVersion":"1.0","serviceUUID":"68c2045d-324c-4b77-a67a-6be109ddace8","serviceDescription":"catalog service description","serviceInvariantUUID":"9753dafd-5c05-4f64-97c8-268f2481d648","resources":[{"resourceInstanceName":"vFW b34a2e73-40ac 0","resourceName":"vFW b34a2e73-40ac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80b068b8-93a2-4712-8757-42b01b1a37ee","resourceInvariantUUID":"36729de8-aebd-48ab-bd50-dd99bd57d723","resourceCustomizationUUID":"d76c93d0-9363-4fdd-91f6-29ca3170df39","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml","artifactChecksum":"YzVkMmFhM2ViNjQ4YjNkMmE5ZTI1OTkzMmQxNTNiY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c26aa3fb-ccce-4b30-9f88-cde10f5bfe08","artifactVersion":"1"},{"artifactName":"vfwb34a2e7340ac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json","artifactChecksum":"OWY1NjAyYjAyMDZmYWNlN2ZjOWY0Mjk0MGQ3ZDZkZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e1fb688-dae8-4986-b27d-f661684a53f4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6a4fb22-3440-4338-a979-1a32c1acab30","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM2NDEwNjk0YzE1NjM2MWFjOWNkOTIxYTQ3NzZkZTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca132146-34f8-40d3-b84f-9102b181a887","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9fe0276e-8900-4ac8-a345-4fb88479bebb","artifactVersion":"2","generatedFromUUID":"a6a4fb22-3440-4338-a979-1a32c1acab30"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221103054733-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml","artifactChecksum":"NjlhNmIwMjE0ODc5ZjYwNzJlYjEzM2E2YTEzZTY4YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22287c6e-0c4a-4e1c-a17e-841c6423dab8","artifactVersion":"1"},{"artifactName":"service-Vfw20221103054733-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar","artifactChecksum":"MTg5NzI5ZmRiNWRlZTk2Y2Q2Y2YxOWIyOWRlMWJlYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f77143f3-6efb-498b-bef2-d41bae0f4052","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-03T05:48:51.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "cds",
"timestamp": 1667454501991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.754Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:48:51.760Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:48:51.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.771Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:48:51.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.771Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "aai-ml",
"timestamp": 1667454506188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "cds",
"timestamp": 1667454501991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "aai-ml",
"timestamp": 1667454506188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "cds",
"timestamp": 1667454501991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "aai-ml",
"timestamp": 1667454506188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454510079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "cds",
"timestamp": 1667454501991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "aai-ml",
"timestamp": 1667454506188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454510079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "cds",
"timestamp": 1667454501991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "aai-ml",
"timestamp": 1667454506188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454510079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "cds",
"timestamp": 1667454501991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "aai-ml",
"timestamp": 1667454506188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454510079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "cds",
"timestamp": 1667454501991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T05:48:51.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "aai-ml",
"timestamp": 1667454506188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T05:48:51.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454513470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454510079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454513470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "NOTIFIED"
}
2022-11-03T05:48:51.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454510079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "cds",
"timestamp": 1667454515769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:48:51.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:48:51.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "aai-ml",
"timestamp": 1667454515661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:48:51.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:48:51.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454513470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-03T05:48:51.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454510079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:51.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:51.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:51.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "cds",
"timestamp": 1667454516785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T05:48:51.871Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-03T05:48:51.875Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:48:51.876Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:48:51.889Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:48:51.891Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T05:48:52.003Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dc69122-b56f-40d4-bc17-eb0ada318fd6
2022-11-03T05:48:52.025Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc69122-b56f-40d4-bc17-eb0ada318fd6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T05:48:52.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454513470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:52.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:52.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454513470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-03T05:48:52.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:52.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454513470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:52.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:52.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454513470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T05:48:52.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:52.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454520211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:52.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:52.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454521394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:48:52.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:48:52.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454520211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:52.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:52.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454522545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:48:52.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:48:52.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454520211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:52.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:52.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454523632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:48:52.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:48:52.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454520211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:52.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:52.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454524737,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T05:48:52.070Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dc69122-b56f-40d4-bc17-eb0ada318fd6
2022-11-03T05:48:52.071Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc69122-b56f-40d4-bc17-eb0ada318fd6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T05:48:52.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454520211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:52.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:52.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454525743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-03T05:48:52.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:48:52.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454520211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:52.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:52.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454520211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T05:48:52.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:48:52.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:48:52.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454528073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:48:52.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:48:52.777Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:48:52.778Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:48:52.780Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:48:52.780Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "NOTIFIED"
}
2022-11-03T05:48:52.880Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:48:52.881Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:48:52.882Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:48:52.891Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:48:52.892Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:48:53.781Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:48:53.782Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:48:53.784Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:48:53.784Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-03T05:48:53.885Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:48:53.886Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:48:53.887Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:48:53.896Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:48:53.898Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:48:54.785Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:48:54.786Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:48:54.788Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:48:54.788Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:54.888Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:48:54.889Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:48:54.889Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:48:54.900Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:48:54.901Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:48:55.789Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:48:55.790Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:48:55.792Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:48:55.792Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-03T05:48:55.892Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:48:55.893Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:48:55.894Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:48:55.903Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:48:55.904Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:48:56.793Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:48:56.794Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:48:56.796Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:48:56.796Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:48:56.896Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:48:56.897Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:48:56.898Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:48:56.910Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:48:56.910Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-03T05:48:57.796Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:48:57.797Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:48:57.799Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:48:57.800Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T05:48:57.900Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:48:57.901Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:48:57.901Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:48:57.912Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:48:57.913Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-03T05:48:58.802Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"serviceName": "vFW 2022-11-03 05-47-33",
"serviceVersion": "1.0",
"serviceUUID": "68c2045d-324c-4b77-a67a-6be109ddace8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9753dafd-5c05-4f64-97c8-268f2481d648",
"resources": [
{
"resourceInstanceName": "vFW b34a2e73-40ac 0",
"resourceCustomizationUUID": "d76c93d0-9363-4fdd-91f6-29ca3170df39",
"resourceName": "vFW b34a2e73-40ac",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "80b068b8-93a2-4712-8757-42b01b1a37ee",
"resourceInvariantUUID": "36729de8-aebd-48ab-bd50-dd99bd57d723",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb34a2e7340ac0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"artifactChecksum": "OWY1NjAyYjAyMDZmYWNlN2ZjOWY0Mjk0MGQ3ZDZkZDU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3e1fb688-dae8-4986-b27d-f661684a53f4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a6a4fb22-3440-4338-a979-1a32c1acab30",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9fe0276e-8900-4ac8-a345-4fb88479bebb",
"generatedFromUUID": "a6a4fb22-3440-4338-a979-1a32c1acab30"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9fe0276e-8900-4ac8-a345-4fb88479bebb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221103054733-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"artifactChecksum": "MTg5NzI5ZmRiNWRlZTk2Y2Q2Y2YxOWIyOWRlMWJlYTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f77143f3-6efb-498b-bef2-d41bae0f4052"
}
],
"workloadContext": "Production"
}
2022-11-03T05:48:58.803Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-03T05:48:58.803Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68c2045d-324c-4b77-a67a-6be109ddace8 ASDC
2022-11-03T05:48:58.919Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9dc69122-b56f-40d4-bc17-eb0ada318fd6
ServiceName:vFW 2022-11-03 05-47-33
ServiceVersion:1.0
ServiceUUID:68c2045d-324c-4b77-a67a-6be109ddace8
ServiceInvariantUUID:9753dafd-5c05-4f64-97c8-268f2481d648
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221103054733-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar
ArtifactUUID:f77143f3-6efb-498b-bef2-d41bae0f4052
ArtifactChecksum:MTg5NzI5ZmRiNWRlZTk2Y2Q2Y2YxOWIyOWRlMWJlYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b34a2e73-40ac 0
ResourceCustomizationUUID:d76c93d0-9363-4fdd-91f6-29ca3170df39
ResourceInvariantUUID:36729de8-aebd-48ab-bd50-dd99bd57d723
ResourceName:vFW b34a2e73-40ac
ResourceType:VF
ResourceUUID:80b068b8-93a2-4712-8757-42b01b1a37ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb34a2e7340ac0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json
ArtifactUUID:3e1fb688-dae8-4986-b27d-f661684a53f4
ArtifactChecksum:OWY1NjAyYjAyMDZmYWNlN2ZjOWY0Mjk0MGQ3ZDZkZDU=
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/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml
ArtifactUUID:a6a4fb22-3440-4338-a979-1a32c1acab30
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/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env
ArtifactUUID:9fe0276e-8900-4ac8-a345-4fb88479bebb
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/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env
ArtifactUUID:9fe0276e-8900-4ac8-a345-4fb88479bebb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-03T05:48:58.920Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68c2045d-324c-4b77-a67a-6be109ddace8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T05:48:58.986Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T05:48:58.986Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-03T05:48:58.992Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-03T05:48:58.993Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f77143f3-6efb-498b-bef2-d41bae0f4052 from URL: /sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar
2022-11-03T05:48:58.993Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-03T05:48:58.995Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar
2022-11-03T05:48:59.118Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-03T05:48:59.138Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar f77143f3-6efb-498b-bef2-d41bae0f4052 100698
2022-11-03T05:48:59.140Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar ASDC sendASDCNotification
2022-11-03T05:48:59.140Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar
2022-11-03T05:48:59.142Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T05:48:59.143Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:48:59.145Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:48:59.145Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454539138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:48:59.245Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:48:59.246Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:48:59.246Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:48:59.257Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:48:59.258Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-03T05:49:00.146Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T05:49:00.147Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-03T05:49:00.147Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f77143f3-6efb-498b-bef2-d41bae0f4052, URL: /sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar to file: /app/ASDC/1/service-Vfw20221103054733-csar.csar
2022-11-03T05:49:00.148Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221103054733-csar.csar
2022-11-03T05:49:00.224Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221103054733-csar.csar
2022-11-03T05:49:00.224Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221103054733-csar.csar
2022-11-03T05:49:00.981Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9763855837728947920/Definitions/service-Vfw20221103054733-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-03T05:49:04.106Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-03T05:49:04.114Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-03T05:49:04.114Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar
2022-11-03T05:49:04.115Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-03T05:49:04.115Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b34a2e73-40ac 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar
2022-11-03T05:49:04.115Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar
2022-11-03T05:49:04.115Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||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-Vfw20221103054733-csar.csar
2022-11-03T05:49:04.116Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||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-Vfw20221103054733-csar.csar
2022-11-03T05:49:04.116Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||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-Vfw20221103054733-csar.csar
2022-11-03T05:49:04.116Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar
2022-11-03T05:49:04.116Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar
2022-11-03T05:49:04.117Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||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-Vfw20221103054733-csar.csar
2022-11-03T05:49:04.117Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar
2022-11-03T05:49:04.117Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar
2022-11-03T05:49:04.117Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar
2022-11-03T05:49:04.117Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-03T05:49:04.127Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.129Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:04.134Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria
2022-11-03T05:49:04.135Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-03T05:49:04.137Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T05:49:04.138Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.139Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:04.139Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria
2022-11-03T05:49:04.139Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-03T05:49:04.140Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T05:49:04.140Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.140Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:04.144Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.144Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria
2022-11-03T05:49:04.144Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T05:49:04.145Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-03T05:49:04.145Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:04.145Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-03T05:49:04.146Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-03T05:49:04.146Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T05:49:04.146Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T05:49:04.146Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-03T05:49:04.147Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-03T05:49:04.147Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-03T05:49:04.147Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:04.147Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-03T05:49:04.148Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:04.148Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-03T05:49:04.148Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T05:49:04.148Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-03T05:49:04.149Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.149Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-03T05:49:04.151Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.151Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria
2022-11-03T05:49:04.151Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:49:04.152Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.152Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria
2022-11-03T05:49:04.152Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:49:04.153Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.153Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria
2022-11-03T05:49:04.153Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:49:04.153Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.154Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria
2022-11-03T05:49:04.154Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T05:49:04.154Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-03T05:49:04.154Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T05:49:04.155Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-03T05:49:04.155Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-03T05:49:04.155Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-03T05:49:04.155Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:04.156Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-03T05:49:04.156Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:04.156Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-03T05:49:04.156Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T05:49:04.157Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f992e176-3841-4705-aabe-273bd6595b1f
2022-11-03T05:49:04.157Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.157Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria
2022-11-03T05:49:04.157Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T05:49:04.158Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-03T05:49:04.158Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:04.158Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-03T05:49:04.158Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-03T05:49:04.158Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T05:49:04.159Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T05:49:04.159Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-03T05:49:04.159Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-03T05:49:04.159Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:04.160Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-03T05:49:04.160Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T05:49:04.160Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4b70a7b5-48bd-463f-a2f2-e98a7b0ea70d
2022-11-03T05:49:04.160Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.161Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria
2022-11-03T05:49:04.161Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T05:49:04.161Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-03T05:49:04.161Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:04.162Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-03T05:49:04.162Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-03T05:49:04.162Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T05:49:04.162Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T05:49:04.162Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-03T05:49:04.163Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-03T05:49:04.163Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-03T05:49:04.163Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:04.163Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-03T05:49:04.164Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8388df71-d2c9-4dab-a315-bef1913ff43e
2022-11-03T05:49:04.164Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.164Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:04.164Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.165Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:04.165Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.165Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:04.165Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:04.166Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:04.166Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-03 05-47-33
Description:catalog service description
Model UUID:68c2045d-324c-4b77-a67a-6be109ddace8
Model Version:NULL
Model InvariantUuid:9753dafd-5c05-4f64-97c8-268f2481d648
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b34a2e73-40ac
Model UUID:9fad9c52-c133-461b-b033-dae28d34f5e2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:36729de8-aebd-48ab-bd50-dd99bd57d723
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d76c93d0-9363-4fdd-91f6-29ca3170df39
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:72aa7216-ace2-45f4-9b7c-4fd32510864a
ModelName:VfwB34a2e7340ac..base_vfw..module-0
ModelUuid:4db9e246-7f91-4089-bd5b-e438de9183c3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f992e176-3841-4705-aabe-273bd6595b1f
ModelInvariantUuid:3a11b37a-d8e3-418f-95fc-f352ec3a69f4
ModelName:vFW b34a2e73-40ac-nodes.vfwCvfc
ModelUuid:5a252f14-192e-4295-94e0-ae940d4ee48e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8489758f-f493-40f3-8d47-0b28b0a39607
ModelInvariantUuid:1cba5af7-4e90-4c71-ad3e-92c0aca8fec8
ModelName:VfwB34a2e7340ac.compute.nodes.heat.vfw
ModelUuid:96d96095-6885-4df9-8be0-329fd7c8bf4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4b70a7b5-48bd-463f-a2f2-e98a7b0ea70d
ModelInvariantUuid:d8ad8de7-28d2-4bb3-9e3c-8db86496da4b
ModelName:vFW b34a2e73-40ac-nodes.vsnCvfc
ModelUuid:4cdbd991-90b7-4f04-8e10-fd03857e959c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:580e6ff3-edfd-4616-8a32-51d45b124bf3
ModelInvariantUuid:b4262551-9a54-4d40-80b7-882dfdf385e8
ModelName:VfwB34a2e7340ac.compute.nodes.heat.vsn
ModelUuid:d4165663-99af-4737-9141-962a62e47f8c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8388df71-d2c9-4dab-a315-bef1913ff43e
ModelInvariantUuid:21955cbb-1f48-4227-969b-c98417045d78
ModelName:vFW b34a2e73-40ac-nodes.vpgCvfc
ModelUuid:40c88f5b-0490-40af-8a4e-da5bc4b6e7e8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:35981bf3-ad2c-49b5-96e3-4f3b53bc56c7
ModelInvariantUuid:7660e524-f04e-4101-977d-293e05ebbf2e
ModelName:VfwB34a2e7340ac.compute.nodes.heat.vpg
ModelUuid:b8b812ad-b2bc-4974-a71c-3c1acf599865
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-03T05:49:04.181Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 80b068b8-93a2-4712-8757-42b01b1a37ee
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T05:49:04.273Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||vFW b34a2e73-40ac 0
2022-11-03T05:49:04.279Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80b068b8-93a2-4712-8757-42b01b1a37ee
2022-11-03T05:49:04.280Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3e1fb688-dae8-4986-b27d-f661684a53f4 from URL: /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json
2022-11-03T05:49:04.280Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-03T05:49:04.280Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json
2022-11-03T05:49:04.336Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-03T05:49:04.337Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json 3e1fb688-dae8-4986-b27d-f661684a53f4 785
2022-11-03T05:49:04.337Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json ASDC sendASDCNotification
2022-11-03T05:49:04.337Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json
2022-11-03T05:49:04.338Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T05:49:04.338Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:49:04.342Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:49:04.342Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454544337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:49:04.442Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:49:04.444Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:49:04.444Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:49:04.455Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:49:04.456Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:49:05.344Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB34a2e7340ac..base_vfw..module-0",
"vfModuleModelInvariantUUID": "72aa7216-ace2-45f4-9b7c-4fd32510864a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4db9e246-7f91-4089-bd5b-e438de9183c3",
"vfModuleModelCustomizationUUID": "c8402ff3-0850-41c3-812f-edb1c47bb75c",
"isBase": true,
"artifacts": [
"a6a4fb22-3440-4338-a979-1a32c1acab30",
"9fe0276e-8900-4ac8-a345-4fb88479bebb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-03T05:49:05.359Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB34a2e7340ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4db9e246-7f91-4089-bd5b-e438de9183c3
VfModuleModelInvariantUUID:72aa7216-ace2-45f4-9b7c-4fd32510864a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6a4fb22-3440-4338-a979-1a32c1acab30
,
9fe0276e-8900-4ac8-a345-4fb88479bebb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-03T05:49:05.362Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB34a2e7340ac..base_vfw..module-0",
"vfModuleModelInvariantUUID": "72aa7216-ace2-45f4-9b7c-4fd32510864a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4db9e246-7f91-4089-bd5b-e438de9183c3",
"vfModuleModelCustomizationUUID": "c8402ff3-0850-41c3-812f-edb1c47bb75c",
"isBase": true,
"artifacts": [
"a6a4fb22-3440-4338-a979-1a32c1acab30",
"9fe0276e-8900-4ac8-a345-4fb88479bebb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-03T05:49:05.362Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB34a2e7340ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4db9e246-7f91-4089-bd5b-e438de9183c3
VfModuleModelInvariantUUID:72aa7216-ace2-45f4-9b7c-4fd32510864a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6a4fb22-3440-4338-a979-1a32c1acab30
,
9fe0276e-8900-4ac8-a345-4fb88479bebb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-03T05:49:05.362Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a6a4fb22-3440-4338-a979-1a32c1acab30 from URL: /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml
2022-11-03T05:49:05.363Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-03T05:49:05.363Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml
2022-11-03T05:49:05.420Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-03T05:49:05.422Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml a6a4fb22-3440-4338-a979-1a32c1acab30 20368
2022-11-03T05:49:05.422Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-03T05:49:05.422Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml
2022-11-03T05:49:05.422Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T05:49:05.423Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:49:05.425Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:49:05.425Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454545422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:49:05.525Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:49:05.526Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:49:05.527Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:49:05.536Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:49:05.537Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:49:06.426Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9fe0276e-8900-4ac8-a345-4fb88479bebb from URL: /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env
2022-11-03T05:49:06.427Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-03T05:49:06.427Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env
2022-11-03T05:49:06.486Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-03T05:49:06.487Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env 9fe0276e-8900-4ac8-a345-4fb88479bebb 2098
2022-11-03T05:49:06.487Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-03T05:49:06.487Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env
2022-11-03T05:49:06.488Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T05:49:06.488Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:49:06.491Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:49:06.491Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454546487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:49:06.591Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-03T05:49:06.593Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:49:06.593Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:49:06.607Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:49:06.608Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:49:07.492Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 68c2045d-324c-4b77-a67a-6be109ddace8
2022-11-03T05:49:07.493Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b34a2e73-40ac 0 80b068b8-93a2-4712-8757-42b01b1a37ee ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T05:49:07.550Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@383e3578, org.onap.sdc.toscaparser.api.parameters.Input@621222b6, org.onap.sdc.toscaparser.api.parameters.Input@274bb823, org.onap.sdc.toscaparser.api.parameters.Input@351e8708, org.onap.sdc.toscaparser.api.parameters.Input@7cc2e126]
2022-11-03T05:49:07.554Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.555Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:07.555Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-11-03T05:49:07.555Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d76c93d0-9363-4fdd-91f6-29ca3170df39
2022-11-03T05:49:07.555Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d76c93d0-9363-4fdd-91f6-29ca3170df39 matches Tosca VF Customization UUID: d76c93d0-9363-4fdd-91f6-29ca3170df39
2022-11-03T05:49:07.555Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d76c93d0-9363-4fdd-91f6-29ca3170df39 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-03T05:49:07.563Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.563Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:07.585Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d76c93d0-9363-4fdd-91f6-29ca3170df39: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-03T05:49:07.585Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44687640
2022-11-03T05:49:07.586Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.586Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-03T05:49:07.587Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c8402ff3-0850-41c3-812f-edb1c47bb75c
2022-11-03T05:49:07.588Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c8402ff3-0850-41c3-812f-edb1c47bb75c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-03T05:49:07.595Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.595Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria
2022-11-03T05:49:07.595Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:49:07.596Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.596Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria
2022-11-03T05:49:07.597Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:49:07.597Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.597Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria
2022-11-03T05:49:07.597Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T05:49:07.598Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-03T05:49:07.598Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T05:49:07.598Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-03T05:49:07.598Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-03T05:49:07.599Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-03T05:49:07.599Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:07.599Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-03T05:49:07.599Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:07.599Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-03T05:49:07.600Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T05:49:07.600Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f992e176-3841-4705-aabe-273bd6595b1f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-03T05:49:07.611Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.612Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria
2022-11-03T05:49:07.612Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:49:07.612Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.613Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria
2022-11-03T05:49:07.613Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T05:49:07.613Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-03T05:49:07.613Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:07.613Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-03T05:49:07.614Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-03T05:49:07.614Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T05:49:07.614Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T05:49:07.614Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-03T05:49:07.615Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-03T05:49:07.615Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:07.615Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-03T05:49:07.615Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T05:49:07.616Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4b70a7b5-48bd-463f-a2f2-e98a7b0ea70d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-03T05:49:07.618Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.619Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria
2022-11-03T05:49:07.619Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:49:07.621Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.622Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria
2022-11-03T05:49:07.622Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T05:49:07.622Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-03T05:49:07.622Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:07.622Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-03T05:49:07.623Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-03T05:49:07.623Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T05:49:07.623Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T05:49:07.623Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-03T05:49:07.624Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-03T05:49:07.624Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-03T05:49:07.624Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-03T05:49:07.624Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-03T05:49:07.625Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8388df71-d2c9-4dab-a315-bef1913ff43e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-03T05:49:07.627Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.628Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria
2022-11-03T05:49:07.628Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:49:07.628Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.629Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria
2022-11-03T05:49:07.629Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=d76c93d0-9363-4fdd-91f6-29ca3170df39
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T05:49:07.631Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.631Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:07.632Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 68c2045d-324c-4b77-a67a-6be109ddace8: vFW b34a2e73-40ac
2022-11-03T05:49:07.633Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.633Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:07.633Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.634Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:07.634Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.634Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:07.634Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.635Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:07.635Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:49:07.635Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:49:07.635Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-11-03 05-47-33
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T05:49:07.932Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b34a2e73-40ac 80b068b8-93a2-4712-8757-42b01b1a37ee 1 ASDC deployResourceStructure
2022-11-03T05:49:07.933Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json ASDC sendASDCNotification
2022-11-03T05:49:07.933Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json
2022-11-03T05:49:07.933Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T05:49:07.933Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:49:07.935Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:49:07.935Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454547933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-03T05:49:08.036Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:49:08.037Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:49:08.037Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:49:08.047Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:49:08.048Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:49:08.937Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-03T05:49:08.937Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml
2022-11-03T05:49:08.938Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T05:49:08.938Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:49:08.942Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:49:08.942Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454548937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-03T05:49:09.042Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:49:09.043Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:49:09.043Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:49:09.054Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:49:09.055Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:49:09.943Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-03T05:49:09.943Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env
2022-11-03T05:49:09.944Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T05:49:09.945Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:49:09.947Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:49:09.947Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454549943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-03T05:49:10.047Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:49:10.049Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:49:10.049Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:49:10.067Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:49:10.068Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-03T05:49:10.948Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar ASDC sendASDCNotification
2022-11-03T05:49:10.949Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar
2022-11-03T05:49:10.949Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T05:49:10.950Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:49:10.952Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:49:10.952Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454550948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T05:49:11.053Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-03T05:49:11.054Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:49:11.054Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:49:11.068Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:49:11.069Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-03T05:49:11.954Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T05:49:11.973Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T05:49:11.977Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T05:49:11.978Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T05:49:11.978Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T05:49:41.978Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T05:49:41.990Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T05:49:41.993Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T05:49:41.993Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T05:49:41.993Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T05:49:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:49:51.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:49:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:49:51.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:49:51.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:49:51.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:49:51.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:11.993Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T05:50:12.013Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T05:50:12.015Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T05:50:12.015Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T05:50:12.016Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T05:50:42.016Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T05:50:42.027Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T05:50:42.030Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T05:50:42.030Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T05:50:42.030Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T05:50:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:50:51.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:50:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:50:51.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:50:51.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "NOTIFIED"
}
2022-11-03T05:50:51.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "aai-ml",
"timestamp": 1667454533031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T05:50:51.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-03T05:50:51.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "aai-ml",
"timestamp": 1667454534037,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T05:50:51.645Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9dc69122-b56f-40d4-bc17-eb0ada318fd6
2022-11-03T05:50:51.645Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc69122-b56f-40d4-bc17-eb0ada318fd6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T05:50:51.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454533307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T05:50:51.654Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454534311,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T05:50:51.661Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dc69122-b56f-40d4-bc17-eb0ada318fd6
2022-11-03T05:50:51.661Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc69122-b56f-40d4-bc17-eb0ada318fd6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T05:50:51.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-03T05:50:51.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454531087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T05:50:51.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454539138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:50:51.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454533470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "aai-ml",
"timestamp": 1667454536188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "cds",
"timestamp": 1667454531991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454530079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454533470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "NOTIFIED"
}
2022-11-03T05:50:51.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "cds",
"timestamp": 1667454531991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "aai-ml",
"timestamp": 1667454536188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454530079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454533470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-03T05:50:51.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "aai-ml",
"timestamp": 1667454536188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "cds",
"timestamp": 1667454531991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454530079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454533470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "aai-ml",
"timestamp": 1667454536188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "cds",
"timestamp": 1667454531991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454530079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "aai-ml",
"timestamp": 1667454536188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454533470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-03T05:50:51.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "cds",
"timestamp": 1667454531991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454530079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454544337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:50:51.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "aai-ml",
"timestamp": 1667454536188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "cds",
"timestamp": 1667454531991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454533470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454530079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454545422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:50:51.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "cds",
"timestamp": 1667454531991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T05:50:51.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454533470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T05:50:51.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "aai-ml",
"timestamp": 1667454536188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T05:50:51.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667454530079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454546487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:50:51.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454546248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:50:51.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "aai-ml",
"timestamp": 1667454546684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:50:51.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "cds",
"timestamp": 1667454546811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:50:51.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "cds",
"timestamp": 1667454547817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T05:50:51.708Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 317a3b19-531d-4071-a251-c089c95d53e4
2022-11-03T05:50:51.708Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 317a3b19-531d-4071-a251-c089c95d53e4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T05:50:51.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454547318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:50:51.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454547933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-03T05:50:51.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454548937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-03T05:50:51.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454548397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:50:51.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454549943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-03T05:50:51.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454549431,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T05:50:51.723Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 317a3b19-531d-4071-a251-c089c95d53e4
2022-11-03T05:50:51.724Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 317a3b19-531d-4071-a251-c089c95d53e4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T05:50:51.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454550948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T05:50:51.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667454550445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-03T05:50:51.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454550211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454550211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454550211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454550211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "aai-ml",
"timestamp": 1667454554914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T05:50:51.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454550211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "aai-ml",
"timestamp": 1667454555919,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T05:50:51.741Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 317a3b19-531d-4071-a251-c089c95d53e4
2022-11-03T05:50:51.741Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 317a3b19-531d-4071-a251-c089c95d53e4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T05:50:51.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454550211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:50:51.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454550211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T05:50:51.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:50:51.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454557977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:50:51.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454560412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T05:50:51.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:50:51.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:50:51.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667454561415,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T05:50:51.757Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 317a3b19-531d-4071-a251-c089c95d53e4
2022-11-03T05:50:51.757Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 317a3b19-531d-4071-a251-c089c95d53e4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T05:51:12.030Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T05:51:12.044Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T05:51:12.048Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T05:51:12.048Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T05:51:12.048Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-03T05:51:12.048Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-03T05:51:12.048Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T05:51:12.049Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T05:51:12.049Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T05:51:12.049Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T05:51:12.049Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T05:51:12.049Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T05:51:12.055Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-03T05:51:42.055Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-03T05:51:42.068Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 and serviceModelVersionId: 68c2045d-324c-4b77-a67a-6be109ddace8
2022-11-03T05:51:42.068Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9753dafd-5c05-4f64-97c8-268f2481d648
2022-11-03T05:51:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:51:51.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:51:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:51:57.302Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0
2022-11-03T05:51:57.441Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-03T05:51:58.067Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0|INFO|500||Invoke
2022-11-03T05:51:58.076Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9dc69122-b56f-40d4-bc17-eb0ada318fd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fdd802ab-d188-4035-b79c-3674d4d65a19], X-ECOMP-RequestID=[9dc69122-b56f-40d4-bc17-eb0ada318fd6], X-TransactionId=[], X-ONAP-RequestID=[9dc69122-b56f-40d4-bc17-eb0ada318fd6], Content-Type=[application/merge-patch+json]}
2022-11-03T05:51:58.229Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-03T05:51:58.434Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?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/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221103-05:51:58:187-16895], vertex-id=[168000], Content-Length=[0], Date=[Thu, 03 Nov 2022 05:51:58 GMT], Content-Type=[application/json]}
2022-11-03T05:51:58.436Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-03T05:51:58.437Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0|INFO|500||InvokeReturn
2022-11-03T05:51:58.441Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-03T05:51:58.441Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T05:51:58.447Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-03T05:51:58.449Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dc69122-b56f-40d4-bc17-eb0ada318fd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-03T05:51:58.451Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-03T05:51:58.452Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:51:58.454Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:51:58.454Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454718449,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-03T05:51:58.554Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-03T05:51:58.555Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:51:58.555Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:51:58.568Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:51:58.569Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-03T05:51:59.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:51:59.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:51:59.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454718449,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-03T05:51:59.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T05:51:59.470Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:51:59.471Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:51:59.471Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:03.895Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:03.896Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T05:52:03.896Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"317a3b19-531d-4071-a251-c089c95d53e4","serviceName":"basic_onboard_KRHAHm","serviceVersion":"1.0","serviceUUID":"5c11464f-31ae-402d-87b9-8f2e2a48a2b5","serviceDescription":"service","serviceInvariantUUID":"bb967204-6139-4c7c-8590-6611b0282db1","resources":[{"resourceInstanceName":"basic_onboard_KRHAHm 0","resourceName":"basic_onboard_KRHAHm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5f167243-9994-4645-8382-a1bc4ff62efb","resourceInvariantUUID":"c3fe31c3-c084-4889-9a5f-8bb46b3da56d","resourceCustomizationUUID":"b418811c-e086-40f5-bf5e-af32c1b51eb8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml","artifactChecksum":"YjE3NWYwMGFlNmYxNjE2OWRkNjQ5YzNkNDcyZDU5NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46eda8fd-c7bd-456f-a46c-4c238eeb0933","artifactVersion":"1"},{"artifactName":"basic_onboard_krhahm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json","artifactChecksum":"MjU5OGMwYTVhNjQ0OWM4ZDdiZDBjMmRiOTVkYmQ5NzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4ae4c058-e80d-4a12-9f7e-69b25206eeed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5620743f-605d-405d-8ecb-be069ae0c44d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2d999992-eff2-4d4d-b29a-c7ec47b4b73a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f3e8035b-7d72-4936-9346-d82b0d99e88b","artifactVersion":"2","generatedFromUUID":"5620743f-605d-405d-8ecb-be069ae0c44d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKrhahm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml","artifactChecksum":"ODA1MDVkMDc1ZWRmNWY0ZGY1MDA4ZWJkOTU0YzQ4ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1d418fd-962b-4dc9-a099-20a7a369ffcf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKrhahm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar","artifactChecksum":"NGI2MjEwYzRmOGYwYzZkNmM3N2Y5MWRmYWQ5YzJkNDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5305bf73-afc3-4f71-a95f-218e52a0ea61","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-03T05:52:03.899Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:52:03.899Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:03.901Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:03.901Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:52:04.002Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-03T05:52:04.003Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:04.003Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:04.013Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:04.013Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-03T05:52:04.902Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:52:04.903Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:04.905Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:04.905Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "NOTIFIED"
}
2022-11-03T05:52:05.005Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:52:05.006Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:05.006Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:05.018Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:05.019Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:52:05.906Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:52:05.907Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:05.909Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:05.909Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-03T05:52:06.009Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:52:06.011Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:06.011Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:06.022Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:06.023Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-03T05:52:06.909Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:52:06.911Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:06.914Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:06.914Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:52:07.015Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-03T05:52:07.016Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:07.016Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:07.032Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:07.032Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-03T05:52:07.915Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:52:07.916Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:07.918Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:07.918Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-03T05:52:08.018Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:52:08.019Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:08.020Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:08.032Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:08.033Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:52:08.919Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:52:08.919Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:08.921Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:08.922Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:52:09.022Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:52:09.023Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:09.023Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:09.035Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:09.035Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:52:09.923Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T05:52:09.924Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:09.926Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:09.926Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T05:52:10.026Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:52:10.028Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:10.028Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:10.038Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:10.039Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:52:10.928Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"serviceName": "basic_onboard_KRHAHm",
"serviceVersion": "1.0",
"serviceUUID": "5c11464f-31ae-402d-87b9-8f2e2a48a2b5",
"serviceDescription": "service",
"serviceInvariantUUID": "bb967204-6139-4c7c-8590-6611b0282db1",
"resources": [
{
"resourceInstanceName": "basic_onboard_KRHAHm 0",
"resourceCustomizationUUID": "b418811c-e086-40f5-bf5e-af32c1b51eb8",
"resourceName": "basic_onboard_KRHAHm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5f167243-9994-4645-8382-a1bc4ff62efb",
"resourceInvariantUUID": "c3fe31c3-c084-4889-9a5f-8bb46b3da56d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_krhahm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"artifactChecksum": "MjU5OGMwYTVhNjQ0OWM4ZDdiZDBjMmRiOTVkYmQ5NzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4ae4c058-e80d-4a12-9f7e-69b25206eeed",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5620743f-605d-405d-8ecb-be069ae0c44d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f3e8035b-7d72-4936-9346-d82b0d99e88b",
"generatedFromUUID": "5620743f-605d-405d-8ecb-be069ae0c44d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f3e8035b-7d72-4936-9346-d82b0d99e88b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKrhahm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"artifactChecksum": "NGI2MjEwYzRmOGYwYzZkNmM3N2Y5MWRmYWQ5YzJkNDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5305bf73-afc3-4f71-a95f-218e52a0ea61"
}
],
"workloadContext": "Production"
}
2022-11-03T05:52:10.928Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-03T05:52:10.928Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c11464f-31ae-402d-87b9-8f2e2a48a2b5 ASDC
2022-11-03T05:52:10.929Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:317a3b19-531d-4071-a251-c089c95d53e4
ServiceName:basic_onboard_KRHAHm
ServiceVersion:1.0
ServiceUUID:5c11464f-31ae-402d-87b9-8f2e2a48a2b5
ServiceInvariantUUID:bb967204-6139-4c7c-8590-6611b0282db1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKrhahm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar
ArtifactUUID:5305bf73-afc3-4f71-a95f-218e52a0ea61
ArtifactChecksum:NGI2MjEwYzRmOGYwYzZkNmM3N2Y5MWRmYWQ5YzJkNDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KRHAHm 0
ResourceCustomizationUUID:b418811c-e086-40f5-bf5e-af32c1b51eb8
ResourceInvariantUUID:c3fe31c3-c084-4889-9a5f-8bb46b3da56d
ResourceName:basic_onboard_KRHAHm
ResourceType:VF
ResourceUUID:5f167243-9994-4645-8382-a1bc4ff62efb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_krhahm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json
ArtifactUUID:4ae4c058-e80d-4a12-9f7e-69b25206eeed
ArtifactChecksum:MjU5OGMwYTVhNjQ0OWM4ZDdiZDBjMmRiOTVkYmQ5NzU=
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/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5620743f-605d-405d-8ecb-be069ae0c44d
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/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env
ArtifactUUID:f3e8035b-7d72-4936-9346-d82b0d99e88b
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/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env
ArtifactUUID:f3e8035b-7d72-4936-9346-d82b0d99e88b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-03T05:52:10.929Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c11464f-31ae-402d-87b9-8f2e2a48a2b5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T05:52:10.963Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T05:52:10.964Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-03T05:52:10.964Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-03T05:52:10.965Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5305bf73-afc3-4f71-a95f-218e52a0ea61 from URL: /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:10.965Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-03T05:52:10.965Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:11.131Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-03T05:52:11.137Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar 5305bf73-afc3-4f71-a95f-218e52a0ea61 75311
2022-11-03T05:52:11.138Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar ASDC sendASDCNotification
2022-11-03T05:52:11.138Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:11.138Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T05:52:11.139Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:11.141Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:11.141Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454731138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:52:11.241Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:52:11.243Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:11.243Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:11.255Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:11.255Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:52:12.142Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T05:52:12.143Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-03T05:52:12.144Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5305bf73-afc3-4f71-a95f-218e52a0ea61, URL: /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar to file: /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:12.144Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:12.145Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:12.145Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:12.293Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16185757829798837011/Definitions/service-BasicOnboardKrhahm-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-03T05:52:13.630Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-03T05:52:13.631Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-03T05:52:13.631Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:13.631Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-03T05:52:13.631Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:13.631Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||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-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:13.631Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KRHAHm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||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-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||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-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||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-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:13.633Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria
2022-11-03T05:52:13.633Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-03T05:52:13.633Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T05:52:13.633Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.633Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:13.634Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria
2022-11-03T05:52:13.634Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-03T05:52:13.634Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T05:52:13.634Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.634Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:13.634Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is not matching search criteria
2022-11-03T05:52:13.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-03T05:52:13.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-03T05:52:13.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-03T05:52:13.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-03T05:52:13.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-03T05:52:13.636Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.636Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-03T05:52:13.636Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.636Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria
2022-11-03T05:52:13.636Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:52:13.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria
2022-11-03T05:52:13.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:52:13.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria
2022-11-03T05:52:13.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:52:13.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is not matching search criteria
2022-11-03T05:52:13.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-03T05:52:13.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-03T05:52:13.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c1eeaaf0-48b8-49cb-8cca-31060a1ba48d
2022-11-03T05:52:13.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:13.640Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_KRHAHm
Description:service
Model UUID:5c11464f-31ae-402d-87b9-8f2e2a48a2b5
Model Version:NULL
Model InvariantUuid:bb967204-6139-4c7c-8590-6611b0282db1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_KRHAHm
Model UUID:4f0d7e4d-f059-40f5-9179-3252a18235a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c3fe31c3-c084-4889-9a5f-8bb46b3da56d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b418811c-e086-40f5-bf5e-af32c1b51eb8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e3f1c809-a1d0-4691-8850-a358c8fcfa36
ModelName:BasicOnboardKrhahm..base_ubuntu18..module-0
ModelUuid:308c1298-d0b8-431c-8307-a9a3ac16bb84
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c1eeaaf0-48b8-49cb-8cca-31060a1ba48d
ModelInvariantUuid:57ed4ab7-7a54-46f2-9901-538dca773efa
ModelName:basic_onboard_KRHAHm-nodes.ubuntu18Cvfc
ModelUuid:e752b0d1-fca4-469a-b543-4949678d8bc2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1b53c1ee-d571-4d17-afa2-a2186cc9788e
ModelInvariantUuid:1a3b7945-528c-45b4-8c8c-97c8bb98cb30
ModelName:BasicOnboardKrhahm.compute.nodes.heat.ubuntu18
ModelUuid:24d632f6-1338-4a04-b9f3-f2e878311673
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-03T05:52:13.648Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5f167243-9994-4645-8382-a1bc4ff62efb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T05:52:13.651Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||basic_onboard_KRHAHm 0
2022-11-03T05:52:13.652Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5f167243-9994-4645-8382-a1bc4ff62efb
2022-11-03T05:52:13.652Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4ae4c058-e80d-4a12-9f7e-69b25206eeed from URL: /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json
2022-11-03T05:52:13.652Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-03T05:52:13.652Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json
2022-11-03T05:52:13.712Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-03T05:52:13.713Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json 4ae4c058-e80d-4a12-9f7e-69b25206eeed 798
2022-11-03T05:52:13.713Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json ASDC sendASDCNotification
2022-11-03T05:52:13.713Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json
2022-11-03T05:52:13.713Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T05:52:13.714Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:13.716Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:13.716Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454733713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:52:13.818Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-03T05:52:13.819Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:13.820Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:13.835Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:13.837Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-03T05:52:14.717Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKrhahm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e3f1c809-a1d0-4691-8850-a358c8fcfa36",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "308c1298-d0b8-431c-8307-a9a3ac16bb84",
"vfModuleModelCustomizationUUID": "49e357ca-ec3b-4a62-bd20-f8198455e63f",
"isBase": true,
"artifacts": [
"5620743f-605d-405d-8ecb-be069ae0c44d",
"f3e8035b-7d72-4936-9346-d82b0d99e88b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-03T05:52:14.721Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKrhahm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:308c1298-d0b8-431c-8307-a9a3ac16bb84
VfModuleModelInvariantUUID:e3f1c809-a1d0-4691-8850-a358c8fcfa36
VfModuleModelDescription:NULL
Artifacts UUID List:{
5620743f-605d-405d-8ecb-be069ae0c44d
,
f3e8035b-7d72-4936-9346-d82b0d99e88b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-03T05:52:14.724Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKrhahm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e3f1c809-a1d0-4691-8850-a358c8fcfa36",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "308c1298-d0b8-431c-8307-a9a3ac16bb84",
"vfModuleModelCustomizationUUID": "49e357ca-ec3b-4a62-bd20-f8198455e63f",
"isBase": true,
"artifacts": [
"5620743f-605d-405d-8ecb-be069ae0c44d",
"f3e8035b-7d72-4936-9346-d82b0d99e88b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-03T05:52:14.724Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKrhahm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:308c1298-d0b8-431c-8307-a9a3ac16bb84
VfModuleModelInvariantUUID:e3f1c809-a1d0-4691-8850-a358c8fcfa36
VfModuleModelDescription:NULL
Artifacts UUID List:{
5620743f-605d-405d-8ecb-be069ae0c44d
,
f3e8035b-7d72-4936-9346-d82b0d99e88b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-03T05:52:14.724Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5620743f-605d-405d-8ecb-be069ae0c44d from URL: /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml
2022-11-03T05:52:14.724Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-03T05:52:14.724Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml
2022-11-03T05:52:14.774Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-03T05:52:14.775Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml 5620743f-605d-405d-8ecb-be069ae0c44d 5033
2022-11-03T05:52:14.775Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-03T05:52:14.775Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml
2022-11-03T05:52:14.775Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T05:52:14.776Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:14.779Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:14.779Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454734775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:52:14.879Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:52:14.881Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:14.881Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:14.891Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:14.892Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:52:15.780Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f3e8035b-7d72-4936-9346-d82b0d99e88b from URL: /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env
2022-11-03T05:52:15.781Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-03T05:52:15.781Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env
2022-11-03T05:52:15.827Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-03T05:52:15.828Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env f3e8035b-7d72-4936-9346-d82b0d99e88b 909
2022-11-03T05:52:15.828Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-03T05:52:15.828Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env
2022-11-03T05:52:15.828Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T05:52:15.828Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:15.833Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:15.833Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454735828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:52:15.933Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-03T05:52:15.934Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:15.934Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:15.945Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:15.946Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:52:16.834Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5c11464f-31ae-402d-87b9-8f2e2a48a2b5
2022-11-03T05:52:16.835Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KRHAHm 0 5f167243-9994-4645-8382-a1bc4ff62efb ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T05:52:16.851Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35b8e717, org.onap.sdc.toscaparser.api.parameters.Input@16cbcc97, org.onap.sdc.toscaparser.api.parameters.Input@5542b760, org.onap.sdc.toscaparser.api.parameters.Input@3e993411, org.onap.sdc.toscaparser.api.parameters.Input@4cebec8a]
2022-11-03T05:52:16.852Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.853Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:16.853Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-11-03T05:52:16.853Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b418811c-e086-40f5-bf5e-af32c1b51eb8
2022-11-03T05:52:16.853Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b418811c-e086-40f5-bf5e-af32c1b51eb8 matches Tosca VF Customization UUID: b418811c-e086-40f5-bf5e-af32c1b51eb8
2022-11-03T05:52:16.854Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b418811c-e086-40f5-bf5e-af32c1b51eb8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-03T05:52:16.856Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.856Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:16.857Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b418811c-e086-40f5-bf5e-af32c1b51eb8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-03T05:52:16.857Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@337bed99
2022-11-03T05:52:16.858Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.858Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-03T05:52:16.858Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49e357ca-ec3b-4a62-bd20-f8198455e63f
2022-11-03T05:52:16.858Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49e357ca-ec3b-4a62-bd20-f8198455e63f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-03T05:52:16.861Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.861Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria
2022-11-03T05:52:16.861Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:52:16.862Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.862Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria
2022-11-03T05:52:16.862Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:52:16.862Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.863Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is not matching search criteria
2022-11-03T05:52:16.863Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-03T05:52:16.864Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-03T05:52:16.864Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c1eeaaf0-48b8-49cb-8cca-31060a1ba48d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-03T05:52:16.867Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.867Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria
2022-11-03T05:52:16.867Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T05:52:16.867Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.868Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria
2022-11-03T05:52:16.868Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=b418811c-e086-40f5-bf5e-af32c1b51eb8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T05:52:16.870Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.870Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:16.871Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5c11464f-31ae-402d-87b9-8f2e2a48a2b5: basic_onboard_KRHAHm
2022-11-03T05:52:16.871Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.871Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:16.871Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.872Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:16.872Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.872Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:16.873Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.873Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:16.873Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T05:52:16.873Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T05:52:16.874Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_KRHAHm
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T05:52:16.990Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KRHAHm 5f167243-9994-4645-8382-a1bc4ff62efb 1 ASDC deployResourceStructure
2022-11-03T05:52:16.991Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json ASDC sendASDCNotification
2022-11-03T05:52:16.991Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json
2022-11-03T05:52:16.991Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T05:52:16.991Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:16.994Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:16.994Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454736991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-03T05:52:17.095Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:52:17.096Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:17.096Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:17.107Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:17.108Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:52:17.995Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-03T05:52:17.996Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml
2022-11-03T05:52:17.996Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T05:52:17.996Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:17.999Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:17.999Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454737995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-03T05:52:18.099Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:52:18.101Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:18.101Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:18.110Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:18.110Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:52:19.000Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-03T05:52:19.001Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env
2022-11-03T05:52:19.001Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T05:52:19.001Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:19.004Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:19.004Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454739000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-03T05:52:19.104Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:52:19.105Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:19.105Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:19.116Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:19.117Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:52:20.005Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar ASDC sendASDCNotification
2022-11-03T05:52:20.005Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar
2022-11-03T05:52:20.005Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T05:52:20.006Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:20.009Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:20.009Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454740005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T05:52:20.109Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T05:52:20.110Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:20.110Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:20.120Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:20.120Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:52:21.010Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 317a3b19-531d-4071-a251-c089c95d53e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T05:52:21.024Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 317a3b19-531d-4071-a251-c089c95d53e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T05:52:21.029Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T05:52:21.029Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T05:52:21.029Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T05:52:21.036Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-03T05:52:51.036Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 317a3b19-531d-4071-a251-c089c95d53e4 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-03T05:52:51.044Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 317a3b19-531d-4071-a251-c089c95d53e4 and serviceModelVersionId: 5c11464f-31ae-402d-87b9-8f2e2a48a2b5
2022-11-03T05:52:51.045Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bb967204-6139-4c7c-8590-6611b0282db1
2022-11-03T05:52:51.046Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bb967204-6139-4c7c-8590-6611b0282db1/model-vers/model-ver/5c11464f-31ae-402d-87b9-8f2e2a48a2b5?depth=0
2022-11-03T05:52:51.051Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-03T05:52:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:52:51.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:52:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:51.108Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb967204-6139-4c7c-8590-6611b0282db1/model-vers/model-ver/5c11464f-31ae-402d-87b9-8f2e2a48a2b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-03T05:52:51.110Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb967204-6139-4c7c-8590-6611b0282db1/model-vers/model-ver/5c11464f-31ae-402d-87b9-8f2e2a48a2b5?depth=0|INFO|500||Invoke
2022-11-03T05:52:51.138Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb967204-6139-4c7c-8590-6611b0282db1/model-vers/model-ver/5c11464f-31ae-402d-87b9-8f2e2a48a2b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-03T05:52:51.243Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb967204-6139-4c7c-8590-6611b0282db1/model-vers/model-ver/5c11464f-31ae-402d-87b9-8f2e2a48a2b5?depth=0|INFO|500||InvokeReturn
2022-11-03T05:52:51.244Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb967204-6139-4c7c-8590-6611b0282db1/model-vers/model-ver/5c11464f-31ae-402d-87b9-8f2e2a48a2b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221103-05:52:51:093-92331], vertex-id=[176192], Content-Length=[0], Date=[Thu, 03 Nov 2022 05:52:51 GMT], Content-Type=[application/json]}
2022-11-03T05:52:51.244Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-11-03T05:52:51.247Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-03T05:52:51.250Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T05:52:51.257Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-03T05:52:51.258Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 317a3b19-531d-4071-a251-c089c95d53e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-03T05:52:51.258Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-03T05:52:51.259Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-03T05:52:51.263Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T05:52:51.264Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454771258,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-03T05:52:51.363Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-03T05:52:51.364Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T05:52:51.364Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:52:51.376Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:51.377Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-03T05:52:51.389Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:52:51.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:52:51.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:52:51.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "NOTIFIED"
}
2022-11-03T05:52:51.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:52:51.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-03T05:52:51.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:52:51.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:52:51.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:52:51.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-03T05:52:51.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:52:51.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T05:52:51.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:52:51.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454719470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T05:52:51.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-03T05:52:51.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454731138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:52:51.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:52:51.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454733713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:52:51.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:52:51.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454734775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:52:51.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:52:51.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454735828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-03T05:52:51.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:52:51.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454736991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-03T05:52:51.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:52:51.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454737995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-03T05:52:51.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:52:51.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454739000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-03T05:52:51.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:52:51.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:52:51.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454740005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T05:52:51.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T05:52:52.281Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:52:52.282Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:52:52.282Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:53:01.826Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:53:01.827Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:53:01.829Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:53:01.829Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:53:11.398Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:53:11.399Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:53:11.400Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:53:11.400Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:53:20.951Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:53:51.087Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:53:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:53:51.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:53:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:53:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:53:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:53:51.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:53:51.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-03T05:53:51.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "317a3b19-531d-4071-a251-c089c95d53e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667454771258,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-03T05:53:51.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T05:54:00.650Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:54:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:54:51.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:54:51.089Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T05:54:51.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:54:51.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:54:51.092Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:55:00.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:55:00.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:55:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:55:51.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:55:51.088Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:55:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:55:51.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:55:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:56:00.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:56:00.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:56:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:56:51.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:56:51.088Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:56:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:56:51.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:56:51.090Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:57:00.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:57:00.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:57:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:57:51.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:57:51.088Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:57:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:57:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:57:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:58:00.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:58:00.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:58:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:58:51.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:58:51.088Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:58:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:58:51.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:58:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:59:00.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:59:00.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T05:59:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:59:51.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:59:51.088Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T05:59:51.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T05:59:51.091Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T05:59:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T06:00:00.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:00:00.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:00:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T06:00:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T06:00:51.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T06:00:51.090Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:00:51.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T06:00:51.090Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T06:01:00.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:01:00.646Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:01:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T06:01:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T06:01:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:01:51.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T06:01:51.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T06:01:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T06:02:00.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:02:00.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:02:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T06:02:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T06:02:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:02:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T06:02:51.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T06:02:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T06:03:00.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:03:00.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:03:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T06:03:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T06:03:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:03:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T06:03:51.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T06:03:51.091Z||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 CjZqWCUeINhEZKGc) ...
2022-11-03T06:03:51.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:03:51.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455390212,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455393470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455393470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T06:03:51.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455390212,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T06:03:51.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "cds",
"timestamp": 1667455401991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455402160,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T06:03:51.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "cds",
"timestamp": 1667455401991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T06:03:51.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "cds",
"timestamp": 1667455404693,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T06:03:51.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T06:03:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455403827,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T06:03:51.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T06:03:51.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "cds",
"timestamp": 1667455405698,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T06:03:51.256Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19f56230-69e3-4749-8001-5c0842158b44
2022-11-03T06:03:51.257Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f56230-69e3-4749-8001-5c0842158b44 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T06:03:51.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455404831,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T06:03:51.274Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19f56230-69e3-4749-8001-5c0842158b44
2022-11-03T06:03:51.275Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f56230-69e3-4749-8001-5c0842158b44 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T06:03:51.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "aai-ml",
"timestamp": 1667455406188,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "aai-ml",
"timestamp": 1667455406188,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T06:03:51.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "aai-ml",
"timestamp": 1667455408925,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T06:03:51.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T06:03:51.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "ves-openapi-manager",
"timestamp": 1667455410079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "ves-openapi-manager",
"timestamp": 1667455410079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "aai-ml",
"timestamp": 1667455413328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T06:03:51.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T06:03:51.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "aai-ml",
"timestamp": 1667455414332,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T06:03:51.297Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19f56230-69e3-4749-8001-5c0842158b44
2022-11-03T06:03:51.297Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f56230-69e3-4749-8001-5c0842158b44 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T06:03:51.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455413470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "cds",
"timestamp": 1667455416991,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "cds",
"timestamp": 1667455416991,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455413470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-03T06:03:51.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "cds",
"timestamp": 1667455416991,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455413470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-03T06:03:51.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455420211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "cds",
"timestamp": 1667455416991,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455413470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-03T06:03:51.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455420211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "cds",
"timestamp": 1667455416991,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455413470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-03T06:03:51.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455420211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "cds",
"timestamp": 1667455416991,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455413470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455420211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "cds",
"timestamp": 1667455416991,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455413470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-03T06:03:51.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455420211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "cds",
"timestamp": 1667455416991,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455413470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455420211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "cds",
"timestamp": 1667455416991,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T06:03:51.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455413470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T06:03:51.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455420211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455420211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "cds",
"timestamp": 1667455428918,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T06:03:51.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T06:03:51.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455428295,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T06:03:51.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T06:03:51.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455420211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T06:03:51.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "cds",
"timestamp": 1667455429923,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T06:03:51.338Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40cc8572-bc5b-4964-b6aa-8a11add873d2
2022-11-03T06:03:51.339Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40cc8572-bc5b-4964-b6aa-8a11add873d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T06:03:51.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667455429378,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T06:03:51.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T06:03:51.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667455430079,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-03T06:03:51.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667455429936,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T06:03:51.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T06:03:51.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:03:51.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T06:03:51.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"19f56230-69e3-4749-8001-5c0842158b44","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"81fc05c1-bbb7-40bf-bc09-e49a2982e14e","serviceDescription":"service","serviceInvariantUUID":"1ebe8417-941b-4e24-a06b-7281970c557f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8a8aee64-8b3b-403d-af21-206ddfbb60ce","resourceInvariantUUID":"685a8fb6-758a-4fc7-970b-64cbecc2d99a","resourceCustomizationUUID":"7d9c95e8-ce26-482c-9972-a4f12e73cf40","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":"Mzg0ZmM1YTYzZTdmM2IzYjU4MTg2NWRmMWI1MTI3YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be15853c-d283-4a68-b985-dbe2a7ed32dc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGJkZDA2NmM2OGYxZTg4MTkwNDZjMjVkZGY3Mzc5YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4788e27-773b-463f-9a59-042caee5e4e8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-03T06:03:51.736Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T06:03:51.737Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:03:51.740Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:03:51.740Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455431087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:03:51.841Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T06:03:51.842Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:03:51.842Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:03:51.854Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:03:51.855Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-03T06:03:52.741Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T06:03:52.743Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:03:52.745Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:03:52.745Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455431087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T06:03:52.846Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-03T06:03:52.847Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:03:52.847Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:03:52.857Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:03:52.858Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-03T06:03:53.747Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "81fc05c1-bbb7-40bf-bc09-e49a2982e14e",
"serviceDescription": "service",
"serviceInvariantUUID": "1ebe8417-941b-4e24-a06b-7281970c557f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7d9c95e8-ce26-482c-9972-a4f12e73cf40",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8a8aee64-8b3b-403d-af21-206ddfbb60ce",
"resourceInvariantUUID": "685a8fb6-758a-4fc7-970b-64cbecc2d99a",
"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": "ZGJkZDA2NmM2OGYxZTg4MTkwNDZjMjVkZGY3Mzc5YWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c4788e27-773b-463f-9a59-042caee5e4e8"
}
],
"workloadContext": "Production"
}
2022-11-03T06:03:53.747Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-03T06:03:53.748Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 81fc05c1-bbb7-40bf-bc09-e49a2982e14e ASDC
2022-11-03T06:03:53.748Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:19f56230-69e3-4749-8001-5c0842158b44
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:81fc05c1-bbb7-40bf-bc09-e49a2982e14e
ServiceInvariantUUID:1ebe8417-941b-4e24-a06b-7281970c557f
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:c4788e27-773b-463f-9a59-042caee5e4e8
ArtifactChecksum:ZGJkZDA2NmM2OGYxZTg4MTkwNDZjMjVkZGY3Mzc5YWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7d9c95e8-ce26-482c-9972-a4f12e73cf40
ResourceInvariantUUID:685a8fb6-758a-4fc7-970b-64cbecc2d99a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8a8aee64-8b3b-403d-af21-206ddfbb60ce
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-03T06:03:53.748Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81fc05c1-bbb7-40bf-bc09-e49a2982e14e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T06:03:53.789Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T06:03:53.790Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-03T06:03:53.790Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-03T06:03:53.790Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c4788e27-773b-463f-9a59-042caee5e4e8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-03T06:03:53.791Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-03T06:03:53.791Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-03T06:03:53.884Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-03T06:03:53.887Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c4788e27-773b-463f-9a59-042caee5e4e8 57657
2022-11-03T06:03:53.887Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-03T06:03:53.888Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-03T06:03:53.888Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T06:03:53.888Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:03:53.890Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:03:53.890Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455433887,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T06:03:53.991Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T06:03:53.992Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:03:53.992Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:03:54.005Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:03:54.005Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-03T06:03:54.891Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T06:03:54.892Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-03T06:03:54.893Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c4788e27-773b-463f-9a59-042caee5e4e8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T06:03:54.893Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-03T06:03:54.894Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T06:03:54.894Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T06:03:55.032Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10431921595000281438/Definitions/service-BasicNetwork-template.yml
2022-11-03T06:03:55.644Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-03T06:03:55.644Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-03T06:03:55.644Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T06:03:55.646Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-03T06:03:55.646Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.646Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.646Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-03T06:03:55.647Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-03T06:03:55.647Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T06:03:55.647Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.647Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.647Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-03T06:03:55.648Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-03T06:03:55.648Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T06:03:55.648Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.648Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.648Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.648Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:81fc05c1-bbb7-40bf-bc09-e49a2982e14e
Model Version:NULL
Model InvariantUuid:1ebe8417-941b-4e24-a06b-7281970c557f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:685a8fb6-758a-4fc7-970b-64cbecc2d99a
Model UUID:9c798505-5e6d-4f13-a745-9917fc7e0012
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7d9c95e8-ce26-482c-9972-a4f12e73cf40
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-03T06:03:55.656Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 8a8aee64-8b3b-403d-af21-206ddfbb60ce
2022-11-03T06:03:55.656Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||No resources found for Service: 81fc05c1-bbb7-40bf-bc09-e49a2982e14e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T06:03:55.665Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||
2022-11-03T06:03:55.665Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-03T06:03:55.666Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 81fc05c1-bbb7-40bf-bc09-e49a2982e14e
2022-11-03T06:03:55.666Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 81fc05c1-bbb7-40bf-bc09-e49a2982e14e
2022-11-03T06:03:55.666Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-03T06:03:55.666Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T06:03:55.672Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e515b80, org.onap.sdc.toscaparser.api.parameters.Input@41060b2a, org.onap.sdc.toscaparser.api.parameters.Input@1bbd4c60, org.onap.sdc.toscaparser.api.parameters.Input@720de945, org.onap.sdc.toscaparser.api.parameters.Input@46b431df]
2022-11-03T06:03:55.674Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.674Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.675Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.675Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.675Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 81fc05c1-bbb7-40bf-bc09-e49a2982e14e: Generic NeutronNet
2022-11-03T06:03:55.675Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.676Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.676Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.676Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-03T06:03:55.726Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.726Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.727Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.727Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.728Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:03:55.728Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:03:55.728Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-03T06:03:55.805Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-03T06:03:55.806Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-03T06:03:55.807Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-03T06:03:55.807Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T06:03:55.807Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:03:55.810Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:03:55.810Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455435806,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T06:03:55.910Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T06:03:55.912Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:03:55.912Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:03:55.922Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:03:55.923Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-03T06:03:56.811Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19f56230-69e3-4749-8001-5c0842158b44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T06:03:56.825Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19f56230-69e3-4749-8001-5c0842158b44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T06:03:56.829Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T06:03:56.829Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T06:03:56.829Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-03T06:03:56.829Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-03T06:03:56.829Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T06:03:56.830Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T06:03:56.830Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T06:03:56.830Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T06:03:56.830Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T06:03:56.836Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-03T06:04:26.838Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19f56230-69e3-4749-8001-5c0842158b44 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-03T06:04:26.859Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19f56230-69e3-4749-8001-5c0842158b44 and serviceModelVersionId: 81fc05c1-bbb7-40bf-bc09-e49a2982e14e
2022-11-03T06:04:26.860Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ebe8417-941b-4e24-a06b-7281970c557f
2022-11-03T06:04:26.862Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0
2022-11-03T06:04:26.872Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-03T06:04:26.940Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0|INFO|500||Invoke
2022-11-03T06:04:26.941Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19f56230-69e3-4749-8001-5c0842158b44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba3e3185-8f20-4cff-9785-7f60017fdd24], X-ECOMP-RequestID=[19f56230-69e3-4749-8001-5c0842158b44], X-TransactionId=[], X-ONAP-RequestID=[19f56230-69e3-4749-8001-5c0842158b44], Content-Type=[application/merge-patch+json]}
2022-11-03T06:04:26.971Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-03T06:04:27.076Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?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/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221103-06:04:26:906-85927], vertex-id=[188416], Content-Length=[0], Date=[Thu, 03 Nov 2022 06:04:26 GMT], Content-Type=[application/json]}
2022-11-03T06:04:27.077Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-03T06:04:27.078Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0|INFO|500||InvokeReturn
2022-11-03T06:04:27.078Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-03T06:04:27.079Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T06:04:27.086Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-03T06:04:27.087Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19f56230-69e3-4749-8001-5c0842158b44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-03T06:04:27.087Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-03T06:04:27.088Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:04:27.093Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:04:27.094Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19f56230-69e3-4749-8001-5c0842158b44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455467087,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-03T06:04:27.193Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-03T06:04:27.195Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:04:27.195Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:04:27.214Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:04:27.215Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T06:04:28.108Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T06:04:28.109Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"40cc8572-bc5b-4964-b6aa-8a11add873d2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"66683801-673e-460d-a418-1b098a9ae284","serviceDescription":"service","serviceInvariantUUID":"031904b4-2f3a-4b5a-b601-a48bcf31515a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a8e10ac-ecc0-4310-9a0e-55ec669f82e4","resourceInvariantUUID":"d0974072-e3b3-44d8-a9d0-d2d394db0111","resourceCustomizationUUID":"c0f1987f-d13b-4743-891f-584fc24fda8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NGE3ZDJhNzIzZDBmODRkMTYzNWVjYzJkMTUxMzhkZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a028d90d-6083-4fc4-9aed-a66803198ec1","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"36186bec-4658-4207-8ad5-a51bede1b3eb","artifactVersion":"2","generatedFromUUID":"8a06bf40-72bc-4c5d-a265-0ab75d33b2c2"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8a06bf40-72bc-4c5d-a265-0ab75d33b2c2","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"Yzc0ODk3YTk3MWFhYzc2MWNhNGYyMGVkYjZkM2NiYTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1c7cf84-9783-497a-882b-969d168f7b0e","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"47f6afe5-c498-46c5-9db3-d9ec899aad05","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b7943f7b-9f9a-4e5f-b07f-5d5123083016","artifactVersion":"2","generatedFromUUID":"6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODU5YjQ2Y2ZiNWQzZThhNTNmNTY2NWEzZDM1ZjllMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ee883ae-1f82-4be7-84c3-453e1b286343","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGI4ZDQ2OGJhZmUyODBlODBhMDc3OGNhYjJlMzFiMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e1b7585-1879-424b-a66a-3a757fc8dc0b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-03T06:04:28.109Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T06:04:28.109Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:04:28.111Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:04:28.112Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455431087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:04:28.212Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T06:04:28.213Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:04:28.213Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:04:28.224Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:04:28.225Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-03T06:04:29.112Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T06:04:29.113Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:04:29.115Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:04:29.115Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455431087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-03T06:04:29.215Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T06:04:29.217Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:04:29.217Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:04:29.260Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:04:29.261Z||pool-41-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-11-03T06:04:30.118Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T06:04:30.122Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:04:30.127Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:04:30.127Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455431087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-03T06:04:30.226Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-03T06:04:30.227Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:04:30.228Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:04:30.260Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:04:30.261Z||pool-42-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-03T06:04:31.128Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T06:04:31.130Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:04:31.132Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:04:31.133Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455431087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-03T06:04:31.233Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T06:04:31.234Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:04:31.235Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:04:31.247Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:04:31.248Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-03T06:04:32.135Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T06:04:32.137Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:04:32.144Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:04:32.144Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455431087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-03T06:04:32.240Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-03T06:04:32.241Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:04:32.241Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:04:32.266Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:04:32.267Z||pool-44-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-03T06:04:33.145Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T06:04:33.146Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:04:33.148Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:04:33.148Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455431087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:04:33.248Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T06:04:33.249Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:04:33.249Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:04:33.260Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:04:33.260Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-03T06:04:34.149Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T06:04:34.150Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:04:34.152Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:04:34.152Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455431087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-03T06:04:34.252Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T06:04:34.253Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:04:34.253Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:04:34.271Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:04:34.271Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-03T06:04:35.153Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T06:04:35.154Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:04:35.157Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:04:35.157Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455431087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T06:04:35.257Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T06:04:35.258Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:04:35.258Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:04:35.271Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:04:35.272Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-03T06:04:36.160Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T06:04:36.160Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:04:36.212Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:04:36.212Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455431087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T06:04:36.266Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 54 ms
2022-11-03T06:04:36.287Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:04:36.287Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:04:36.301Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:04:36.302Z||pool-48-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-03T06:04:37.214Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "66683801-673e-460d-a418-1b098a9ae284",
"serviceDescription": "service",
"serviceInvariantUUID": "031904b4-2f3a-4b5a-b601-a48bcf31515a",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "c0f1987f-d13b-4743-891f-584fc24fda8b",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5a8e10ac-ecc0-4310-9a0e-55ec669f82e4",
"resourceInvariantUUID": "d0974072-e3b3-44d8-a9d0-d2d394db0111",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "36186bec-4658-4207-8ad5-a51bede1b3eb",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8a06bf40-72bc-4c5d-a265-0ab75d33b2c2",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "Yzc0ODk3YTk3MWFhYzc2MWNhNGYyMGVkYjZkM2NiYTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d1c7cf84-9783-497a-882b-969d168f7b0e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b7943f7b-9f9a-4e5f-b07f-5d5123083016",
"generatedFromUUID": "6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b7943f7b-9f9a-4e5f-b07f-5d5123083016",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "OGI4ZDQ2OGJhZmUyODBlODBhMDc3OGNhYjJlMzFiMzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7e1b7585-1879-424b-a66a-3a757fc8dc0b"
}
],
"workloadContext": "Production"
}
2022-11-03T06:04:37.215Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-03T06:04:37.215Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 66683801-673e-460d-a418-1b098a9ae284 ASDC
2022-11-03T06:04:37.216Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:40cc8572-bc5b-4964-b6aa-8a11add873d2
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:66683801-673e-460d-a418-1b098a9ae284
ServiceInvariantUUID:031904b4-2f3a-4b5a-b601-a48bcf31515a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:7e1b7585-1879-424b-a66a-3a757fc8dc0b
ArtifactChecksum:OGI4ZDQ2OGJhZmUyODBlODBhMDc3OGNhYjJlMzFiMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c0f1987f-d13b-4743-891f-584fc24fda8b
ResourceInvariantUUID:d0974072-e3b3-44d8-a9d0-d2d394db0111
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5a8e10ac-ecc0-4310-9a0e-55ec669f82e4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:36186bec-4658-4207-8ad5-a51bede1b3eb
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:8a06bf40-72bc-4c5d-a265-0ab75d33b2c2
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:d1c7cf84-9783-497a-882b-969d168f7b0e
ArtifactChecksum:Yzc0ODk3YTk3MWFhYzc2MWNhNGYyMGVkYjZkM2NiYTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:b7943f7b-9f9a-4e5f-b07f-5d5123083016
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:b7943f7b-9f9a-4e5f-b07f-5d5123083016
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-03T06:04:37.217Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66683801-673e-460d-a418-1b098a9ae284 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T06:04:37.267Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T06:04:37.269Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-03T06:04:37.269Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-03T06:04:37.269Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7e1b7585-1879-424b-a66a-3a757fc8dc0b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-03T06:04:37.270Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-03T06:04:37.270Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-03T06:04:37.355Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-03T06:04:37.361Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7e1b7585-1879-424b-a66a-3a757fc8dc0b 73670
2022-11-03T06:04:37.361Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-03T06:04:37.362Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-03T06:04:37.362Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T06:04:37.362Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-03T06:04:37.366Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T06:04:37.366Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667455477361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T06:04:37.466Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-03T06:04:37.467Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T06:04:37.467Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ...
2022-11-03T06:04:37.477Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T06:04:37.478Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-03T06:04:38.367Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T06:04:38.370Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-03T06:04:38.370Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7e1b7585-1879-424b-a66a-3a757fc8dc0b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-03T06:04:38.371Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-03T06:04:38.372Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-03T06:04:38.373Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-03T06:04:38.537Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1841637150432260763/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-03T06:04:39.921Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-03T06:04:39.921Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-03T06:04:39.921Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-03T06:04:39.921Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-03T06:04:39.923Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-03T06:04:39.923Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T06:04:39.923Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:04:39.923Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-03T06:04:39.925Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-03T06:04:39.925Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-03T06:04:39.925Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-03T06:04:39.926Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:04:39.926Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-03T06:04:39.926Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:04:39.926Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-03T06:04:39.927Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T06:04:39.927Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:04:39.927Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-03T06:04:39.927Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T06:04:39.928Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T06:04:39.928Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-03T06:04:39.928Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T06:04:39.928Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery