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-11T05:27:14.894Z||main|||||INFO|500||The following profiles are active: basic
2022-11-11T05:27:27.404Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-11T05:27:27.408Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-11T05:27:27.587Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-11T05:27:32.035Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-11T05:27:32.475Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-11T05:27:32.946Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-11T05:27:32.954Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-11T05:27:33.089Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-11T05:27:33.371Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-11T05:27:33.965Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-11T05:27:36.006Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-11T05:27:38.395Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-11T05:27:38.455Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-11T05:27:39.203Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-11T05:27:39.453Z||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-11T05:27:40.796Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-11T05:27:41.981Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-11T05:27:42.005Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$4f705321.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-11T05:27:42.006Z||main|||||WARN|500||The sdc end point is not alive
2022-11-11T05:27:45.237Z||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-11T05:27:48.108Z||main|||||WARN|500||---
2022-11-11T05:27:48.109Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-11T05:27:48.110Z||main|||||WARN|500||---
2022-11-11T05:27:48.589Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-11T05:27:53.520Z||main|||||INFO|500||Started Application in 42.415 seconds (JVM running for 45.016)
2022-11-11T05:27:53.535Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-11T05:27:53.537Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-11T05:27:53.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-11T05:27:53.581Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-11T05:27:53.624Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4a23bb6-4515-4080-8463-b27137412e00 url= /sdc/v1/artifactTypes
2022-11-11T05:27:53.624Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-11T05:27:53.881Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-11T05:27:53.906Z||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-11T05:27:53.926Z||scheduling-1|||||DEBUG|500||create keys
2022-11-11T05:27:53.965Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-11T05:27:54.007Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:27:54.028Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 83eec599-54d2-4a08-b1dd-246504c0692c url= /sdc/v1/registerForDistribution
2022-11-11T05:27:54.138Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 83eec599-54d2-4a08-b1dd-246504c0692c url= /sdc/v1/registerForDistribution
2022-11-11T05:27:54.139Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-11T05:27:54.151Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:27:54.151Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:27:54.160Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-11T05:27:54.162Z||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-11T05:27:54.162Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:27:54.163Z||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-11T05:27:54.163Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:28:04.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:28:04.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:28:54.148Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:28:54.151Z||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-11T05:28:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:28:54.152Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:28:54.155Z||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-11T05:28:54.156Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:29:03.719Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:29:03.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:29:54.148Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:29:54.149Z||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-11T05:29:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:29:54.152Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:29:54.152Z||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-11T05:29:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:30:03.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:30:03.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:30:54.148Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:30:54.149Z||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-11T05:30:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:30:54.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:30:54.152Z||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-11T05:30:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:31:03.704Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:31:03.704Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:31:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:31:54.149Z||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-11T05:31:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:31:54.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:31:54.151Z||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-11T05:31:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:32:03.711Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:32:03.715Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:32:54.147Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:32:54.149Z||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-11T05:32:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:32:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:32:54.151Z||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-11T05:32:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:33:03.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:33:03.696Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:33:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:33:54.150Z||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-11T05:33:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:33:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:33:54.151Z||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-11T05:33:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:34:03.705Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:34:03.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:34:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:34:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:34:54.152Z||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-11T05:34:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:34:54.152Z||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-11T05:34:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:35:03.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:35:03.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:35:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:35:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:35:54.152Z||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-11T05:35:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:35:54.153Z||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-11T05:35:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:36:03.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:36:03.712Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:36:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:36:54.149Z||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-11T05:36:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:36:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:36:54.151Z||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-11T05:36:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:37:03.711Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:37:03.717Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:37:47.842Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-11T05:37:54.148Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:37:54.149Z||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-11T05:37:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:37:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:37:54.151Z||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-11T05:37:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:38:03.717Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:38:03.734Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:38:54.147Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:38:54.149Z||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-11T05:38:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:38:54.151Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:38:54.151Z||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-11T05:38:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:39:03.715Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:39:03.715Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:39:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:39:54.149Z||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-11T05:39:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:39:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:39:54.152Z||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-11T05:39:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:40:03.713Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:40:03.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:40:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:40:54.149Z||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-11T05:40:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:40:54.152Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:40:54.153Z||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-11T05:40:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:41:03.700Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:41:03.700Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:41:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:41:54.149Z||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-11T05:41:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:41:54.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:41:54.152Z||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-11T05:41:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:42:03.710Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:42:03.710Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:42:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:42:54.150Z||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-11T05:42:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:42:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:42:54.151Z||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-11T05:42:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:43:03.704Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:43:03.713Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:43:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:43:54.149Z||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-11T05:43:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:43:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:43:54.151Z||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-11T05:43:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:44:03.703Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:44:03.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:44:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:44:54.149Z||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-11T05:44:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:44:54.151Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:44:54.151Z||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-11T05:44:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:45:03.704Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:45:03.704Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:45:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:45:54.149Z||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-11T05:45:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:45:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:45:54.151Z||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-11T05:45:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:46:03.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:46:03.716Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:46:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:46:54.149Z||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-11T05:46:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:46:54.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:46:54.151Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T05:46:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:47:03.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:47:03.696Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:47:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:47:54.149Z||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-11T05:47:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:47:54.151Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:47:54.151Z||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-11T05:47:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:48:03.716Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:48:03.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:48:54.148Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:48:54.149Z||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-11T05:48:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:48:54.151Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:48:54.152Z||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-11T05:48:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:49:03.729Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:49:03.743Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:49:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:49:54.149Z||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-11T05:49:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:49:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:49:54.151Z||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-11T05:49:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:50:03.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:50:03.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:50:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:50:54.149Z||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-11T05:50:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:50:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:50:54.151Z||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-11T05:50:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:51:03.704Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:51:03.704Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:51:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:51:54.149Z||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-11T05:51:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:51:54.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:51:54.151Z||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-11T05:51:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:52:03.736Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:52:03.736Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:52:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:52:54.150Z||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-11T05:52:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:52:54.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:52:54.151Z||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-11T05:52:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:53:03.741Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:53:03.768Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:53:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:53:54.149Z||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-11T05:53:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:53:54.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:53:54.151Z||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-11T05:53:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:54:03.702Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:54:03.709Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:54:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:54:54.149Z||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-11T05:54:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:54:54.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:54:54.151Z||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-11T05:54:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:55:03.708Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:55:03.713Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:55:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:55:54.150Z||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-11T05:55:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:55:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:55:54.151Z||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-11T05:55:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:56:03.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:56:03.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:56:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:56:54.148Z||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-11T05:56:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:56:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:56:54.151Z||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-11T05:56:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:57:03.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:57:03.717Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:57:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:57:54.149Z||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-11T05:57:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:57:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:57:54.151Z||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-11T05:57:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:58:03.702Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:58:03.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:58:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:58:54.149Z||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-11T05:58:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:58:54.151Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:58:54.151Z||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-11T05:58:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:59:03.713Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:59:03.716Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T05:59:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:59:54.149Z||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-11T05:59:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T05:59:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T05:59:54.151Z||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-11T05:59:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:00:03.707Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:00:03.708Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:00:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:00:54.149Z||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-11T06:00:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:00:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:00:54.151Z||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-11T06:00:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:01:03.705Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:01:03.706Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:01:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:01:54.150Z||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-11T06:01:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:01:54.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:01:54.151Z||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-11T06:01:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:02:03.713Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:02:03.715Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:02:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:02:54.149Z||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-11T06:02:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:02:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:02:54.151Z||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-11T06:02:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:03:03.708Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:03:03.709Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:03:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:03:54.149Z||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-11T06:03:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:03:54.151Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:03:54.152Z||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-11T06:03:54.152Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:04:03.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:04:03.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:04:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:04:54.149Z||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-11T06:04:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:04:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:04:54.151Z||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-11T06:04:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:05:03.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:05:03.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:05:54.147Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:05:54.149Z||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-11T06:05:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:05:54.152Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:05:54.152Z||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-11T06:05:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:06:03.715Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:06:03.720Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:06:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:06:54.149Z||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-11T06:06:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:06:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:06:54.151Z||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-11T06:06:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:07:03.710Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:07:03.713Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:07:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:07:54.149Z||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-11T06:07:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:07:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:07:54.151Z||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-11T06:07:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:08:03.708Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:08:03.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:08:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:08:54.149Z||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-11T06:08:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:08:54.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:08:54.151Z||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-11T06:08:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:09:03.706Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:09:03.708Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:09:54.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:09:54.150Z||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-11T06:09:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:09:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:09:54.153Z||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-11T06:09:54.153Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:03.708Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:10:03.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:10:54.147Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:10:54.148Z||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-11T06:10:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:54.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:10:54.152Z||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-11T06:10:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:54.287Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:10:54.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147017373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147016239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "aai-ml",
"timestamp": 1668147018902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147017373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147016239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "NOTIFIED"
}
2022-11-11T06:10:54.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "aai-ml",
"timestamp": 1668147018902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147017373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147016239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-11T06:10:54.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "cds",
"timestamp": 1668147020966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "aai-ml",
"timestamp": 1668147018902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147017373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147016239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "cds",
"timestamp": 1668147020966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "aai-ml",
"timestamp": 1668147018902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147017373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147016239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-11T06:10:54.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "cds",
"timestamp": 1668147020966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "aai-ml",
"timestamp": 1668147018902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147017373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147016239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147024913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "cds",
"timestamp": 1668147020966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "aai-ml",
"timestamp": 1668147018902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147017373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:10:54.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147016239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:10:54.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147024913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "cds",
"timestamp": 1668147020966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "aai-ml",
"timestamp": 1668147018902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:10:54.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147024913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147026172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:10:54.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147027697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:10:54.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "cds",
"timestamp": 1668147020966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "aai-ml",
"timestamp": 1668147026797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:10:54.345Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147024913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147028775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:10:54.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "cds",
"timestamp": 1668147020966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:10:54.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147024913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147029839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:10:54.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "cds",
"timestamp": 1668147028913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:10:54.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147024913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147030929,
"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=?
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-11T06:10:54.594Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53fd1506-fa4d-45fe-b85b-b187ecc01348
2022-11-11T06:10:54.617Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53fd1506-fa4d-45fe-b85b-b187ecc01348 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-11T06:10:54.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "cds",
"timestamp": 1668147029943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-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-11T06:10:54.662Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53fd1506-fa4d-45fe-b85b-b187ecc01348
2022-11-11T06:10:54.662Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53fd1506-fa4d-45fe-b85b-b187ecc01348 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-11T06:10:54.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147024913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147031934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-11T06:10:54.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147031923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-11T06:10:54.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147032930,
"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-11T06:10:54.681Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53fd1506-fa4d-45fe-b85b-b187ecc01348
2022-11-11T06:10:54.681Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53fd1506-fa4d-45fe-b85b-b187ecc01348 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-11T06:10:54.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "aai-ml",
"timestamp": 1668147041760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-11T06:10:54.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:10:54.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "aai-ml",
"timestamp": 1668147042765,
"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-11T06:10:54.699Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53fd1506-fa4d-45fe-b85b-b187ecc01348
2022-11-11T06:10:54.699Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53fd1506-fa4d-45fe-b85b-b187ecc01348 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-11T06:10:54.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147044913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147047373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147044913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147047373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "aai-ml",
"timestamp": 1668147048902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147044913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147047373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "aai-ml",
"timestamp": 1668147048902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "cds",
"timestamp": 1668147050966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147044913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147047373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "aai-ml",
"timestamp": 1668147048902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "cds",
"timestamp": 1668147050966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147044913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147047373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:10:54.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:10:54.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-11T06:10:54.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"53fd1506-fa4d-45fe-b85b-b187ecc01348","serviceName":"vFW 2022-11-11 06-09-24","serviceVersion":"1.0","serviceUUID":"3d67b3ce-84b7-4349-af6e-c9777e2c0f22","serviceDescription":"catalog service description","serviceInvariantUUID":"1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4","resources":[{"resourceInstanceName":"vFW f1a5bf63-0fba 0","resourceName":"vFW f1a5bf63-0fba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"870e13dc-cff3-4113-8e89-0fe3d089b366","resourceInvariantUUID":"52708adf-8925-45f8-8e19-3edff4cadd13","resourceCustomizationUUID":"f22b2522-abdb-427c-b7c6-55ded09093b4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml","artifactChecksum":"YjBkM2RiNWVlMmFjMjBmYjIwZDE5ZjlkMzE5NDA3NGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e0d387f-e9de-4a7d-b2e0-d35d02ee566e","artifactVersion":"1"},{"artifactName":"vfwf1a5bf630fba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json","artifactChecksum":"MGFiZWE0ZTZjNWE2MTU4ZGEzZDYzNjBkNjFhOTc0M2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"371d6801-7263-4c10-8a18-be9a6c6cc2c2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dd8c2cb7-c92f-4c11-ba16-4035e880bd4f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml","artifactChecksum":"MzJiZmZjZTE5NWJlY2M1ZTJkZGI1MzU2MTBmMjk2NTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f6c9f33-7a90-49e8-8a36-27ee7a03804e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a7d66a4-7391-460f-88dc-1a3a7e435a92","artifactVersion":"2","generatedFromUUID":"dd8c2cb7-c92f-4c11-ba16-4035e880bd4f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221111060924-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml","artifactChecksum":"MDRhNzZiZWUyZmExZmYyYzAwZDgyNGRjYmQ2NGI5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e2b4cd8-5afa-4d06-9c8d-ca96958dab8a","artifactVersion":"1"},{"artifactName":"service-Vfw20221111060924-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar","artifactChecksum":"MGVlZWIwNjU5YzhjM2EzYmU1ZDFkNzYyOTNiZTdiY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69a02062-906c-49fc-ab98-7915031cbf38","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:10:54.795Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:10:54.802Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:10:54.815Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:10:54.816Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:54.915Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-11T06:10:54.922Z||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-11T06:10:54.922Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:54.933Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:10:54.933Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:10:55.825Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:10:55.826Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:10:55.828Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:10:55.828Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "NOTIFIED"
}
2022-11-11T06:10:55.928Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:10:55.930Z||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-11T06:10:55.930Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:55.942Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:10:55.944Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:10:56.829Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:10:56.831Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:10:56.833Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:10:56.834Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-11T06:10:56.934Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:10:56.935Z||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-11T06:10:56.935Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:56.946Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:10:56.946Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:10:57.835Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:10:57.836Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:10:57.838Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:10:57.839Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:57.939Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:10:57.941Z||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-11T06:10:57.942Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:57.956Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:10:57.957Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:10:58.839Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:10:58.841Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:10:58.843Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:10:58.844Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-11T06:10:58.944Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:10:58.945Z||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-11T06:10:58.945Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:58.954Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:10:58.955Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:10:59.844Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:10:59.845Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:10:59.848Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:10:59.848Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:10:59.948Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:10:59.949Z||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-11T06:10:59.949Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:10:59.960Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:10:59.961Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:00.848Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:11:00.849Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:00.852Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:00.853Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:11:00.956Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-11T06:11:00.957Z||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-11T06:11:00.958Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:00.969Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:11:00.970Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:01.855Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"serviceName": "vFW 2022-11-11 06-09-24",
"serviceVersion": "1.0",
"serviceUUID": "3d67b3ce-84b7-4349-af6e-c9777e2c0f22",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4",
"resources": [
{
"resourceInstanceName": "vFW f1a5bf63-0fba 0",
"resourceCustomizationUUID": "f22b2522-abdb-427c-b7c6-55ded09093b4",
"resourceName": "vFW f1a5bf63-0fba",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "870e13dc-cff3-4113-8e89-0fe3d089b366",
"resourceInvariantUUID": "52708adf-8925-45f8-8e19-3edff4cadd13",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf1a5bf630fba0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"artifactChecksum": "MGFiZWE0ZTZjNWE2MTU4ZGEzZDYzNjBkNjFhOTc0M2E\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "371d6801-7263-4c10-8a18-be9a6c6cc2c2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dd8c2cb7-c92f-4c11-ba16-4035e880bd4f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a7d66a4-7391-460f-88dc-1a3a7e435a92",
"generatedFromUUID": "dd8c2cb7-c92f-4c11-ba16-4035e880bd4f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a7d66a4-7391-460f-88dc-1a3a7e435a92",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221111060924-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"artifactChecksum": "MGVlZWIwNjU5YzhjM2EzYmU1ZDFkNzYyOTNiZTdiY2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "69a02062-906c-49fc-ab98-7915031cbf38"
}
],
"workloadContext": "Production"
}
2022-11-11T06:11:01.856Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:11:01.857Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3d67b3ce-84b7-4349-af6e-c9777e2c0f22 ASDC
2022-11-11T06:11:01.973Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:53fd1506-fa4d-45fe-b85b-b187ecc01348
ServiceName:vFW 2022-11-11 06-09-24
ServiceVersion:1.0
ServiceUUID:3d67b3ce-84b7-4349-af6e-c9777e2c0f22
ServiceInvariantUUID:1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221111060924-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar
ArtifactUUID:69a02062-906c-49fc-ab98-7915031cbf38
ArtifactChecksum:MGVlZWIwNjU5YzhjM2EzYmU1ZDFkNzYyOTNiZTdiY2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f1a5bf63-0fba 0
ResourceCustomizationUUID:f22b2522-abdb-427c-b7c6-55ded09093b4
ResourceInvariantUUID:52708adf-8925-45f8-8e19-3edff4cadd13
ResourceName:vFW f1a5bf63-0fba
ResourceType:VF
ResourceUUID:870e13dc-cff3-4113-8e89-0fe3d089b366
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf1a5bf630fba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json
ArtifactUUID:371d6801-7263-4c10-8a18-be9a6c6cc2c2
ArtifactChecksum:MGFiZWE0ZTZjNWE2MTU4ZGEzZDYzNjBkNjFhOTc0M2E=
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/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml
ArtifactUUID:dd8c2cb7-c92f-4c11-ba16-4035e880bd4f
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/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env
ArtifactUUID:4a7d66a4-7391-460f-88dc-1a3a7e435a92
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/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env
ArtifactUUID:4a7d66a4-7391-460f-88dc-1a3a7e435a92
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-11T06:11:01.974Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d67b3ce-84b7-4349-af6e-c9777e2c0f22 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-11T06:11:02.037Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:11:02.039Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:11:02.046Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:11:02.047Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 69a02062-906c-49fc-ab98-7915031cbf38 from URL: /sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:02.047Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:11:02.050Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:02.172Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:11:02.191Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar 69a02062-906c-49fc-ab98-7915031cbf38 100662
2022-11-11T06:11:02.193Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar ASDC sendASDCNotification
2022-11-11T06:11:02.193Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:02.194Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:11:02.195Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:02.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:02.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147062191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:11:02.297Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:02.299Z||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-11T06:11:02.299Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:02.310Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:11:02.311Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:11:03.198Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:11:03.199Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:11:03.200Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 69a02062-906c-49fc-ab98-7915031cbf38, URL: /sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar to file: /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:03.200Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221111060924-csar.csar
2022-11-11T06:11:03.307Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:03.308Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:04.125Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2701119484734189841/Definitions/service-Vfw20221111060924-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
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
2022-11-11T06:11:07.187Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:11:07.194Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:11:07.194Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.195Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-11T06:11:07.195Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.195Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.195Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.196Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.196Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.196Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f1a5bf63-0fba 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-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.198Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:07.198Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:11:07.205Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.207Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.211Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:07.211Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:11:07.213Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:11:07.215Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.215Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.215Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:07.215Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:11:07.216Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:11:07.216Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.216Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.220Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.220Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:07.221Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:07.221Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-11T06:11:07.221Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.221Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.222Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-11T06:11:07.222Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.222Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:07.222Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-11T06:11:07.222Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-11T06:11:07.223Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.223Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.223Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-11T06:11:07.223Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.224Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-11T06:11:07.224Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.224Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-11T06:11:07.224Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.225Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:11:07.226Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.226Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:07.226Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:07.227Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.227Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:07.227Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:07.228Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.228Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:07.228Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:07.228Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.229Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:07.229Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:07.229Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-11T06:11:07.229Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:07.230Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-11T06:11:07.230Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-11T06:11:07.230Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.230Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.230Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-11T06:11:07.231Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.231Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-11T06:11:07.231Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.231Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4bf5a702-c9f9-4a61-9653-3b398a574c9e
2022-11-11T06:11:07.232Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.232Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:07.232Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:07.232Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-11T06:11:07.233Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.233Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.233Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-11T06:11:07.233Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.234Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:07.234Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-11T06:11:07.234Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-11T06:11:07.234Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.235Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-11T06:11:07.235Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.235Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da851337-4954-435b-9261-0ac610ba7e2e
2022-11-11T06:11:07.235Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.236Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:07.236Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:07.236Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-11T06:11:07.236Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.237Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.237Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-11T06:11:07.237Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.237Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:07.238Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-11T06:11:07.238Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-11T06:11:07.238Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:07.238Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:07.239Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-11T06:11:07.239Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1f89e27c-4540-4a00-b57b-364d73d096a2
2022-11-11T06:11:07.239Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.239Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.240Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.240Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.240Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.240Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.241Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:07.241Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:07.241Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-11 06-09-24
Description:catalog service description
Model UUID:3d67b3ce-84b7-4349-af6e-c9777e2c0f22
Model Version:NULL
Model InvariantUuid:1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f1a5bf63-0fba
Model UUID:6874daca-4d33-4f8f-95e5-9bb34ca642b8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:52708adf-8925-45f8-8e19-3edff4cadd13
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f22b2522-abdb-427c-b7c6-55ded09093b4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0f6f04b3-301a-48aa-9018-03d9ee61996a
ModelName:VfwF1a5bf630fba..base_vfw..module-0
ModelUuid:d376e3a7-7d3f-4f14-915d-b345225bc2b7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4bf5a702-c9f9-4a61-9653-3b398a574c9e
ModelInvariantUuid:c1c4651e-1ec3-47c5-b974-b3efe332ccef
ModelName:vFW f1a5bf63-0fba-nodes.vfwCvfc
ModelUuid:3c577b76-df90-464a-a2a9-add19741641e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8057c5ad-d637-491c-815c-4d92a13c8f0c
ModelInvariantUuid:d4d72b6b-f977-4b85-88af-c872542e85fc
ModelName:VfwF1a5bf630fba.compute.nodes.heat.vfw
ModelUuid:42aa3a22-1f29-439b-8ffd-2109125a2f7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:da851337-4954-435b-9261-0ac610ba7e2e
ModelInvariantUuid:cb627808-4b31-479f-a47c-1c1c34231780
ModelName:vFW f1a5bf63-0fba-nodes.vsnCvfc
ModelUuid:3a94a7a4-5a7c-4d72-861a-eeb0b6722e9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:89b6ae71-e260-4342-9f4f-ace349622673
ModelInvariantUuid:22406429-ebec-45ac-b754-f5085d3daa8c
ModelName:VfwF1a5bf630fba.compute.nodes.heat.vsn
ModelUuid:f43ab88b-7547-417e-b128-f522f1ab11d4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1f89e27c-4540-4a00-b57b-364d73d096a2
ModelInvariantUuid:a37f1938-0e07-4846-ac80-735f5756886f
ModelName:vFW f1a5bf63-0fba-nodes.vpgCvfc
ModelUuid:10294f38-691d-4964-98f3-b3129d010479
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7972eb6f-6b71-4ea3-bdbe-7d8bb40581c9
ModelInvariantUuid:0dfbf4b4-82e9-464c-98a8-6b1d67c9c875
ModelName:VfwF1a5bf630fba.compute.nodes.heat.vpg
ModelUuid:17797ba7-d2a6-4253-a2c2-226e28ec98aa
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-11T06:11:07.259Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 870e13dc-cff3-4113-8e89-0fe3d089b366
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-11T06:11:07.371Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||vFW f1a5bf63-0fba 0
2022-11-11T06:11:07.378Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 870e13dc-cff3-4113-8e89-0fe3d089b366
2022-11-11T06:11:07.379Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 371d6801-7263-4c10-8a18-be9a6c6cc2c2 from URL: /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json
2022-11-11T06:11:07.379Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:11:07.379Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json
2022-11-11T06:11:07.432Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:11:07.433Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json 371d6801-7263-4c10-8a18-be9a6c6cc2c2 785
2022-11-11T06:11:07.433Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json ASDC sendASDCNotification
2022-11-11T06:11:07.433Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json
2022-11-11T06:11:07.434Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:11:07.434Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:07.436Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:07.437Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147067433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:11:07.540Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-11T06:11:07.541Z||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-11T06:11:07.541Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:07.553Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:11:07.554Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:08.438Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF1a5bf630fba..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0f6f04b3-301a-48aa-9018-03d9ee61996a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d376e3a7-7d3f-4f14-915d-b345225bc2b7",
"vfModuleModelCustomizationUUID": "72c65a5a-f52d-405c-a411-461377701824",
"isBase": true,
"artifacts": [
"dd8c2cb7-c92f-4c11-ba16-4035e880bd4f",
"4a7d66a4-7391-460f-88dc-1a3a7e435a92"
],
"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-11T06:11:08.454Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF1a5bf630fba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d376e3a7-7d3f-4f14-915d-b345225bc2b7
VfModuleModelInvariantUUID:0f6f04b3-301a-48aa-9018-03d9ee61996a
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd8c2cb7-c92f-4c11-ba16-4035e880bd4f
,
4a7d66a4-7391-460f-88dc-1a3a7e435a92
}
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-11T06:11:08.458Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF1a5bf630fba..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0f6f04b3-301a-48aa-9018-03d9ee61996a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d376e3a7-7d3f-4f14-915d-b345225bc2b7",
"vfModuleModelCustomizationUUID": "72c65a5a-f52d-405c-a411-461377701824",
"isBase": true,
"artifacts": [
"dd8c2cb7-c92f-4c11-ba16-4035e880bd4f",
"4a7d66a4-7391-460f-88dc-1a3a7e435a92"
],
"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-11T06:11:08.458Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF1a5bf630fba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d376e3a7-7d3f-4f14-915d-b345225bc2b7
VfModuleModelInvariantUUID:0f6f04b3-301a-48aa-9018-03d9ee61996a
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd8c2cb7-c92f-4c11-ba16-4035e880bd4f
,
4a7d66a4-7391-460f-88dc-1a3a7e435a92
}
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-11T06:11:08.458Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dd8c2cb7-c92f-4c11-ba16-4035e880bd4f from URL: /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml
2022-11-11T06:11:08.458Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:11:08.458Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml
2022-11-11T06:11:08.513Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:11:08.514Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml dd8c2cb7-c92f-4c11-ba16-4035e880bd4f 20368
2022-11-11T06:11:08.515Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-11T06:11:08.515Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml
2022-11-11T06:11:08.515Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:11:08.516Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:08.519Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:08.519Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147068515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:11:08.619Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:08.620Z||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-11T06:11:08.621Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:08.630Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:11:08.630Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:09.520Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a7d66a4-7391-460f-88dc-1a3a7e435a92 from URL: /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env
2022-11-11T06:11:09.521Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:11:09.521Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env
2022-11-11T06:11:09.577Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:11:09.578Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env 4a7d66a4-7391-460f-88dc-1a3a7e435a92 2098
2022-11-11T06:11:09.578Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-11T06:11:09.578Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env
2022-11-11T06:11:09.578Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:11:09.579Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:09.581Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:09.582Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147069578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:11:09.682Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:09.683Z||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-11T06:11:09.683Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:09.695Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:11:09.696Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:10.582Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3d67b3ce-84b7-4349-af6e-c9777e2c0f22
2022-11-11T06:11:10.583Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f1a5bf63-0fba 0 870e13dc-cff3-4113-8e89-0fe3d089b366 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-11T06:11:10.621Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7670a6b6, org.onap.sdc.toscaparser.api.parameters.Input@78534a07, org.onap.sdc.toscaparser.api.parameters.Input@9a90336, org.onap.sdc.toscaparser.api.parameters.Input@5b307384, org.onap.sdc.toscaparser.api.parameters.Input@28862b42]
2022-11-11T06:11:10.625Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.625Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.626Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-11T06:11:10.626Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f22b2522-abdb-427c-b7c6-55ded09093b4
2022-11-11T06:11:10.626Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f22b2522-abdb-427c-b7c6-55ded09093b4 matches Tosca VF Customization UUID: f22b2522-abdb-427c-b7c6-55ded09093b4
2022-11-11T06:11:10.627Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f22b2522-abdb-427c-b7c6-55ded09093b4 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-11T06:11:10.634Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.634Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.635Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f22b2522-abdb-427c-b7c6-55ded09093b4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-11T06:11:10.635Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4129c740
2022-11-11T06:11:10.635Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.636Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:11:10.636Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 72c65a5a-f52d-405c-a411-461377701824
2022-11-11T06:11:10.637Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 72c65a5a-f52d-405c-a411-461377701824
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-11T06:11:10.643Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.644Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:10.644Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:10.645Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.645Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:10.645Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:10.646Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.646Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:10.646Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:10.646Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-11T06:11:10.647Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:10.647Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-11T06:11:10.648Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-11T06:11:10.648Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.648Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:10.649Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-11T06:11:10.649Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:10.649Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-11T06:11:10.649Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.650Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4bf5a702-c9f9-4a61-9653-3b398a574c9e
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-11T06:11:10.657Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.657Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:10.657Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:10.658Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.658Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:10.659Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:10.659Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-11T06:11:10.659Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:10.659Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.660Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-11T06:11:10.660Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.660Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:10.661Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-11T06:11:10.661Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-11T06:11:10.661Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:10.662Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-11T06:11:10.662Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.662Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da851337-4954-435b-9261-0ac610ba7e2e
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-11T06:11:10.665Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.665Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:10.666Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:10.669Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.669Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is not matching search criteria
2022-11-11T06:11:10.669Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-11T06:11:10.669Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-11T06:11:10.670Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:10.670Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.670Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-11T06:11:10.671Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.671Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-11T06:11:10.671Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-11T06:11:10.671Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-11T06:11:10.672Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-11T06:11:10.672Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-11T06:11:10.672Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-11T06:11:10.672Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1f89e27c-4540-4a00-b57b-364d73d096a2
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-11T06:11:10.675Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.676Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:10.676Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:11:10.676Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.677Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Node template vFW f1a5bf63-0fba 0 is matching search criteria
2022-11-11T06:11:10.677Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f1a5bf63-0fba 0] matching following query criteria: sdcType=VF, customizationUUID=f22b2522-abdb-427c-b7c6-55ded09093b4
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-11T06:11:10.679Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.679Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.680Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3d67b3ce-84b7-4349-af6e-c9777e2c0f22: vFW f1a5bf63-0fba
2022-11-11T06:11:10.680Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.680Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.681Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.681Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.681Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.681Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.682Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.682Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.682Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:11:10.682Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-11 06-09-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:11:10.683Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-11 06-09-24
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-11T06:11:10.962Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f1a5bf63-0fba 870e13dc-cff3-4113-8e89-0fe3d089b366 1 ASDC deployResourceStructure
2022-11-11T06:11:10.963Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json ASDC sendASDCNotification
2022-11-11T06:11:10.963Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json
2022-11-11T06:11:10.963Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:11:10.964Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:10.966Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:10.966Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147070963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-11T06:11:11.067Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:11.068Z||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-11T06:11:11.068Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:11.080Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:11:11.080Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:11.967Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-11T06:11:11.967Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml
2022-11-11T06:11:11.968Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:11:11.968Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:11.970Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:11.970Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147071967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-11T06:11:12.071Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:12.072Z||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-11T06:11:12.072Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:12.081Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:11:12.081Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:12.972Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-11T06:11:12.972Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env
2022-11-11T06:11:12.972Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:11:12.973Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:12.976Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:12.976Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147072972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-11T06:11:13.076Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:13.077Z||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-11T06:11:13.079Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:13.090Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:11:13.090Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:13.978Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar ASDC sendASDCNotification
2022-11-11T06:11:13.978Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar
2022-11-11T06:11:13.978Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:11:13.979Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:11:13.981Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:11:13.981Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147073977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-11T06:11:14.081Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:11:14.082Z||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-11T06:11:14.082Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:14.103Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:11:14.103Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:11:14.982Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53fd1506-fa4d-45fe-b85b-b187ecc01348
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-11T06:11:15.008Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53fd1506-fa4d-45fe-b85b-b187ecc01348
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-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:11:15.012Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:11:15.013Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:11:15.013Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:11:15.013Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-11T06:11:15.018Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-11T06:11:45.018Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53fd1506-fa4d-45fe-b85b-b187ecc01348 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-11T06:11:45.027Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53fd1506-fa4d-45fe-b85b-b187ecc01348 and serviceModelVersionId: 3d67b3ce-84b7-4349-af6e-c9777e2c0f22
2022-11-11T06:11:45.028Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4
2022-11-11T06:11:54.151Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:11:54.152Z||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-11T06:11:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:11:54.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:11:54.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:11:54.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "aai-ml",
"timestamp": 1668147048902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:11:54.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:01.175Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0
2022-11-11T06:12:01.316Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-11T06:12:01.824Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0|INFO|500||Invoke
2022-11-11T06:12:01.832Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53fd1506-fa4d-45fe-b85b-b187ecc01348], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[415132bc-50d8-4c6a-b5d5-797f46191861], X-ECOMP-RequestID=[53fd1506-fa4d-45fe-b85b-b187ecc01348], X-TransactionId=[], X-ONAP-RequestID=[53fd1506-fa4d-45fe-b85b-b187ecc01348], Content-Type=[application/merge-patch+json]}
2022-11-11T06:12:01.958Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-11T06:12:02.152Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?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/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221111-06:12:00:442-40669], vertex-id=[180360], Content-Length=[0], Date=[Fri, 11 Nov 2022 06:12:00 GMT], Content-Type=[application/json]}
2022-11-11T06:12:02.154Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-11T06:12:02.155Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b2d919f-0b0e-4ebd-b7ef-ce246dcd8ae4/model-vers/model-ver/3d67b3ce-84b7-4349-af6e-c9777e2c0f22?depth=0|INFO|500||InvokeReturn
2022-11-11T06:12:02.161Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-11T06:12:02.161Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-11T06:12:02.170Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-11T06:12:02.171Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53fd1506-fa4d-45fe-b85b-b187ecc01348 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-11T06:12:02.172Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-11T06:12:02.173Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:02.175Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:02.176Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147122171,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:12:02.276Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:02.277Z||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-11T06:12:02.277Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:02.287Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:02.287Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-11T06:12:03.192Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-11T06:12:03.192Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdbf2846-2970-466b-bed4-7442008a3cd3","serviceName":"basic_onboard_agfSkl","serviceVersion":"1.0","serviceUUID":"fdc6f246-5791-40f5-8da2-c3b62bc898b4","serviceDescription":"service","serviceInvariantUUID":"eddce3a3-49b4-438a-bc23-c74753ce0870","resources":[{"resourceInstanceName":"basic_onboard_agfSkl 0","resourceName":"basic_onboard_agfSkl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"504f14be-38ac-41fc-b24f-980ad19891b8","resourceInvariantUUID":"c8651225-5730-44bf-926e-e1e2fbe409b8","resourceCustomizationUUID":"f0b6bb00-c30b-4b8d-8eab-180f2446ff69","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml","artifactChecksum":"ZmE5MTZlOGNlZjc5MDgzYWJkZjgwZDE0OGY2MDU1NWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c2160f37-84c0-40dd-87fa-805e72333999","artifactVersion":"1"},{"artifactName":"basic_onboard_agfskl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json","artifactChecksum":"MTY0MGIxYjg5OGM1YTJjODE2MDdhYjZlYzQ1ODU1Mjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1fe1a5b8-d5e6-42f4-a506-fdfe4caa845f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"871ab29f-fe9a-4c85-ae4d-479a0a373483","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22848dbf-48f4-4a85-9a31-23b7d7cf498d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"95df3451-b5f3-4c28-a083-48812b9c8d83","artifactVersion":"2","generatedFromUUID":"871ab29f-fe9a-4c85-ae4d-479a0a373483"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAgfskl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml","artifactChecksum":"MWQ5ODhmZTNmYTgzMzljNWU2Y2EwMDVjOWVhNGI3ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22ecf786-4696-4ce2-9157-c6521026fbfc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAgfskl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar","artifactChecksum":"NmMyYTc4MmE3YmRmMDU1MDZhOTFlNzEyMWMxOGU1MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95edca2b-a9ed-4eea-82d1-0d2a288bb645","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:12:03.193Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:03.193Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:03.196Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:03.196Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:03.296Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:03.298Z||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-11T06:12:03.298Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:03.306Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:03.306Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:04.197Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:04.198Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:04.200Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:04.200Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "NOTIFIED"
}
2022-11-11T06:12:04.301Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:04.302Z||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-11T06:12:04.302Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:04.312Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:04.313Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:05.201Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:05.202Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:05.204Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:05.204Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-11T06:12:05.304Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:12:05.306Z||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-11T06:12:05.307Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:05.319Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:05.319Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:06.205Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:06.207Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:06.210Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:06.210Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:06.311Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-11T06:12:06.314Z||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-11T06:12:06.314Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:06.326Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:06.326Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:07.211Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:07.214Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:07.217Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:07.217Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-11T06:12:07.317Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:07.318Z||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-11T06:12:07.319Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:07.330Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:07.331Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:12:08.218Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:08.218Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:08.221Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:08.221Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:08.322Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:12:08.323Z||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-11T06:12:08.323Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:08.334Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:08.335Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:09.222Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:12:09.223Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:09.225Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:09.225Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:12:09.326Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:12:09.327Z||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-11T06:12:09.327Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:09.338Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:09.338Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:10.228Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"serviceName": "basic_onboard_agfSkl",
"serviceVersion": "1.0",
"serviceUUID": "fdc6f246-5791-40f5-8da2-c3b62bc898b4",
"serviceDescription": "service",
"serviceInvariantUUID": "eddce3a3-49b4-438a-bc23-c74753ce0870",
"resources": [
{
"resourceInstanceName": "basic_onboard_agfSkl 0",
"resourceCustomizationUUID": "f0b6bb00-c30b-4b8d-8eab-180f2446ff69",
"resourceName": "basic_onboard_agfSkl",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "504f14be-38ac-41fc-b24f-980ad19891b8",
"resourceInvariantUUID": "c8651225-5730-44bf-926e-e1e2fbe409b8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_agfskl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"artifactChecksum": "MTY0MGIxYjg5OGM1YTJjODE2MDdhYjZlYzQ1ODU1Mjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1fe1a5b8-d5e6-42f4-a506-fdfe4caa845f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "871ab29f-fe9a-4c85-ae4d-479a0a373483",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "95df3451-b5f3-4c28-a083-48812b9c8d83",
"generatedFromUUID": "871ab29f-fe9a-4c85-ae4d-479a0a373483"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "95df3451-b5f3-4c28-a083-48812b9c8d83",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAgfskl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"artifactChecksum": "NmMyYTc4MmE3YmRmMDU1MDZhOTFlNzEyMWMxOGU1MjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "95edca2b-a9ed-4eea-82d1-0d2a288bb645"
}
],
"workloadContext": "Production"
}
2022-11-11T06:12:10.228Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:12:10.229Z|53fd1506-fa4d-45fe-b85b-b187ecc01348|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fdc6f246-5791-40f5-8da2-c3b62bc898b4 ASDC
2022-11-11T06:12:10.229Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:bdbf2846-2970-466b-bed4-7442008a3cd3
ServiceName:basic_onboard_agfSkl
ServiceVersion:1.0
ServiceUUID:fdc6f246-5791-40f5-8da2-c3b62bc898b4
ServiceInvariantUUID:eddce3a3-49b4-438a-bc23-c74753ce0870
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAgfskl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar
ArtifactUUID:95edca2b-a9ed-4eea-82d1-0d2a288bb645
ArtifactChecksum:NmMyYTc4MmE3YmRmMDU1MDZhOTFlNzEyMWMxOGU1MjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_agfSkl 0
ResourceCustomizationUUID:f0b6bb00-c30b-4b8d-8eab-180f2446ff69
ResourceInvariantUUID:c8651225-5730-44bf-926e-e1e2fbe409b8
ResourceName:basic_onboard_agfSkl
ResourceType:VF
ResourceUUID:504f14be-38ac-41fc-b24f-980ad19891b8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_agfskl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json
ArtifactUUID:1fe1a5b8-d5e6-42f4-a506-fdfe4caa845f
ArtifactChecksum:MTY0MGIxYjg5OGM1YTJjODE2MDdhYjZlYzQ1ODU1Mjk=
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/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:871ab29f-fe9a-4c85-ae4d-479a0a373483
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/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env
ArtifactUUID:95df3451-b5f3-4c28-a083-48812b9c8d83
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/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env
ArtifactUUID:95df3451-b5f3-4c28-a083-48812b9c8d83
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-11T06:12:10.229Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fdc6f246-5791-40f5-8da2-c3b62bc898b4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-11T06:12:10.261Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:12:10.262Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:12:10.262Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:12:10.262Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 95edca2b-a9ed-4eea-82d1-0d2a288bb645 from URL: /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:10.262Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:12:10.263Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:10.330Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:12:10.334Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar 95edca2b-a9ed-4eea-82d1-0d2a288bb645 75292
2022-11-11T06:12:10.334Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar ASDC sendASDCNotification
2022-11-11T06:12:10.334Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:10.334Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:12:10.335Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:10.336Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:10.337Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147130334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:10.437Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:10.438Z||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-11T06:12:10.438Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:10.449Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:10.450Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:11.337Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:12:11.338Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-11T06:12:11.339Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 95edca2b-a9ed-4eea-82d1-0d2a288bb645, URL: /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar to file: /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:11.339Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:11.339Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:11.340Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:11.485Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18107065106673129532/Definitions/service-BasicOnboardAgfskl-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-11T06:12:12.751Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:12:12.751Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:12:12.751Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.751Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_agfSkl 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-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:12.752Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-11T06:12:12.753Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.753Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.753Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:12.753Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:12:12.753Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:12:12.754Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.754Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.754Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:12.754Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-11T06:12:12.754Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:12:12.755Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.755Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.755Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.755Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is not matching search criteria
2022-11-11T06:12:12.755Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-11T06:12:12.755Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-11T06:12:12.756Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-11T06:12:12.756Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-11T06:12:12.756Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-11T06:12:12.756Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.756Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:12:12.756Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.757Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:12.757Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:12:12.757Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.757Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:12.757Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:12:12.758Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.758Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:12.758Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:12:12.758Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.758Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is not matching search criteria
2022-11-11T06:12:12.758Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-11T06:12:12.759Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-11T06:12:12.759Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1863b676-599e-4597-bc44-407de572dc3e
2022-11-11T06:12:12.759Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.759Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.759Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.759Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.760Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.760Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.760Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:12.760Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:12.760Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_agfSkl
Description:service
Model UUID:fdc6f246-5791-40f5-8da2-c3b62bc898b4
Model Version:NULL
Model InvariantUuid:eddce3a3-49b4-438a-bc23-c74753ce0870
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_agfSkl
Model UUID:d66e1aef-c85d-4fd1-8060-172036395a3a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c8651225-5730-44bf-926e-e1e2fbe409b8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f0b6bb00-c30b-4b8d-8eab-180f2446ff69
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2bcd5f12-1f39-4c9b-83b2-8e0000886c67
ModelName:BasicOnboardAgfskl..base_ubuntu18..module-0
ModelUuid:3ad91ba0-5ad9-494a-b712-d6fa9d2b687f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1863b676-599e-4597-bc44-407de572dc3e
ModelInvariantUuid:0a06fd37-8d4c-414c-abf2-047151f4591c
ModelName:basic_onboard_agfSkl-nodes.ubuntu18Cvfc
ModelUuid:e801c4be-431d-4882-b3d4-94668d189d02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:cbf2dc19-6baa-48da-83b9-60f9a60d692d
ModelInvariantUuid:d6656c7c-9c2a-427a-8955-1e255ca4c16a
ModelName:BasicOnboardAgfskl.compute.nodes.heat.ubuntu18
ModelUuid:61f97112-bcdc-4d10-8b49-eb8ab68bf60c
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-11T06:12:12.769Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 504f14be-38ac-41fc-b24f-980ad19891b8
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-11T06:12:12.772Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||basic_onboard_agfSkl 0
2022-11-11T06:12:12.773Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 504f14be-38ac-41fc-b24f-980ad19891b8
2022-11-11T06:12:12.773Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1fe1a5b8-d5e6-42f4-a506-fdfe4caa845f from URL: /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json
2022-11-11T06:12:12.773Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:12:12.773Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json
2022-11-11T06:12:12.821Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:12:12.822Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json 1fe1a5b8-d5e6-42f4-a506-fdfe4caa845f 798
2022-11-11T06:12:12.822Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json ASDC sendASDCNotification
2022-11-11T06:12:12.822Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json
2022-11-11T06:12:12.823Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:12:12.823Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:12.826Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:12.826Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147132822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:12.926Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:12.927Z||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-11T06:12:12.927Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:12.947Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:12.948Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:12:13.826Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAgfskl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2bcd5f12-1f39-4c9b-83b2-8e0000886c67",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3ad91ba0-5ad9-494a-b712-d6fa9d2b687f",
"vfModuleModelCustomizationUUID": "a6c601fa-8bb8-48ac-a2a9-cfea1dcf6010",
"isBase": true,
"artifacts": [
"871ab29f-fe9a-4c85-ae4d-479a0a373483",
"95df3451-b5f3-4c28-a083-48812b9c8d83"
],
"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-11T06:12:13.832Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAgfskl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ad91ba0-5ad9-494a-b712-d6fa9d2b687f
VfModuleModelInvariantUUID:2bcd5f12-1f39-4c9b-83b2-8e0000886c67
VfModuleModelDescription:NULL
Artifacts UUID List:{
871ab29f-fe9a-4c85-ae4d-479a0a373483
,
95df3451-b5f3-4c28-a083-48812b9c8d83
}
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-11T06:12:13.834Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAgfskl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2bcd5f12-1f39-4c9b-83b2-8e0000886c67",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3ad91ba0-5ad9-494a-b712-d6fa9d2b687f",
"vfModuleModelCustomizationUUID": "a6c601fa-8bb8-48ac-a2a9-cfea1dcf6010",
"isBase": true,
"artifacts": [
"871ab29f-fe9a-4c85-ae4d-479a0a373483",
"95df3451-b5f3-4c28-a083-48812b9c8d83"
],
"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-11T06:12:13.834Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAgfskl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ad91ba0-5ad9-494a-b712-d6fa9d2b687f
VfModuleModelInvariantUUID:2bcd5f12-1f39-4c9b-83b2-8e0000886c67
VfModuleModelDescription:NULL
Artifacts UUID List:{
871ab29f-fe9a-4c85-ae4d-479a0a373483
,
95df3451-b5f3-4c28-a083-48812b9c8d83
}
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-11T06:12:13.834Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 871ab29f-fe9a-4c85-ae4d-479a0a373483 from URL: /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml
2022-11-11T06:12:13.834Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:12:13.834Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml
2022-11-11T06:12:13.881Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:12:13.882Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml 871ab29f-fe9a-4c85-ae4d-479a0a373483 5033
2022-11-11T06:12:13.882Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-11T06:12:13.882Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml
2022-11-11T06:12:13.882Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:12:13.883Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:13.885Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:13.885Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147133882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:13.985Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:13.986Z||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-11T06:12:13.986Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:13.997Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:13.997Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:12:14.886Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 95df3451-b5f3-4c28-a083-48812b9c8d83 from URL: /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env
2022-11-11T06:12:14.887Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-11T06:12:14.887Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env
2022-11-11T06:12:14.938Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-11T06:12:14.938Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env 95df3451-b5f3-4c28-a083-48812b9c8d83 909
2022-11-11T06:12:14.939Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-11T06:12:14.939Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env
2022-11-11T06:12:14.939Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:12:14.939Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:14.941Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:14.942Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147134939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:15.042Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:15.043Z||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-11T06:12:15.043Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:15.054Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:15.054Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:15.942Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fdc6f246-5791-40f5-8da2-c3b62bc898b4
2022-11-11T06:12:15.943Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_agfSkl 0 504f14be-38ac-41fc-b24f-980ad19891b8 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-11T06:12:15.957Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c0eeeb3, org.onap.sdc.toscaparser.api.parameters.Input@22c7d1d, org.onap.sdc.toscaparser.api.parameters.Input@5bd493d3, org.onap.sdc.toscaparser.api.parameters.Input@2d4e2354, org.onap.sdc.toscaparser.api.parameters.Input@26be2b38]
2022-11-11T06:12:15.959Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.959Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.961Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-11T06:12:15.961Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f0b6bb00-c30b-4b8d-8eab-180f2446ff69
2022-11-11T06:12:15.961Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f0b6bb00-c30b-4b8d-8eab-180f2446ff69 matches Tosca VF Customization UUID: f0b6bb00-c30b-4b8d-8eab-180f2446ff69
2022-11-11T06:12:15.961Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f0b6bb00-c30b-4b8d-8eab-180f2446ff69 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-11T06:12:15.963Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.963Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.964Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f0b6bb00-c30b-4b8d-8eab-180f2446ff69: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-11T06:12:15.964Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64a6f78e
2022-11-11T06:12:15.964Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.964Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:12:15.965Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a6c601fa-8bb8-48ac-a2a9-cfea1dcf6010
2022-11-11T06:12:15.965Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a6c601fa-8bb8-48ac-a2a9-cfea1dcf6010
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-11T06:12:15.967Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.967Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:15.967Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:12:15.967Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.967Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:15.968Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:12:15.968Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.968Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is not matching search criteria
2022-11-11T06:12:15.968Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-11T06:12:15.968Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-11T06:12:15.968Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1863b676-599e-4597-bc44-407de572dc3e
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-11T06:12:15.970Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.970Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:15.971Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:12:15.971Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.971Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_agfSkl 0 is matching search criteria
2022-11-11T06:12:15.971Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_agfSkl 0] matching following query criteria: sdcType=VF, customizationUUID=f0b6bb00-c30b-4b8d-8eab-180f2446ff69
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-11T06:12:15.973Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.973Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fdc6f246-5791-40f5-8da2-c3b62bc898b4: basic_onboard_agfSkl
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.974Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.975Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.975Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.975Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:12:15.975Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_agfSkl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:12:15.975Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_agfSkl
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-11T06:12:16.067Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_agfSkl 504f14be-38ac-41fc-b24f-980ad19891b8 1 ASDC deployResourceStructure
2022-11-11T06:12:16.067Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json ASDC sendASDCNotification
2022-11-11T06:12:16.067Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json
2022-11-11T06:12:16.068Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:12:16.068Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:16.070Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:16.070Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147136067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-11T06:12:16.170Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:16.172Z||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-11T06:12:16.172Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:16.184Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:16.184Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":2,"count":1}
2022-11-11T06:12:17.071Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-11T06:12:17.072Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml
2022-11-11T06:12:17.072Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:12:17.073Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:17.075Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:17.076Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147137071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-11T06:12:17.176Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:17.177Z||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-11T06:12:17.177Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:17.188Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:17.189Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:18.077Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-11T06:12:18.077Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env
2022-11-11T06:12:18.077Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:12:18.078Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:18.082Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:18.082Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147138076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-11T06:12:18.180Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-11T06:12:18.181Z||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-11T06:12:18.182Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:18.192Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:18.192Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:19.083Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar ASDC sendASDCNotification
2022-11-11T06:12:19.083Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar
2022-11-11T06:12:19.083Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:12:19.084Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:12:19.085Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:12:19.086Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147139082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-11T06:12:19.186Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:12:19.187Z||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-11T06:12:19.187Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:19.216Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:19.216Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:12:20.086Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3
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-11T06:12:20.099Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3
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-11T06:12:20.101Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:12:20.101Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:12:20.101Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:12:50.102Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3
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-11T06:12:50.120Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3
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-11T06:12:50.122Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:12:50.122Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-11T06:12:50.123Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-11T06:12:54.151Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:12:54.152Z||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-11T06:12:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:12:54.185Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:12:54.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "cds",
"timestamp": 1668147050966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147044913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147047373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "aai-ml",
"timestamp": 1668147048902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "cds",
"timestamp": 1668147050966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "NOTIFIED"
}
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147044913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147047373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "aai-ml",
"timestamp": 1668147048902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "cds",
"timestamp": 1668147050966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147056239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147055550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "aai-ml",
"timestamp": 1668147048902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "cds",
"timestamp": 1668147050966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147056239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "NOTIFIED"
}
2022-11-11T06:12:54.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "aai-ml",
"timestamp": 1668147056620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "cds",
"timestamp": 1668147050966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:12:54.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147056239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147057879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-11T06:12:54.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "cds",
"timestamp": 1668147058718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147056239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147058890,
"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-11T06:12:54.208Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdbf2846-2970-466b-bed4-7442008a3cd3
2022-11-11T06:12:54.209Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdbf2846-2970-466b-bed4-7442008a3cd3 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-11T06:12:54.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:12:54.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "cds",
"timestamp": 1668147059727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-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-11T06:12:54.225Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdbf2846-2970-466b-bed4-7442008a3cd3
2022-11-11T06:12:54.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdbf2846-2970-466b-bed4-7442008a3cd3 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-11T06:12:54.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147056239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-11T06:12:54.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147056239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:12:54.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147062191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147056239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:12:54.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:12:54.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147063996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147065078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "aai-ml",
"timestamp": 1668147064068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-11T06:12:54.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147066134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "aai-ml",
"timestamp": 1668147065072,
"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-11T06:12:54.245Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdbf2846-2970-466b-bed4-7442008a3cd3
2022-11-11T06:12:54.245Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdbf2846-2970-466b-bed4-7442008a3cd3 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-11T06:12:54.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147067173,
"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-11T06:12:54.258Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdbf2846-2970-466b-bed4-7442008a3cd3
2022-11-11T06:12:54.259Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdbf2846-2970-466b-bed4-7442008a3cd3 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-11T06:12:54.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147067433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147068178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-11T06:12:54.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147068515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147069578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:12:54.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147070963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/vfwf1a5bf630fba0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-11T06:12:54.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147071967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-11T06:12:54.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147072972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/resourceInstances/vfwf1a5bf630fba0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-11T06:12:54.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:12:54.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:12:54.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147073977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221111060924/1.0/artifacts/service-Vfw20221111060924-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-11T06:12:54.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:20.123Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3
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-11T06:13:20.139Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3
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-11T06:13:20.145Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:13:20.145Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-11T06:13:20.145Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-11T06:13:20.145Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-11T06:13:20.146Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:13:20.146Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:13:20.146Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:13:20.146Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:13:20.146Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:13:20.147Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-11T06:13:20.153Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-11T06:13:50.154Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdbf2846-2970-466b-bed4-7442008a3cd3 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-11T06:13:50.162Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdbf2846-2970-466b-bed4-7442008a3cd3 and serviceModelVersionId: fdc6f246-5791-40f5-8da2-c3b62bc898b4
2022-11-11T06:13:50.163Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eddce3a3-49b4-438a-bc23-c74753ce0870
2022-11-11T06:13:50.164Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eddce3a3-49b4-438a-bc23-c74753ce0870/model-vers/model-ver/fdc6f246-5791-40f5-8da2-c3b62bc898b4?depth=0
2022-11-11T06:13:50.169Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-11T06:13:50.232Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eddce3a3-49b4-438a-bc23-c74753ce0870/model-vers/model-ver/fdc6f246-5791-40f5-8da2-c3b62bc898b4?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-11T06:13:50.234Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eddce3a3-49b4-438a-bc23-c74753ce0870/model-vers/model-ver/fdc6f246-5791-40f5-8da2-c3b62bc898b4?depth=0|INFO|500||Invoke
2022-11-11T06:13:50.262Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eddce3a3-49b4-438a-bc23-c74753ce0870/model-vers/model-ver/fdc6f246-5791-40f5-8da2-c3b62bc898b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-11T06:13:50.415Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eddce3a3-49b4-438a-bc23-c74753ce0870/model-vers/model-ver/fdc6f246-5791-40f5-8da2-c3b62bc898b4?depth=0|INFO|500||InvokeReturn
2022-11-11T06:13:50.415Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eddce3a3-49b4-438a-bc23-c74753ce0870/model-vers/model-ver/fdc6f246-5791-40f5-8da2-c3b62bc898b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221111-06:13:48:735-73661], vertex-id=[155776], Content-Length=[0], Date=[Fri, 11 Nov 2022 06:13:48 GMT], Content-Type=[application/json]}
2022-11-11T06:13:50.415Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T06:13:50.416Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-11T06:13:50.417Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-11T06:13:50.422Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-11T06:13:50.422Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdbf2846-2970-466b-bed4-7442008a3cd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-11T06:13:50.422Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-11T06:13:50.423Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:13:50.425Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:13:50.425Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147230422,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:13:50.525Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:13:50.526Z||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-11T06:13:50.527Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:13:50.544Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:13:50.545Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-11T06:13:51.441Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:13:51.441Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:13:51.442Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:13:54.151Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:13:54.152Z||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-11T06:13:54.152Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:13:54.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:13:54.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53fd1506-fa4d-45fe-b85b-b187ecc01348",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147122171,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:13:54.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "NOTIFIED"
}
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-11T06:13:54.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147054147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147130334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147132822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147133882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147134939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147136067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/basic_onboard_agfskl0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147137071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147138076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/resourceInstances/basic_onboard_agfskl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147139082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAgfskl/1.0/artifacts/service-BasicOnboardAgfskl-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-11T06:13:54.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:14:01.729Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:14:01.730Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:14:01.731Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:14:01.731Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:14:11.275Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:14:11.276Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:14:11.277Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:14:11.277Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:14:20.813Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:14:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:14:54.149Z||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-11T06:14:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:14:54.151Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:14:54.151Z||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-11T06:14:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:14:54.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:14:54.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-11T06:14:54.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdbf2846-2970-466b-bed4-7442008a3cd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147230422,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:14:54.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:15:03.743Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:15:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:15:54.149Z||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-11T06:15:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:15:54.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:15:54.151Z||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-11T06:15:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:16:03.711Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:16:03.712Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:16:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:16:54.149Z||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-11T06:16:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:16:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:16:54.151Z||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-11T06:16:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:17:03.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:17:03.710Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:17:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:17:54.150Z||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-11T06:17:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:17:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:17:54.151Z||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-11T06:17:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:18:03.714Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:18:03.713Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:18:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:18:54.149Z||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-11T06:18:54.150Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:18:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:18:54.151Z||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-11T06:18:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:19:03.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:19:03.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:19:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:19:54.149Z||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-11T06:19:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:19:54.150Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:19:54.151Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:19:54.151Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:20:03.705Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:20:03.707Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:20:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:20:54.149Z||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-11T06:20:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:20:54.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:20:54.151Z||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-11T06:20:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:21:03.736Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:21:03.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:21:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:21:54.149Z||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-11T06:21:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:21:54.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:21:54.151Z||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-11T06:21:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:22:03.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:22:03.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:22:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:22:54.149Z||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-11T06:22:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:22:54.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:22:54.151Z||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-11T06:22:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:23:03.703Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:23:03.706Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:23:54.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:23:54.149Z||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-11T06:23:54.149Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:23:54.150Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:23:54.151Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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-11T06:23:54.151Z|bdbf2846-2970-466b-bed4-7442008a3cd3|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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:03.716Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:24:03.724Z|bdbf2846-2970-466b-bed4-7442008a3cd3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:24:54.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:24:54.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T06:24:54.151Z||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-11T06:24:54.151Z||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-11T06:24:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:54.151Z||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 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:54.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:24:54.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147856239,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668147856239,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147857374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147857374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "aai-ml",
"timestamp": 1668147858902,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147860177,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "aai-ml",
"timestamp": 1668147858902,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "cds",
"timestamp": 1668147860966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "aai-ml",
"timestamp": 1668147861689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:24:54.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147861911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "cds",
"timestamp": 1668147860966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147862914,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-11T06:24:54.331Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e650a03-a26c-4d40-a55a-caa7d4b9748c
2022-11-11T06:24:54.331Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e650a03-a26c-4d40-a55a-caa7d4b9748c 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-11T06:24:54.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "cds",
"timestamp": 1668147863765,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:24:54.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:24:54.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147864913,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "cds",
"timestamp": 1668147864778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-11T06:24:54.346Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e650a03-a26c-4d40-a55a-caa7d4b9748c
2022-11-11T06:24:54.346Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e650a03-a26c-4d40-a55a-caa7d4b9748c 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-11T06:24:54.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147864913,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "aai-ml",
"timestamp": 1668147865894,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-11T06:24:54.354Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-11T06:24:54.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "aai-ml",
"timestamp": 1668147866901,
"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-11T06:24:54.359Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e650a03-a26c-4d40-a55a-caa7d4b9748c
2022-11-11T06:24:54.359Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e650a03-a26c-4d40-a55a-caa7d4b9748c 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-11T06:24:54.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147884913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147887373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147884913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147887373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "aai-ml",
"timestamp": 1668147888902,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147884913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147887373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "aai-ml",
"timestamp": 1668147888902,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147884913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147887373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "cds",
"timestamp": 1668147890971,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "aai-ml",
"timestamp": 1668147888902,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "ves-openapi-manager",
"timestamp": 1668147884913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668147887373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "cds",
"timestamp": 1668147890971,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-11T06:24:54.790Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:24:54.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-11T06:24:54.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e650a03-a26c-4d40-a55a-caa7d4b9748c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"87f88813-c5af-48b7-b928-a0e362ff4b64","serviceDescription":"service","serviceInvariantUUID":"afe69938-5560-4428-8521-dc046abc6df3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5f1b34d-44cc-4a26-b229-532209ac1566","resourceInvariantUUID":"92393310-248f-4a9f-b050-1341525af46b","resourceCustomizationUUID":"6d94cc37-e13a-44b5-afe3-d0107184a73e","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":"YmFlNjc5YTRjMzc0ODY4YTM2ZTBkM2NjOTUxZTI0MGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b1bbff27-6cc4-4f79-857f-2b2ab3ae3f11","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGQ0ZDAyZTVjY2M3ZmQwNmM5NWQ2MTM5NWFkY2I4NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13c5a3a8-5da9-482e-885a-3387bd01ea13","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:24:54.798Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:24:54.799Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:24:54.803Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:24:54.803Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147894148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:24:54.903Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:24:54.904Z||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-11T06:24:54.905Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:54.919Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:24:54.920Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:24:55.804Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:24:55.806Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:24:55.809Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:24:55.809Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147894148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:24:55.910Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-11T06:24:55.911Z||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-11T06:24:55.912Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:55.925Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:24:55.926Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:24:56.810Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "87f88813-c5af-48b7-b928-a0e362ff4b64",
"serviceDescription": "service",
"serviceInvariantUUID": "afe69938-5560-4428-8521-dc046abc6df3",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6d94cc37-e13a-44b5-afe3-d0107184a73e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e5f1b34d-44cc-4a26-b229-532209ac1566",
"resourceInvariantUUID": "92393310-248f-4a9f-b050-1341525af46b",
"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": "MGQ0ZDAyZTVjY2M3ZmQwNmM5NWQ2MTM5NWFkY2I4NjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "13c5a3a8-5da9-482e-885a-3387bd01ea13"
}
],
"workloadContext": "Production"
}
2022-11-11T06:24:56.810Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:24:56.811Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87f88813-c5af-48b7-b928-a0e362ff4b64 ASDC
2022-11-11T06:24:56.811Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4e650a03-a26c-4d40-a55a-caa7d4b9748c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:87f88813-c5af-48b7-b928-a0e362ff4b64
ServiceInvariantUUID:afe69938-5560-4428-8521-dc046abc6df3
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:13c5a3a8-5da9-482e-885a-3387bd01ea13
ArtifactChecksum:MGQ0ZDAyZTVjY2M3ZmQwNmM5NWQ2MTM5NWFkY2I4NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6d94cc37-e13a-44b5-afe3-d0107184a73e
ResourceInvariantUUID:92393310-248f-4a9f-b050-1341525af46b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5f1b34d-44cc-4a26-b229-532209ac1566
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-11T06:24:56.812Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87f88813-c5af-48b7-b928-a0e362ff4b64 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-11T06:24:56.840Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:24:56.841Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:24:56.841Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:24:56.842Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 13c5a3a8-5da9-482e-885a-3387bd01ea13 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-11T06:24:56.842Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:24:56.842Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-11T06:24:56.899Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:24:56.902Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 13c5a3a8-5da9-482e-885a-3387bd01ea13 57662
2022-11-11T06:24:56.902Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-11T06:24:56.902Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-11T06:24:56.902Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:24:56.903Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:24:56.905Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:24:56.905Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147896902,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:24:57.006Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-11T06:24:57.007Z||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-11T06:24:57.007Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:57.016Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:24:57.017Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:24:57.905Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:24:57.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:24:57.908Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 13c5a3a8-5da9-482e-885a-3387bd01ea13, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:57.909Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-11T06:24:57.910Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:57.910Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.074Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7322076208922337446/Definitions/service-BasicNetwork-template.yml
2022-11-11T06:24:58.741Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.742Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.743Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.743Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-11T06:24:58.743Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.743Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.743Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-11T06:24:58.744Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-11T06:24:58.744Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:24:58.744Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.744Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.744Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-11T06:24:58.745Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-11T06:24:58.745Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:24:58.745Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.745Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.745Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.745Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.746Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.746Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.746Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.746Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.746Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.747Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.747Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:87f88813-c5af-48b7-b928-a0e362ff4b64
Model Version:NULL
Model InvariantUuid:afe69938-5560-4428-8521-dc046abc6df3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:92393310-248f-4a9f-b050-1341525af46b
Model UUID:746fe39d-21dc-4cc0-b8ff-0fad6dac3b84
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6d94cc37-e13a-44b5-afe3-d0107184a73e
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-11T06:24:58.755Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: e5f1b34d-44cc-4a26-b229-532209ac1566
2022-11-11T06:24:58.755Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||No resources found for Service: 87f88813-c5af-48b7-b928-a0e362ff4b64
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-11T06:24:58.762Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||
2022-11-11T06:24:58.762Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-11T06:24:58.763Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 87f88813-c5af-48b7-b928-a0e362ff4b64
2022-11-11T06:24:58.763Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 87f88813-c5af-48b7-b928-a0e362ff4b64
2022-11-11T06:24:58.764Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-11T06:24:58.764Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-11T06:24:58.769Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e361622, org.onap.sdc.toscaparser.api.parameters.Input@7d37f13e, org.onap.sdc.toscaparser.api.parameters.Input@2d58daa8, org.onap.sdc.toscaparser.api.parameters.Input@4bdd2fa9, org.onap.sdc.toscaparser.api.parameters.Input@5544a7f6]
2022-11-11T06:24:58.771Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.771Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.772Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.772Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.772Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 87f88813-c5af-48b7-b928-a0e362ff4b64: Generic NeutronNet
2022-11-11T06:24:58.773Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.773Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.773Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.773Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-11T06:24:58.825Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.826Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.826Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.826Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.826Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:24:58.827Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:24:58.827Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-11T06:24:58.888Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-11T06:24:58.889Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-11T06:24:58.889Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-11T06:24:58.889Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-11T06:24:58.889Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:24:58.891Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:24:58.891Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147898889,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-11T06:24:58.991Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:24:58.992Z||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-11T06:24:58.992Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:24:59.003Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:24:59.003Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:24:59.892Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e650a03-a26c-4d40-a55a-caa7d4b9748c
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-11T06:24:59.904Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e650a03-a26c-4d40-a55a-caa7d4b9748c
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-11T06:24:59.906Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:24:59.907Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-11T06:24:59.908Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-11T06:24:59.912Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-11T06:25:29.912Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e650a03-a26c-4d40-a55a-caa7d4b9748c 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-11T06:25:29.919Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e650a03-a26c-4d40-a55a-caa7d4b9748c and serviceModelVersionId: 87f88813-c5af-48b7-b928-a0e362ff4b64
2022-11-11T06:25:29.919Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : afe69938-5560-4428-8521-dc046abc6df3
2022-11-11T06:25:29.921Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0
2022-11-11T06:25:29.927Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-11T06:25:29.986Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0|INFO|500||Invoke
2022-11-11T06:25:29.988Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e650a03-a26c-4d40-a55a-caa7d4b9748c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[247154aa-5ede-4222-9ea5-f5d22146f885], X-ECOMP-RequestID=[4e650a03-a26c-4d40-a55a-caa7d4b9748c], X-TransactionId=[], X-ONAP-RequestID=[4e650a03-a26c-4d40-a55a-caa7d4b9748c], Content-Type=[application/merge-patch+json]}
2022-11-11T06:25:30.013Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-11T06:25:30.090Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?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/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221111-06:25:28:417-35980], vertex-id=[237768], Content-Length=[0], Date=[Fri, 11 Nov 2022 06:25:28 GMT], Content-Type=[application/json]}
2022-11-11T06:25:30.091Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-11T06:25:30.091Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afe69938-5560-4428-8521-dc046abc6df3/model-vers/model-ver/87f88813-c5af-48b7-b928-a0e362ff4b64?depth=0|INFO|500||InvokeReturn
2022-11-11T06:25:30.093Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-11T06:25:30.093Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-11T06:25:30.098Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-11T06:25:30.098Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e650a03-a26c-4d40-a55a-caa7d4b9748c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-11T06:25:30.098Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-11T06:25:30.099Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:30.101Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:30.101Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4e650a03-a26c-4d40-a55a-caa7d4b9748c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147930098,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-11T06:25:30.201Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:30.202Z||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-11T06:25:30.202Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:30.214Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:25:30.215Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-11T06:25:31.114Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-11T06:25:31.114Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c96ae9d8-2962-4224-aa7e-4fed47082720","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"57902ab9-a012-46e2-850a-24fe7a691d4e","serviceDescription":"service","serviceInvariantUUID":"443cf280-093a-46ec-8d08-c012d2ad22fd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51d01019-673a-4117-b473-35939ee2652d","resourceInvariantUUID":"c8374a7b-6b67-4021-b87a-977c58c7fcc9","resourceCustomizationUUID":"9c1b7e5a-8ffe-4842-9223-03125a4000cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YWY2OTVlN2E0MmRlN2ExYjI0OWQ4Y2QyM2ZlOGIzMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d5529c4-d917-4ed1-b899-8fdc46d3cf7c","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NzUzYTlhMzc5MWY5OWNmZmQ0NDg0MGU1MTIyMTE0Njk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e06c877e-227c-4b33-9086-4ef4c17e67e8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b2b119b-087f-418e-9bde-859559cd4c99","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"221ff69e-b699-4153-978c-5b12ef530827","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"390618bc-c1cc-4e00-aa6f-4ffc49faf5aa","artifactVersion":"2","generatedFromUUID":"4b2b119b-087f-418e-9bde-859559cd4c99"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWJlNjQ1Mjc5ZTkwNDA5MmMwMDA0NzM2YWY2OThlNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"867b5ce6-34a4-4dad-9bf0-f52f3c8c9618","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzcxNjQ4YjU5NTkzYzIxYTJhOGJlNjMyODExMzU0NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d38574bf-6be3-489c-8b3f-1ede1526aaaa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-11T06:25:31.115Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:31.115Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:31.117Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:31.117Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147894148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:25:31.217Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:31.218Z||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-11T06:25:31.218Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:31.228Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:25:31.228Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-11T06:25:32.117Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:32.118Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:32.120Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:32.121Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147894148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-11T06:25:32.221Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:32.222Z||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-11T06:25:32.222Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:32.232Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:25:32.232Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:33.122Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:33.122Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:33.125Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:33.125Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147894148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-11T06:25:33.225Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-11T06:25:33.226Z||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-11T06:25:33.227Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:33.237Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:25:33.237Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:34.126Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:34.127Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:34.130Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:34.131Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147894148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:25:34.231Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:34.232Z||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-11T06:25:34.232Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:34.243Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:25:34.243Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:35.131Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:35.132Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:35.134Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:35.134Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147894148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-11T06:25:35.234Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:35.235Z||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-11T06:25:35.235Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:35.244Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:25:35.244Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:36.135Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:36.135Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:36.138Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:36.138Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147894148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-11T06:25:36.238Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:36.239Z||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-11T06:25:36.239Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:36.250Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:25:36.250Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:37.138Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-11T06:25:37.139Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:37.141Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:37.141Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147894148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-11T06:25:37.241Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:37.243Z||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-11T06:25:37.243Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:37.252Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:25:37.252Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:38.143Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "57902ab9-a012-46e2-850a-24fe7a691d4e",
"serviceDescription": "service",
"serviceInvariantUUID": "443cf280-093a-46ec-8d08-c012d2ad22fd",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "9c1b7e5a-8ffe-4842-9223-03125a4000cf",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "51d01019-673a-4117-b473-35939ee2652d",
"resourceInvariantUUID": "c8374a7b-6b67-4021-b87a-977c58c7fcc9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NzUzYTlhMzc5MWY5OWNmZmQ0NDg0MGU1MTIyMTE0Njk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e06c877e-227c-4b33-9086-4ef4c17e67e8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4b2b119b-087f-418e-9bde-859559cd4c99",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "390618bc-c1cc-4e00-aa6f-4ffc49faf5aa",
"generatedFromUUID": "4b2b119b-087f-418e-9bde-859559cd4c99"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "390618bc-c1cc-4e00-aa6f-4ffc49faf5aa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NzcxNjQ4YjU5NTkzYzIxYTJhOGJlNjMyODExMzU0NWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d38574bf-6be3-489c-8b3f-1ede1526aaaa"
}
],
"workloadContext": "Production"
}
2022-11-11T06:25:38.143Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-11T06:25:38.144Z|4e650a03-a26c-4d40-a55a-caa7d4b9748c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57902ab9-a012-46e2-850a-24fe7a691d4e ASDC
2022-11-11T06:25:38.144Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c96ae9d8-2962-4224-aa7e-4fed47082720
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:57902ab9-a012-46e2-850a-24fe7a691d4e
ServiceInvariantUUID:443cf280-093a-46ec-8d08-c012d2ad22fd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:d38574bf-6be3-489c-8b3f-1ede1526aaaa
ArtifactChecksum:NzcxNjQ4YjU5NTkzYzIxYTJhOGJlNjMyODExMzU0NWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9c1b7e5a-8ffe-4842-9223-03125a4000cf
ResourceInvariantUUID:c8374a7b-6b67-4021-b87a-977c58c7fcc9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:51d01019-673a-4117-b473-35939ee2652d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:e06c877e-227c-4b33-9086-4ef4c17e67e8
ArtifactChecksum:NzUzYTlhMzc5MWY5OWNmZmQ0NDg0MGU1MTIyMTE0Njk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:4b2b119b-087f-418e-9bde-859559cd4c99
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:390618bc-c1cc-4e00-aa6f-4ffc49faf5aa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:390618bc-c1cc-4e00-aa6f-4ffc49faf5aa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-11T06:25:38.145Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57902ab9-a012-46e2-850a-24fe7a691d4e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-11T06:25:38.183Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:25:38.184Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:25:38.184Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:25:38.184Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d38574bf-6be3-489c-8b3f-1ede1526aaaa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-11T06:25:38.184Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-11T06:25:38.184Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-11T06:25:38.253Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-11T06:25:38.258Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d38574bf-6be3-489c-8b3f-1ede1526aaaa 74798
2022-11-11T06:25:38.258Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-11T06:25:38.258Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-11T06:25:38.258Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-11T06:25:38.259Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-11T06:25:38.260Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-11T06:25:38.261Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c96ae9d8-2962-4224-aa7e-4fed47082720",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668147938258,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-11T06:25:38.361Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-11T06:25:38.362Z||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-11T06:25:38.362Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5WgNSJTmuhDV6kxY) ...
2022-11-11T06:25:38.371Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T06:25:38.372Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-11T06:25:39.261Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-11T06:25:39.263Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-11T06:25:39.263Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d38574bf-6be3-489c-8b3f-1ede1526aaaa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:39.263Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-11T06:25:39.264Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:39.264Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:39.388Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9941678511277292774/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-11T06:25:40.749Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:40.750Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:40.751Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-11T06:25:40.751Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-11T06:25:40.751Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:25:40.751Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:40.751Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:40.752Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-11T06:25:40.752Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:25:40.752Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:25:40.752Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:40.752Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:40.753Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-11T06:25:40.753Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-11T06:25:40.753Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:25:40.753Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-11T06:25:40.753Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:25:40.753Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-11T06:25:40.754Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-11T06:25:40.754Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-11T06:25:40.754Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-11T06:25:40.754Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-11T06:25:40.754Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-11T06:25:40.754Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:25:40.755Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-11T06:25:40.755Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:25:40.755Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:40.755Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:25:40.755Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:25:40.756Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:40.756Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:25:40.756Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-11T06:25:40.756Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-11T06:25:40.756Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-11T06:25:40.756Z|c96ae9d8-2962-4224-aa7e-4fed47082720|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery