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-03-15T05:25:32.640Z||main|||||INFO|500||The following profiles are active: basic
2022-03-15T05:25:45.007Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-15T05:25:45.007Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-15T05:25:45.116Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-15T05:25:49.494Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-15T05:25:49.984Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-15T05:25:50.537Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-15T05:25:50.546Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-15T05:25:50.656Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-15T05:25:50.894Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-15T05:25:51.486Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-15T05:25:53.408Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T05:25:56.121Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T05:25:56.181Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-15T05:25:56.866Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T05:25:57.077Z||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-03-15T05:25:58.470Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T05:25:59.618Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-15T05:25:59.646Z||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$$75ebdfa9.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-03-15T05:25:59.647Z||main|||||WARN|500||The sdc end point is not alive
2022-03-15T05:26:02.983Z||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-03-15T05:26:05.937Z||main|||||WARN|500||---
2022-03-15T05:26:05.937Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-15T05:26:05.937Z||main|||||WARN|500||---
2022-03-15T05:26:06.441Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-15T05:26:11.970Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-15T05:26:11.990Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-15T05:26:11.964Z||main|||||INFO|500||Started Application in 42.775 seconds (JVM running for 45.025)
2022-03-15T05:26:12.010Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-15T05:26:12.053Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-15T05:26:12.112Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b95fd65b-3e52-4c3c-a8e6-b8c141e019f2 url= /sdc/v1/artifactTypes
2022-03-15T05:26:12.113Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-15T05:26:12.435Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-15T05:26:12.465Z||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-03-15T05:26:12.492Z||scheduling-1|||||DEBUG|500||create keys
2022-03-15T05:26:12.501Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-15T05:26:12.560Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:26:12.581Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 607fa50c-6529-48e7-b6e4-eb0e0d6f94c5 url= /sdc/v1/registerForDistribution
2022-03-15T05:26:12.829Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 607fa50c-6529-48e7-b6e4-eb0e0d6f94c5 url= /sdc/v1/registerForDistribution
2022-03-15T05:26:12.829Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-15T05:26:12.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:26:12.860Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-15T05:26:12.871Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:26:12.875Z||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-03-15T05:26:12.875Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:26:12.880Z||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-03-15T05:26:12.880Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:26:23.183Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:26:23.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:27:12.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:27:12.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:27:12.840Z||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-03-15T05:27:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:27:12.842Z||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-03-15T05:27:12.842Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:27:22.407Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:27:22.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:28:12.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:28:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:28:12.841Z||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-03-15T05:28:12.841Z||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-03-15T05:28:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:28:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:28:22.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:28:22.400Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:29:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:29:12.838Z||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-03-15T05:29:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:29:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:29:12.839Z||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-03-15T05:29:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:29:22.414Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:29:22.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:30:12.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:30:12.838Z||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-03-15T05:30:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:30:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:30:12.840Z||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-03-15T05:30:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:30:22.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:30:22.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:31:12.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:31:12.838Z||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-03-15T05:31:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:31:12.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:31:12.841Z||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-03-15T05:31:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:31:22.398Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:31:22.399Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:32:12.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:32:12.838Z||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-03-15T05:32:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:32:12.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:32:12.840Z||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-03-15T05:32:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:32:22.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:32:22.399Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:33:12.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:33:12.838Z||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-03-15T05:33:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:33:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:33:12.840Z||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-03-15T05:33:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:33:22.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:33:22.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:34:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:34:12.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:34:12.840Z||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-03-15T05:34:12.840Z||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-03-15T05:34:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:34:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:34:22.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:34:22.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:35:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:35:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:35:12.841Z||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-03-15T05:35:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:35:12.842Z||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-03-15T05:35:12.842Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:35:22.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:35:22.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:36:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:36:12.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:36:12.839Z||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-03-15T05:36:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:36:12.839Z||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-03-15T05:36:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:36:16.841Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-15T05:36:22.397Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:36:22.398Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:37:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:37:12.838Z||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-03-15T05:37:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:37:12.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:37:12.841Z||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-03-15T05:37:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:37:22.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:37:22.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:38:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:38:12.838Z||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-03-15T05:38:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:38:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:38:12.839Z||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-03-15T05:38:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:38:22.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:38:22.404Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:39:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:39:12.838Z||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-03-15T05:39:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:39:12.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:39:12.840Z||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-03-15T05:39:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:39:22.389Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:39:22.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:40:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:40:12.838Z||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-03-15T05:40:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:40:12.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:40:12.840Z||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-03-15T05:40:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:40:22.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:40:22.393Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:41:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:41:12.838Z||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-03-15T05:41:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:41:12.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:41:12.839Z||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-03-15T05:41:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:41:22.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:41:22.409Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:42:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:42:12.838Z||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-03-15T05:42:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:42:12.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:42:12.840Z||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-03-15T05:42:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:42:22.393Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:42:22.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:43:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:43:12.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:43:12.839Z||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-03-15T05:43:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:43:12.840Z||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-03-15T05:43:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:43:22.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:43:22.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:44:12.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:44:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:44:12.840Z||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-03-15T05:44:12.840Z||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-03-15T05:44:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:44:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:44:22.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:44:22.402Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:45:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:45:12.838Z||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-03-15T05:45:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:45:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:45:12.839Z||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-03-15T05:45:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:45:22.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:45:22.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:46:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:46:12.838Z||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-03-15T05:46:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:46:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:46:12.840Z||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-03-15T05:46:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:46:22.384Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:46:22.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:47:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:47:12.838Z||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-03-15T05:47:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:47:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:47:12.839Z||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-03-15T05:47:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:47:22.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:47:22.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:48:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:48:12.838Z||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-03-15T05:48:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:48:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:48:12.839Z||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-03-15T05:48:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:48:22.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:48:22.388Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:49:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:49:12.838Z||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-03-15T05:49:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:49:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:49:12.839Z||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-03-15T05:49:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:49:22.388Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:49:22.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:50:12.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:50:12.838Z||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-03-15T05:50:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:50:12.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:50:12.839Z||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-03-15T05:50:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:50:22.394Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:50:22.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:51:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:51:12.838Z||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-03-15T05:51:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:51:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:51:12.840Z||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-03-15T05:51:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:51:22.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:51:22.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:52:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:52:12.839Z||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-03-15T05:52:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:52:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:52:12.839Z||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-03-15T05:52:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:52:22.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:52:22.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:53:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:53:12.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:53:12.839Z||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-03-15T05:53:12.839Z||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-03-15T05:53:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:53:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:53:22.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:53:22.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:54:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:54:12.838Z||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-03-15T05:54:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:54:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:54:12.839Z||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-03-15T05:54:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:54:22.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:54:22.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:55:12.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:55:12.838Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:55:12.838Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:55:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:55:12.840Z||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-03-15T05:55:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:55:22.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:55:22.400Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:56:12.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:56:12.838Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:56:12.838Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:56:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:56:12.839Z||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-03-15T05:56:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:56:22.403Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:56:22.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:57:12.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:57:12.838Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:57:12.838Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:57:12.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:57:12.839Z||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-03-15T05:57:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:57:22.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:57:22.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:58:12.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:58:12.838Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:58:12.838Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:58:12.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:58:12.839Z||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-03-15T05:58:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:58:22.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:58:22.392Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:12.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:59:12.838Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T05:59:12.838Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T05:59:12.839Z||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-03-15T05:59:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:13.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:13.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:13.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1","serviceName":"basic_onboard_rHKjxP","serviceVersion":"1.0","serviceUUID":"e04a7a59-3d70-48d3-a824-cadb13606d73","serviceDescription":"service","serviceInvariantUUID":"7388b199-2be2-4fc7-a1f8-f2061d84fe48","resources":[{"resourceInstanceName":"basic_onboard_rHKjxP 0","resourceName":"basic_onboard_rHKjxP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d7a528a-ee33-4225-b754-dcc0be8ce0d7","resourceInvariantUUID":"2dc65b40-6f78-427d-b002-95a0b776b783","resourceCustomizationUUID":"d4107d71-cb9c-45a7-9f8b-6338b1bc914a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml","artifactChecksum":"NzFkOTQ3NmYxYjdjZDJjODVhYWQ1ZWJkMDYzNzAyZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"994b0f8f-4778-4090-bb86-996095c0ad3f","artifactVersion":"1"},{"artifactName":"basic_onboard_rhkjxp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json","artifactChecksum":"YTdiYWI2ZGM1ZDAxYmM3YzRmZjU4MDg4Yjg0ZDBkMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"729f8567-74b6-4ed4-a3f3-f975ee3436bc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4e65ba07-cc4b-43d3-8189-08327594672c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d5f96367-1f18-4867-b8dc-63b2e2cfab95","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bcbf4a0b-419b-4fe4-bde9-e1340a59f009","artifactVersion":"2","generatedFromUUID":"4e65ba07-cc4b-43d3-8189-08327594672c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRhkjxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml","artifactChecksum":"Y2IzMzUyZjFhN2YyMWI4OTdlOGU2NzQ5ZDNiOTRmYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5e61a50-2433-4abd-9e40-cc889fea6734","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRhkjxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar","artifactChecksum":"NDM5MzhiZjk2MTFjMTM4NjQ3YzE3MTc1ZmQxMTRkZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c2ce16e-21d3-4ec6-a1d7-e3ad3a956bf0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T05:59:13.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323940674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.490Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:13.499Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:13.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T05:59:13.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323941187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T05:59:13.518Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:13.518Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "policy-id",
"timestamp": 1647323943972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T05:59:13.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "cds",
"timestamp": 1647323947378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T05:59:13.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323940674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T05:59:13.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323941187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T05:59:13.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T05:59:13.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "policy-id",
"timestamp": 1647323943972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T05:59:13.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "cds",
"timestamp": 1647323947378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T05:59:13.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323940674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T05:59:13.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323941187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T05:59:13.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T05:59:13.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "policy-id",
"timestamp": 1647323943972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T05:59:13.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T05:59:13.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T05:59:13.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "cds",
"timestamp": 1647323947378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T05:59:13.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T05:59:13.618Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-15T05:59:13.623Z||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-03-15T05:59:13.623Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:13.638Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:13.639Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:14.528Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:14.528Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:14.530Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:14.530Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T05:59:14.630Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:14.632Z||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-03-15T05:59:14.632Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:14.648Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:14.648Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:15.531Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:15.532Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:15.534Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:15.534Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T05:59:15.635Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T05:59:15.636Z||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-03-15T05:59:15.636Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:15.657Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:15.657Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:16.535Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:16.536Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:16.538Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:16.538Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T05:59:16.638Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T05:59:16.639Z||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-03-15T05:59:16.640Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:16.651Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:16.652Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:17.539Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:17.540Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:17.542Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:17.542Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T05:59:17.642Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:17.643Z||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-03-15T05:59:17.643Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:17.660Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:17.661Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:18.543Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:18.544Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:18.545Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:18.546Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T05:59:18.646Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:18.647Z||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-03-15T05:59:18.647Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:18.659Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:18.659Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:19.547Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T05:59:19.548Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:19.550Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:19.550Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T05:59:19.650Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:19.651Z||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-03-15T05:59:19.651Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:19.664Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:19.665Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:20.552Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"serviceName": "basic_onboard_rHKjxP",
"serviceVersion": "1.0",
"serviceUUID": "e04a7a59-3d70-48d3-a824-cadb13606d73",
"serviceDescription": "service",
"serviceInvariantUUID": "7388b199-2be2-4fc7-a1f8-f2061d84fe48",
"resources": [
{
"resourceInstanceName": "basic_onboard_rHKjxP 0",
"resourceCustomizationUUID": "d4107d71-cb9c-45a7-9f8b-6338b1bc914a",
"resourceName": "basic_onboard_rHKjxP",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6d7a528a-ee33-4225-b754-dcc0be8ce0d7",
"resourceInvariantUUID": "2dc65b40-6f78-427d-b002-95a0b776b783",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rhkjxp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"artifactChecksum": "YTdiYWI2ZGM1ZDAxYmM3YzRmZjU4MDg4Yjg0ZDBkMmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "729f8567-74b6-4ed4-a3f3-f975ee3436bc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4e65ba07-cc4b-43d3-8189-08327594672c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bcbf4a0b-419b-4fe4-bde9-e1340a59f009",
"generatedFromUUID": "4e65ba07-cc4b-43d3-8189-08327594672c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bcbf4a0b-419b-4fe4-bde9-e1340a59f009",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRhkjxp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"artifactChecksum": "NDM5MzhiZjk2MTFjMTM4NjQ3YzE3MTc1ZmQxMTRkZDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5c2ce16e-21d3-4ec6-a1d7-e3ad3a956bf0"
}
],
"workloadContext": "Production"
}
2022-03-15T05:59:20.553Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T05:59:20.553Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e04a7a59-3d70-48d3-a824-cadb13606d73 ASDC
2022-03-15T05:59:20.678Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
ServiceName:basic_onboard_rHKjxP
ServiceVersion:1.0
ServiceUUID:e04a7a59-3d70-48d3-a824-cadb13606d73
ServiceInvariantUUID:7388b199-2be2-4fc7-a1f8-f2061d84fe48
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRhkjxp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar
ArtifactUUID:5c2ce16e-21d3-4ec6-a1d7-e3ad3a956bf0
ArtifactChecksum:NDM5MzhiZjk2MTFjMTM4NjQ3YzE3MTc1ZmQxMTRkZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rHKjxP 0
ResourceCustomizationUUID:d4107d71-cb9c-45a7-9f8b-6338b1bc914a
ResourceInvariantUUID:2dc65b40-6f78-427d-b002-95a0b776b783
ResourceName:basic_onboard_rHKjxP
ResourceType:VF
ResourceUUID:6d7a528a-ee33-4225-b754-dcc0be8ce0d7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rhkjxp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json
ArtifactUUID:729f8567-74b6-4ed4-a3f3-f975ee3436bc
ArtifactChecksum:YTdiYWI2ZGM1ZDAxYmM3YzRmZjU4MDg4Yjg0ZDBkMmU=
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/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4e65ba07-cc4b-43d3-8189-08327594672c
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/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env
ArtifactUUID:bcbf4a0b-419b-4fe4-bde9-e1340a59f009
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/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env
ArtifactUUID:bcbf4a0b-419b-4fe4-bde9-e1340a59f009
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T05:59:20.679Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e04a7a59-3d70-48d3-a824-cadb13606d73 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-03-15T05:59:20.908Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T05:59:20.910Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-15T05:59:20.912Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-15T05:59:20.912Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5c2ce16e-21d3-4ec6-a1d7-e3ad3a956bf0 from URL: /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:20.912Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T05:59:20.914Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:21.077Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T05:59:21.092Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar 5c2ce16e-21d3-4ec6-a1d7-e3ad3a956bf0 71591
2022-03-15T05:59:21.093Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar ASDC sendASDCNotification
2022-03-15T05:59:21.094Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:21.095Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T05:59:21.096Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:21.097Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:21.098Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323961092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T05:59:21.198Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:21.199Z||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-03-15T05:59:21.199Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:21.213Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:21.214Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:22.098Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T05:59:22.099Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-15T05:59:22.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5c2ce16e-21d3-4ec6-a1d7-e3ad3a956bf0, URL: /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar to file: /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:22.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:22.182Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:22.182Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:22.906Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18443695635516706608/Definitions/service-BasicOnboardRhkjxp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-15T05:59:25.092Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T05:59:25.098Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-15T05:59:25.099Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.099Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T05:59:25.099Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.099Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.099Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rHKjxP 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:25.100Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-15T05:59:25.108Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.109Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.114Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:25.114Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-15T05:59:25.116Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T05:59:25.118Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.118Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.118Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:25.119Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-15T05:59:25.119Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T05:59:25.119Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.120Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.124Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.125Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is not matching search criteria
2022-03-15T05:59:25.125Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-15T05:59:25.125Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-15T05:59:25.125Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-15T05:59:25.126Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T05:59:25.126Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T05:59:25.126Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.126Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T05:59:25.128Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.129Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:25.129Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T05:59:25.129Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.130Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:25.130Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T05:59:25.130Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.131Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:25.131Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T05:59:25.132Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.132Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is not matching search criteria
2022-03-15T05:59:25.132Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T05:59:25.133Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T05:59:25.133Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8771ea93-0afc-4b36-8952-7bc756ae1e41
2022-03-15T05:59:25.133Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.133Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.134Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.134Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.134Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.135Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.135Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:25.135Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:25.136Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_rHKjxP
Description:service
Model UUID:e04a7a59-3d70-48d3-a824-cadb13606d73
Model Version:NULL
Model InvariantUuid:7388b199-2be2-4fc7-a1f8-f2061d84fe48
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_rHKjxP
Model UUID:8a4d6e9c-7db7-479c-ae93-2605f70dd9a5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2dc65b40-6f78-427d-b002-95a0b776b783
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d4107d71-cb9c-45a7-9f8b-6338b1bc914a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:37e8b75b-b75c-40b0-b04a-e6fd15b29505
ModelName:BasicOnboardRhkjxp..base_ubuntu18..module-0
ModelUuid:8e51777d-170b-454f-9eaa-10bffae0e56a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8771ea93-0afc-4b36-8952-7bc756ae1e41
ModelInvariantUuid:f1571456-7a78-4fa6-92de-2818bce0817a
ModelName:basic_onboard_rHKjxP-nodes.ubuntu18Cvfc
ModelUuid:287a198a-2c3e-42b0-a805-91b20eed7b30
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3fc568d2-7dad-4224-bb0f-3efbbd6fd1c7
ModelInvariantUuid:baee92f8-3ae8-4b4a-9e7c-39c11848c6d8
ModelName:BasicOnboardRhkjxp.compute.nodes.heat.ubuntu18
ModelUuid:ca050af4-31a2-43c2-a527-fb1d6fc34962
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-03-15T05:59:25.158Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d7a528a-ee33-4225-b754-dcc0be8ce0d7
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-03-15T05:59:25.236Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||basic_onboard_rHKjxP 0
2022-03-15T05:59:25.243Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d7a528a-ee33-4225-b754-dcc0be8ce0d7
2022-03-15T05:59:25.243Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 729f8567-74b6-4ed4-a3f3-f975ee3436bc from URL: /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json
2022-03-15T05:59:25.244Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T05:59:25.244Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json
2022-03-15T05:59:25.435Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T05:59:25.436Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json 729f8567-74b6-4ed4-a3f3-f975ee3436bc 798
2022-03-15T05:59:25.437Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json ASDC sendASDCNotification
2022-03-15T05:59:25.437Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json
2022-03-15T05:59:25.437Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T05:59:25.438Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:25.442Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:25.442Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323965437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T05:59:25.541Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-15T05:59:25.542Z||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-03-15T05:59:25.543Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:25.567Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:25.568Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:26.444Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRhkjxp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "37e8b75b-b75c-40b0-b04a-e6fd15b29505",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8e51777d-170b-454f-9eaa-10bffae0e56a",
"vfModuleModelCustomizationUUID": "2b05aabf-0755-4c3f-834c-3e5abc923c17",
"isBase": true,
"artifacts": [
"4e65ba07-cc4b-43d3-8189-08327594672c",
"bcbf4a0b-419b-4fe4-bde9-e1340a59f009"
],
"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-03-15T05:59:26.459Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRhkjxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e51777d-170b-454f-9eaa-10bffae0e56a
VfModuleModelInvariantUUID:37e8b75b-b75c-40b0-b04a-e6fd15b29505
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e65ba07-cc4b-43d3-8189-08327594672c
,
bcbf4a0b-419b-4fe4-bde9-e1340a59f009
}
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-03-15T05:59:26.462Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRhkjxp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "37e8b75b-b75c-40b0-b04a-e6fd15b29505",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8e51777d-170b-454f-9eaa-10bffae0e56a",
"vfModuleModelCustomizationUUID": "2b05aabf-0755-4c3f-834c-3e5abc923c17",
"isBase": true,
"artifacts": [
"4e65ba07-cc4b-43d3-8189-08327594672c",
"bcbf4a0b-419b-4fe4-bde9-e1340a59f009"
],
"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-03-15T05:59:26.463Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRhkjxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e51777d-170b-454f-9eaa-10bffae0e56a
VfModuleModelInvariantUUID:37e8b75b-b75c-40b0-b04a-e6fd15b29505
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e65ba07-cc4b-43d3-8189-08327594672c
,
bcbf4a0b-419b-4fe4-bde9-e1340a59f009
}
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-03-15T05:59:26.463Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4e65ba07-cc4b-43d3-8189-08327594672c from URL: /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml
2022-03-15T05:59:26.463Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T05:59:26.463Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml
2022-03-15T05:59:27.033Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T05:59:27.034Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml 4e65ba07-cc4b-43d3-8189-08327594672c 5033
2022-03-15T05:59:27.034Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T05:59:27.034Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml
2022-03-15T05:59:27.034Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T05:59:27.035Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:27.036Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:27.037Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323967034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T05:59:27.137Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:27.138Z||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-03-15T05:59:27.142Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:27.153Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:27.154Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:28.038Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bcbf4a0b-419b-4fe4-bde9-e1340a59f009 from URL: /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env
2022-03-15T05:59:28.038Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T05:59:28.038Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env
2022-03-15T05:59:28.542Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T05:59:28.543Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env bcbf4a0b-419b-4fe4-bde9-e1340a59f009 909
2022-03-15T05:59:28.543Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T05:59:28.543Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env
2022-03-15T05:59:28.543Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T05:59:28.544Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:28.546Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:28.546Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323968543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T05:59:28.646Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T05:59:28.648Z||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-03-15T05:59:28.648Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:28.664Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:28.664Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:29.547Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e04a7a59-3d70-48d3-a824-cadb13606d73
2022-03-15T05:59:29.548Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rHKjxP 0 6d7a528a-ee33-4225-b754-dcc0be8ce0d7 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-03-15T05:59:29.575Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@581c18cd, org.onap.sdc.toscaparser.api.parameters.Input@22aa5dce, org.onap.sdc.toscaparser.api.parameters.Input@683cf01d, org.onap.sdc.toscaparser.api.parameters.Input@2f1c1095, org.onap.sdc.toscaparser.api.parameters.Input@17febfcb]
2022-03-15T05:59:29.579Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.579Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.580Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-15T05:59:29.580Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d4107d71-cb9c-45a7-9f8b-6338b1bc914a
2022-03-15T05:59:29.580Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4107d71-cb9c-45a7-9f8b-6338b1bc914a matches Tosca VF Customization UUID: d4107d71-cb9c-45a7-9f8b-6338b1bc914a
2022-03-15T05:59:29.580Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d4107d71-cb9c-45a7-9f8b-6338b1bc914a 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-03-15T05:59:29.587Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.587Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.588Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d4107d71-cb9c-45a7-9f8b-6338b1bc914a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-15T05:59:29.588Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f690ee2
2022-03-15T05:59:29.589Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.589Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T05:59:29.589Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b05aabf-0755-4c3f-834c-3e5abc923c17
2022-03-15T05:59:29.590Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b05aabf-0755-4c3f-834c-3e5abc923c17
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-03-15T05:59:29.597Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.597Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:29.597Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T05:59:29.598Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.598Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:29.598Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T05:59:29.599Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.599Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is not matching search criteria
2022-03-15T05:59:29.599Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T05:59:29.599Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T05:59:29.599Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8771ea93-0afc-4b36-8952-7bc756ae1e41
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-03-15T05:59:29.607Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.607Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:29.608Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T05:59:29.608Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.608Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_rHKjxP 0 is matching search criteria
2022-03-15T05:59:29.608Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_rHKjxP 0] matching following query criteria: sdcType=VF, customizationUUID=d4107d71-cb9c-45a7-9f8b-6338b1bc914a
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-03-15T05:59:29.610Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.611Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.611Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e04a7a59-3d70-48d3-a824-cadb13606d73: basic_onboard_rHKjxP
2022-03-15T05:59:29.612Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.612Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.612Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.612Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.613Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.613Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.613Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.613Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.614Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T05:59:29.614Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_rHKjxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T05:59:29.614Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_rHKjxP
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-03-15T05:59:29.784Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rHKjxP 6d7a528a-ee33-4225-b754-dcc0be8ce0d7 1 ASDC deployResourceStructure
2022-03-15T05:59:29.785Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json ASDC sendASDCNotification
2022-03-15T05:59:29.786Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json
2022-03-15T05:59:29.786Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T05:59:29.786Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:29.789Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:29.789Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323969785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T05:59:29.889Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:29.891Z||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-03-15T05:59:29.891Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:29.904Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:29.905Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:30.790Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T05:59:30.791Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml
2022-03-15T05:59:30.791Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T05:59:30.791Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:30.793Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:30.793Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323970790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T05:59:30.893Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:30.894Z||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-03-15T05:59:30.894Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:30.909Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:30.910Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T05:59:31.794Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T05:59:31.794Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env
2022-03-15T05:59:31.795Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T05:59:31.795Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:31.797Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:31.797Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323971794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-15T05:59:31.897Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:31.898Z||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-03-15T05:59:31.898Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:31.911Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:31.912Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:32.798Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar ASDC sendASDCNotification
2022-03-15T05:59:32.798Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar
2022-03-15T05:59:32.798Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T05:59:32.799Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T05:59:32.800Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T05:59:32.801Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323972797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T05:59:32.901Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T05:59:32.902Z||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-03-15T05:59:32.902Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T05:59:32.921Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T05:59:32.921Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T05:59:33.802Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
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-03-15T05:59:33.825Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
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-03-15T05:59:33.827Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T05:59:33.828Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T05:59:33.828Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:00:03.828Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
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-03-15T06:00:03.840Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
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-03-15T06:00:03.844Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:00:03.844Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:00:03.844Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:00:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:00:12.840Z||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-03-15T06:00:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:00:12.988Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:00:12.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:00:12.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323940674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:00:12.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:00:33.845Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
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-03-15T06:00:33.856Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
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-03-15T06:00:33.858Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:00:33.858Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:00:33.858Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:01:03.859Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
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-03-15T06:01:03.869Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
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-03-15T06:01:03.871Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:01:03.871Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:01:03.872Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:01:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:01:12.840Z||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-03-15T06:01:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:01:12.896Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:01:13.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "policy-id",
"timestamp": 1647323943972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323941187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "cds",
"timestamp": 1647323947378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323940674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "policy-id",
"timestamp": 1647323943972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323941187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "cds",
"timestamp": 1647323947378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323940674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "policy-id",
"timestamp": 1647323943972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323941187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "cds",
"timestamp": 1647323947378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323940674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "policy-id",
"timestamp": 1647323943972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323941187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "cds",
"timestamp": 1647323947378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323958219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "cds",
"timestamp": 1647323957114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "policy-id",
"timestamp": 1647323957877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "cds",
"timestamp": 1647323958134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-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-03-15T06:01:13.459Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
2022-03-15T06:01:13.460Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 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-03-15T06:01:13.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "policy-id",
"timestamp": 1647323958886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323959497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323952837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "policy-id",
"timestamp": 1647323959891,
"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-03-15T06:01:13.479Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
2022-03-15T06:01:13.479Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 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-03-15T06:01:13.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323960716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323961092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323960674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323961795,
"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-03-15T06:01:13.500Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
2022-03-15T06:01:13.500Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T06:01:13.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323960674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323962801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.513Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323960674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "cds",
"timestamp": 1647323962378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323963808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "aai-ml",
"timestamp": 1647323963153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323960674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "policy-id",
"timestamp": 1647323963972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "cds",
"timestamp": 1647323962378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323963808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323965437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323960674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "policy-id",
"timestamp": 1647323963972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "cds",
"timestamp": 1647323962378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323963808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323965914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323960674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "policy-id",
"timestamp": 1647323963972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323967034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "cds",
"timestamp": 1647323962378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323963808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "ves-openapi-manager",
"timestamp": 1647323960674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "policy-id",
"timestamp": 1647323963972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "cds",
"timestamp": 1647323962378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323963808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323968543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "policy-id",
"timestamp": 1647323963972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "cds",
"timestamp": 1647323962378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323963808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323969785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/basic_onboard_rhkjxp0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "policy-id",
"timestamp": 1647323963972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "cds",
"timestamp": 1647323962378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323963808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323970790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "policy-id",
"timestamp": 1647323963972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323970854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "clamp",
"timestamp": 1647323970411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "cds",
"timestamp": 1647323970710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323971794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/resourceInstances/basic_onboard_rhkjxp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323971927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323971859,
"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-03-15T06:01:13.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
2022-03-15T06:01:13.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 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-03-15T06:01:13.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "policy-id",
"timestamp": 1647323972163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647323972797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "cds",
"timestamp": 1647323971746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.574Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 571a52fd-dbd6-49d0-a1d6-a798458d2c75
2022-03-15T06:01:13.574Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 571a52fd-dbd6-49d0-a1d6-a798458d2c75 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-03-15T06:01:13.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "clamp",
"timestamp": 1647323972426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.583Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323973529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "policy-id",
"timestamp": 1647323973168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "clamp",
"timestamp": 1647323973436,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.589Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
2022-03-15T06:01:13.590Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "policy-id",
"timestamp": 1647323974172,
"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-03-15T06:01:13.602Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 571a52fd-dbd6-49d0-a1d6-a798458d2c75
2022-03-15T06:01:13.603Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 571a52fd-dbd6-49d0-a1d6-a798458d2c75 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-03-15T06:01:13.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323974923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323975959,
"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-03-15T06:01:13.617Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 571a52fd-dbd6-49d0-a1d6-a798458d2c75
2022-03-15T06:01:13.617Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-15T06:01:13.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647323976963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323957724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "aai-ml",
"timestamp": 1647323979024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRhkjxp/1.0/artifacts/service-BasicOnboardRhkjxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323980141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "aai-ml",
"timestamp": 1647323980033,
"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-03-15T06:01:13.634Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
2022-03-15T06:01:13.635Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 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-03-15T06:01:13.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "clamp",
"timestamp": 1647323955922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323984404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647323985409,
"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-03-15T06:01:13.651Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 571a52fd-dbd6-49d0-a1d6-a798458d2c75
2022-03-15T06:01:13.652Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 571a52fd-dbd6-49d0-a1d6-a798458d2c75 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-03-15T06:01:13.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:01:13.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "aai-ml",
"timestamp": 1647323955242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:01:13.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:01:13.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "aai-ml",
"timestamp": 1647323988311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "clamp",
"timestamp": 1647323993408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:01:13.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "clamp",
"timestamp": 1647323994429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "clamp",
"timestamp": 1647323995433,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:13.671Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 571a52fd-dbd6-49d0-a1d6-a798458d2c75
2022-03-15T06:01:13.671Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:01:13.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "aai-ml",
"timestamp": 1647324002506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:01:13.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:01:13.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:01:13.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "aai-ml",
"timestamp": 1647324003512,
"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-03-15T06:01:13.684Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 571a52fd-dbd6-49d0-a1d6-a798458d2c75
2022-03-15T06:01:13.685Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 571a52fd-dbd6-49d0-a1d6-a798458d2c75 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-03-15T06:01:33.872Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
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-03-15T06:01:33.884Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1
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-03-15T06:01:33.887Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:01:33.887Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:01:33.887Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:01:33.887Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:01:33.888Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:01:33.888Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:01:33.888Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:01:33.888Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:01:33.888Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:01:33.888Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:01:33.889Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:01:33.894Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:02:03.894Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 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-03-15T06:02:03.904Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and serviceModelVersionId: e04a7a59-3d70-48d3-a824-cadb13606d73
2022-03-15T06:02:03.904Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7388b199-2be2-4fc7-a1f8-f2061d84fe48
2022-03-15T06:02:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:02:12.841Z||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-03-15T06:02:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:18.327Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0
2022-03-15T06:02:18.434Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:02:18.976Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0|INFO|500||Invoke
2022-03-15T06:02:18.985Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac41c0d8-24ed-4774-bc7c-d4a387725402], X-ECOMP-RequestID=[90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1], X-TransactionId=[], X-ONAP-RequestID=[90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1], Content-Type=[application/merge-patch+json]}
2022-03-15T06:02:19.103Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-15T06:02:19.381Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?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/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220315-06:02:18:831-55397], vertex-id=[131168], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:02:18 GMT], Content-Type=[application/json]}
2022-03-15T06:02:19.382Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:02:19.383Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7388b199-2be2-4fc7-a1f8-f2061d84fe48/model-vers/model-ver/e04a7a59-3d70-48d3-a824-cadb13606d73?depth=0|INFO|500||InvokeReturn
2022-03-15T06:02:19.392Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:02:19.393Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:02:19.402Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T06:02:19.404Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:02:19.405Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:02:19.406Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:19.409Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:19.410Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324139404,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:02:19.510Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:02:19.511Z||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-03-15T06:02:19.511Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:19.524Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:19.525Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:20.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:20.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:02:20.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324139404,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:02:20.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T06:02:20.422Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:02:20.423Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:02:20.423Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:24.741Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:24.743Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T06:02:24.743Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"571a52fd-dbd6-49d0-a1d6-a798458d2c75","serviceName":"vFW 2022-03-15 05-56-23","serviceVersion":"1.0","serviceUUID":"2f6bb376-86b3-489f-915d-244cff02cbaa","serviceDescription":"catalog service description","serviceInvariantUUID":"26e88628-1e56-494e-a495-dad790e97426","resources":[{"resourceInstanceName":"vFW b33dc410-6ae0 0","resourceName":"vFW b33dc410-6ae0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5d9ab360-893a-41a4-925a-7d4be49fa2fd","resourceInvariantUUID":"9f9bc43e-be1e-4ac6-a27e-9f5a662f8c8d","resourceCustomizationUUID":"da9c0462-0e79-436a-b86c-89275df6af27","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml","artifactChecksum":"YWNhZjQyNWE0MDkxMmUzNTFhMmI0ODAzNjAyMTllMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63c45a3e-677b-482b-ab16-bd3c69a575d1","artifactVersion":"1"},{"artifactName":"vfwb33dc4106ae00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json","artifactChecksum":"YjUwNTQzZGY1MWNkNTRiZjM1YjUyYjU3YWY4ZTlhYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1477459d-1488-40b8-ae9f-c54bcd946834","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be4e1c00-57e3-4fd4-93b2-118dca0cafb3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml","artifactChecksum":"MzNlOWYyNWFhNTZlZWIyODI5M2JmOGMwZDZiZTVlMGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db053f64-da4a-46a5-b495-69f79172b038","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f6fdb56-30fa-4434-9d95-8f07da65e63e","artifactVersion":"2","generatedFromUUID":"be4e1c00-57e3-4fd4-93b2-118dca0cafb3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315055623-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml","artifactChecksum":"ZGYxZDI3OGMxNzRiOGQ1NzU5NjE0NjM5ZWVmZTM0N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54c06964-f4e1-4b7c-afff-9ae5f2358c61","artifactVersion":"1"},{"artifactName":"service-Vfw20220315055623-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar","artifactChecksum":"ZDcxOGIyMTEwMDlkMzM0OWZkOGUxZDNjZjQxMzIyYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9786d115-71e5-439e-b87f-ac890d851755","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T06:02:24.746Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:24.747Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:24.749Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:24.749Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:02:24.849Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:24.851Z||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-03-15T06:02:24.851Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:24.869Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:24.870Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:25.750Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:25.751Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:25.754Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:25.754Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "NOTIFIED"
}
2022-03-15T06:02:25.855Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:02:25.856Z||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-03-15T06:02:25.856Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:25.872Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:25.873Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:26.759Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:26.760Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:26.762Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:26.763Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T06:02:26.863Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:26.864Z||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-03-15T06:02:26.864Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:26.878Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:26.878Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:02:27.768Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:27.769Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:27.771Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:27.771Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:02:27.872Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:27.872Z||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-03-15T06:02:27.873Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:27.890Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:27.890Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:28.775Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:28.775Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:28.778Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:28.778Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T06:02:28.879Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T06:02:28.880Z||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-03-15T06:02:28.880Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:28.901Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:28.902Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:29.779Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:29.780Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:29.781Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:29.782Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:02:29.882Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:29.885Z||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-03-15T06:02:29.885Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:29.899Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:29.900Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:30.782Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:02:30.783Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:30.785Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:30.785Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:02:30.885Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:30.886Z||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-03-15T06:02:30.886Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:30.898Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:30.899Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:02:31.787Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"serviceName": "vFW 2022-03-15 05-56-23",
"serviceVersion": "1.0",
"serviceUUID": "2f6bb376-86b3-489f-915d-244cff02cbaa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "26e88628-1e56-494e-a495-dad790e97426",
"resources": [
{
"resourceInstanceName": "vFW b33dc410-6ae0 0",
"resourceCustomizationUUID": "da9c0462-0e79-436a-b86c-89275df6af27",
"resourceName": "vFW b33dc410-6ae0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5d9ab360-893a-41a4-925a-7d4be49fa2fd",
"resourceInvariantUUID": "9f9bc43e-be1e-4ac6-a27e-9f5a662f8c8d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb33dc4106ae00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"artifactChecksum": "YjUwNTQzZGY1MWNkNTRiZjM1YjUyYjU3YWY4ZTlhYTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1477459d-1488-40b8-ae9f-c54bcd946834",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "be4e1c00-57e3-4fd4-93b2-118dca0cafb3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f6fdb56-30fa-4434-9d95-8f07da65e63e",
"generatedFromUUID": "be4e1c00-57e3-4fd4-93b2-118dca0cafb3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f6fdb56-30fa-4434-9d95-8f07da65e63e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220315055623-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"artifactChecksum": "ZDcxOGIyMTEwMDlkMzM0OWZkOGUxZDNjZjQxMzIyYzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9786d115-71e5-439e-b87f-ac890d851755"
}
],
"workloadContext": "Production"
}
2022-03-15T06:02:31.787Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T06:02:31.787Z|90fc5e3e-6a0f-4afd-a42b-ce67c8a9a0a1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2f6bb376-86b3-489f-915d-244cff02cbaa ASDC
2022-03-15T06:02:31.788Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:571a52fd-dbd6-49d0-a1d6-a798458d2c75
ServiceName:vFW 2022-03-15 05-56-23
ServiceVersion:1.0
ServiceUUID:2f6bb376-86b3-489f-915d-244cff02cbaa
ServiceInvariantUUID:26e88628-1e56-494e-a495-dad790e97426
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220315055623-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar
ArtifactUUID:9786d115-71e5-439e-b87f-ac890d851755
ArtifactChecksum:ZDcxOGIyMTEwMDlkMzM0OWZkOGUxZDNjZjQxMzIyYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b33dc410-6ae0 0
ResourceCustomizationUUID:da9c0462-0e79-436a-b86c-89275df6af27
ResourceInvariantUUID:9f9bc43e-be1e-4ac6-a27e-9f5a662f8c8d
ResourceName:vFW b33dc410-6ae0
ResourceType:VF
ResourceUUID:5d9ab360-893a-41a4-925a-7d4be49fa2fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb33dc4106ae00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json
ArtifactUUID:1477459d-1488-40b8-ae9f-c54bcd946834
ArtifactChecksum:YjUwNTQzZGY1MWNkNTRiZjM1YjUyYjU3YWY4ZTlhYTA=
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/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml
ArtifactUUID:be4e1c00-57e3-4fd4-93b2-118dca0cafb3
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/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env
ArtifactUUID:1f6fdb56-30fa-4434-9d95-8f07da65e63e
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/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env
ArtifactUUID:1f6fdb56-30fa-4434-9d95-8f07da65e63e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T06:02:31.788Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f6bb376-86b3-489f-915d-244cff02cbaa 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-03-15T06:02:31.831Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:02:31.833Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-15T06:02:31.833Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-15T06:02:31.833Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9786d115-71e5-439e-b87f-ac890d851755 from URL: /sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:31.833Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T06:02:31.834Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:33.376Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T06:02:33.382Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar 9786d115-71e5-439e-b87f-ac890d851755 99007
2022-03-15T06:02:33.382Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar ASDC sendASDCNotification
2022-03-15T06:02:33.382Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:33.382Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:02:33.382Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:33.384Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:33.384Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324153382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:02:33.484Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:33.485Z||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-03-15T06:02:33.486Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:33.498Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:33.499Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:34.385Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:02:34.386Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-15T06:02:34.387Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9786d115-71e5-439e-b87f-ac890d851755, URL: /sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar to file: /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:34.387Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315055623-csar.csar
2022-03-15T06:02:34.388Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:34.388Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:34.573Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15303328018003344289/Definitions/service-Vfw20220315055623-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_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-15T06:02:36.743Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T06:02:36.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-15T06:02:36.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-15T06:02:36.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.745Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.745Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.745Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.745Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.746Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.746Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b33dc410-6ae0 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.746Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.746Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.746Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.746Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.747Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.747Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:36.747Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-15T06:02:36.747Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.748Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.748Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:36.748Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-15T06:02:36.749Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:02:36.749Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.749Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.749Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:36.750Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-15T06:02:36.750Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:02:36.750Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.750Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.751Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.751Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:36.751Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:36.752Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:36.752Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T06:02:36.752Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.753Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.753Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T06:02:36.753Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.753Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T06:02:36.754Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T06:02:36.754Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.754Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.754Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T06:02:36.755Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.755Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T06:02:36.755Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.755Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T06:02:36.756Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.756Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T06:02:36.756Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.756Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:36.757Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:36.757Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.757Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:36.758Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:36.758Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.758Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:36.758Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:36.759Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.759Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:36.759Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:36.759Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:36.760Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T06:02:36.760Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T06:02:36.760Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T06:02:36.760Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.761Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.761Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T06:02:36.761Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.761Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T06:02:36.762Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.762Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6425baae-3392-4849-b4b6-e179989a9419
2022-03-15T06:02:36.762Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.762Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:36.763Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:36.763Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:36.763Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T06:02:36.763Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.764Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.764Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T06:02:36.764Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.764Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T06:02:36.765Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T06:02:36.765Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.765Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T06:02:36.765Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.766Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8467a2a-ed95-4d94-aa15-cf29a56b7627
2022-03-15T06:02:36.766Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.766Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:36.766Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:36.767Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:36.767Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T06:02:36.767Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.768Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.768Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T06:02:36.768Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.768Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T06:02:36.769Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T06:02:36.769Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:36.769Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:36.769Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T06:02:36.770Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fabc5353-b902-4b08-b78b-3e758ed65798
2022-03-15T06:02:36.770Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.770Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.770Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.771Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.771Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.771Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.771Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:36.772Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:36.772Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-15 05-56-23
Description:catalog service description
Model UUID:2f6bb376-86b3-489f-915d-244cff02cbaa
Model Version:NULL
Model InvariantUuid:26e88628-1e56-494e-a495-dad790e97426
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b33dc410-6ae0
Model UUID:eba4d42e-e3ad-4401-a1fb-bd21e47d9106
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9f9bc43e-be1e-4ac6-a27e-9f5a662f8c8d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:da9c0462-0e79-436a-b86c-89275df6af27
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:635eb330-6a6f-4a13-ad28-290ed03181d3
ModelName:VfwB33dc4106ae0..base_vfw..module-0
ModelUuid:442b099a-9b2f-46ab-bbd1-a62cd109305e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6425baae-3392-4849-b4b6-e179989a9419
ModelInvariantUuid:4d213383-6a32-4f31-8e2c-84f274731224
ModelName:vFW b33dc410-6ae0-nodes.vfwCvfc
ModelUuid:dfcd00e8-8ef3-42d2-8fe1-b0485f51f470
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:50e29bc4-85d6-443c-90fc-499c16078e98
ModelInvariantUuid:53026f65-850b-4d07-8d5d-ee622de70601
ModelName:VfwB33dc4106ae0.compute.nodes.heat.vfw
ModelUuid:29d81bf7-2a23-460c-8709-d7f477627ccf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d8467a2a-ed95-4d94-aa15-cf29a56b7627
ModelInvariantUuid:b2d040c3-cfc0-4714-82e0-2ea323824fe3
ModelName:vFW b33dc410-6ae0-nodes.vsnCvfc
ModelUuid:2cd46ba8-7a37-426f-888e-7a1c4c4230d1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2850c836-d9a8-48c5-a8ec-0b0fcb51d5ff
ModelInvariantUuid:174364e0-c493-4787-a6a2-4ddbd655bc6b
ModelName:VfwB33dc4106ae0.compute.nodes.heat.vsn
ModelUuid:851c559a-59a7-4c0b-b9f1-36cbfd71c066
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fabc5353-b902-4b08-b78b-3e758ed65798
ModelInvariantUuid:a9aef75b-e6c3-4523-b4d1-2cbcfda5c67c
ModelName:vFW b33dc410-6ae0-nodes.vpgCvfc
ModelUuid:c4abe2f2-4e3b-44a0-a583-9fc75a2ddadb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:efd76bf6-512e-4974-b271-e523a44f7023
ModelInvariantUuid:24561ccf-e0d8-4cbc-93a0-3d835b430e5f
ModelName:VfwB33dc4106ae0.compute.nodes.heat.vpg
ModelUuid:cf95ff96-998f-43f3-b4e0-dca662d55bc0
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-03-15T06:02:36.778Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5d9ab360-893a-41a4-925a-7d4be49fa2fd
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-03-15T06:02:36.782Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||vFW b33dc410-6ae0 0
2022-03-15T06:02:36.782Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5d9ab360-893a-41a4-925a-7d4be49fa2fd
2022-03-15T06:02:36.782Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1477459d-1488-40b8-ae9f-c54bcd946834 from URL: /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json
2022-03-15T06:02:36.783Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T06:02:36.783Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json
2022-03-15T06:02:36.969Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T06:02:36.969Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json 1477459d-1488-40b8-ae9f-c54bcd946834 785
2022-03-15T06:02:36.970Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json ASDC sendASDCNotification
2022-03-15T06:02:36.970Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json
2022-03-15T06:02:36.970Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:02:36.971Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:36.973Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:36.973Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324156970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:02:37.073Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:37.074Z||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-03-15T06:02:37.074Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:37.087Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:37.088Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:37.974Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB33dc4106ae0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "635eb330-6a6f-4a13-ad28-290ed03181d3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "442b099a-9b2f-46ab-bbd1-a62cd109305e",
"vfModuleModelCustomizationUUID": "3c02711a-9599-489e-9c09-e371e6db01d4",
"isBase": true,
"artifacts": [
"be4e1c00-57e3-4fd4-93b2-118dca0cafb3",
"1f6fdb56-30fa-4434-9d95-8f07da65e63e"
],
"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-03-15T06:02:37.979Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB33dc4106ae0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:442b099a-9b2f-46ab-bbd1-a62cd109305e
VfModuleModelInvariantUUID:635eb330-6a6f-4a13-ad28-290ed03181d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
be4e1c00-57e3-4fd4-93b2-118dca0cafb3
,
1f6fdb56-30fa-4434-9d95-8f07da65e63e
}
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-03-15T06:02:37.981Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB33dc4106ae0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "635eb330-6a6f-4a13-ad28-290ed03181d3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "442b099a-9b2f-46ab-bbd1-a62cd109305e",
"vfModuleModelCustomizationUUID": "3c02711a-9599-489e-9c09-e371e6db01d4",
"isBase": true,
"artifacts": [
"be4e1c00-57e3-4fd4-93b2-118dca0cafb3",
"1f6fdb56-30fa-4434-9d95-8f07da65e63e"
],
"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-03-15T06:02:37.981Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB33dc4106ae0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:442b099a-9b2f-46ab-bbd1-a62cd109305e
VfModuleModelInvariantUUID:635eb330-6a6f-4a13-ad28-290ed03181d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
be4e1c00-57e3-4fd4-93b2-118dca0cafb3
,
1f6fdb56-30fa-4434-9d95-8f07da65e63e
}
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-03-15T06:02:37.981Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: be4e1c00-57e3-4fd4-93b2-118dca0cafb3 from URL: /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml
2022-03-15T06:02:37.981Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T06:02:37.982Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml
2022-03-15T06:02:38.169Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T06:02:38.170Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml be4e1c00-57e3-4fd4-93b2-118dca0cafb3 20368
2022-03-15T06:02:38.170Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T06:02:38.170Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml
2022-03-15T06:02:38.170Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:02:38.171Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:38.173Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:38.173Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324158170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:02:38.273Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:38.274Z||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-03-15T06:02:38.274Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:38.285Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:38.286Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:39.174Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f6fdb56-30fa-4434-9d95-8f07da65e63e from URL: /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env
2022-03-15T06:02:39.174Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-15T06:02:39.174Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env
2022-03-15T06:02:39.469Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-15T06:02:39.470Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env 1f6fdb56-30fa-4434-9d95-8f07da65e63e 2098
2022-03-15T06:02:39.470Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T06:02:39.470Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env
2022-03-15T06:02:39.470Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:02:39.470Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:39.472Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:39.472Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324159470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:02:39.573Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:02:39.573Z||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-03-15T06:02:39.574Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:39.585Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:39.586Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:40.473Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2f6bb376-86b3-489f-915d-244cff02cbaa
2022-03-15T06:02:40.474Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b33dc410-6ae0 0 5d9ab360-893a-41a4-925a-7d4be49fa2fd 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-03-15T06:02:40.492Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53a3b861, org.onap.sdc.toscaparser.api.parameters.Input@841594e, org.onap.sdc.toscaparser.api.parameters.Input@21c01621, org.onap.sdc.toscaparser.api.parameters.Input@155af718, org.onap.sdc.toscaparser.api.parameters.Input@5bf42562]
2022-03-15T06:02:40.494Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.494Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.494Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-15T06:02:40.494Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= da9c0462-0e79-436a-b86c-89275df6af27
2022-03-15T06:02:40.494Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da9c0462-0e79-436a-b86c-89275df6af27 matches Tosca VF Customization UUID: da9c0462-0e79-436a-b86c-89275df6af27
2022-03-15T06:02:40.495Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: da9c0462-0e79-436a-b86c-89275df6af27 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-03-15T06:02:40.497Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.498Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.499Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id da9c0462-0e79-436a-b86c-89275df6af27: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-15T06:02:40.499Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a8d3251
2022-03-15T06:02:40.499Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.499Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T06:02:40.499Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c02711a-9599-489e-9c09-e371e6db01d4
2022-03-15T06:02:40.500Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c02711a-9599-489e-9c09-e371e6db01d4
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-03-15T06:02:40.502Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.503Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:40.503Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:40.503Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.504Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:40.504Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:40.504Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.504Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:40.505Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:40.505Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:40.505Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T06:02:40.505Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T06:02:40.505Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T06:02:40.506Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.506Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:40.506Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T06:02:40.506Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:40.506Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T06:02:40.506Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.507Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6425baae-3392-4849-b4b6-e179989a9419
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-03-15T06:02:40.509Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.509Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:40.509Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:40.510Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.510Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:40.510Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:40.510Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:40.510Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T06:02:40.511Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.511Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:40.511Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T06:02:40.511Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.511Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T06:02:40.512Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T06:02:40.512Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:40.512Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T06:02:40.512Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.512Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8467a2a-ed95-4d94-aa15-cf29a56b7627
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-03-15T06:02:40.514Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.514Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:40.514Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:40.518Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.518Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is not matching search criteria
2022-03-15T06:02:40.518Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T06:02:40.519Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T06:02:40.519Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T06:02:40.519Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.519Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:40.520Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T06:02:40.520Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.520Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T06:02:40.520Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T06:02:40.520Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T06:02:40.521Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T06:02:40.521Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T06:02:40.521Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fabc5353-b902-4b08-b78b-3e758ed65798
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-03-15T06:02:40.523Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.524Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:40.524Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:02:40.524Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.525Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Node template vFW b33dc410-6ae0 0 is matching search criteria
2022-03-15T06:02:40.525Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b33dc410-6ae0 0] matching following query criteria: sdcType=VF, customizationUUID=da9c0462-0e79-436a-b86c-89275df6af27
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-03-15T06:02:40.527Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.527Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.527Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2f6bb376-86b3-489f-915d-244cff02cbaa: vFW b33dc410-6ae0
2022-03-15T06:02:40.527Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.528Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.528Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.528Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.528Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.528Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.528Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.529Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.529Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:02:40.529Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-15 05-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:02:40.529Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-15 05-56-23
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-03-15T06:02:40.706Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b33dc410-6ae0 5d9ab360-893a-41a4-925a-7d4be49fa2fd 1 ASDC deployResourceStructure
2022-03-15T06:02:40.706Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json ASDC sendASDCNotification
2022-03-15T06:02:40.707Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json
2022-03-15T06:02:40.707Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:02:40.707Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:40.710Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:40.710Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324160706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T06:02:40.811Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:02:40.812Z||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-03-15T06:02:40.812Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:40.828Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:40.828Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:41.711Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T06:02:41.712Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml
2022-03-15T06:02:41.712Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:02:41.712Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:41.714Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:41.714Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324161711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T06:02:41.814Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:41.815Z||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-03-15T06:02:41.816Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:41.827Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:41.828Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:42.715Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T06:02:42.716Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env
2022-03-15T06:02:42.716Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:02:42.716Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:42.718Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:42.718Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324162715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-15T06:02:42.819Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:42.820Z||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-03-15T06:02:42.820Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:42.833Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:42.834Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:02:43.720Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar ASDC sendASDCNotification
2022-03-15T06:02:43.720Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar
2022-03-15T06:02:43.720Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:02:43.720Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:02:43.723Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:02:43.723Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324163719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:02:43.823Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:02:43.824Z||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-03-15T06:02:43.824Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:02:43.842Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:02:43.842Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:02:44.724Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 571a52fd-dbd6-49d0-a1d6-a798458d2c75
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-03-15T06:02:44.738Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 571a52fd-dbd6-49d0-a1d6-a798458d2c75
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-03-15T06:02:44.743Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:02:44.743Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:02:44.743Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:02:44.743Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:02:44.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:02:44.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:02:44.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:02:44.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:02:44.744Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:02:44.745Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:02:44.745Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:02:44.751Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:03:12.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:03:12.840Z||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-03-15T06:03:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:03:13.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:03:13.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:03:13.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:03:13.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "NOTIFIED"
}
2022-03-15T06:03:13.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:03:13.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T06:03:13.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:03:13.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:03:13.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:03:13.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T06:03:13.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:03:13.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:03:13.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:03:13.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324140422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:03:13.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T06:03:13.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324153382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:03:13.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324156970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324158170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324159470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:03:13.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324160706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/vfwb33dc4106ae00_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T06:03:13.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324161711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T06:03:13.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324162715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/resourceInstances/vfwb33dc4106ae00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-15T06:03:13.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:13.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T06:03:13.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324163719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315055623/1.0/artifacts/service-Vfw20220315055623-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:03:13.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:03:14.752Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 571a52fd-dbd6-49d0-a1d6-a798458d2c75 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-03-15T06:03:14.762Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and serviceModelVersionId: 2f6bb376-86b3-489f-915d-244cff02cbaa
2022-03-15T06:03:14.762Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26e88628-1e56-494e-a495-dad790e97426
2022-03-15T06:03:14.763Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0
2022-03-15T06:03:14.770Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:03:14.827Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0|INFO|500||Invoke
2022-03-15T06:03:14.828Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[571a52fd-dbd6-49d0-a1d6-a798458d2c75], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af25398b-6181-43f8-a394-5196b119ed6c], X-ECOMP-RequestID=[571a52fd-dbd6-49d0-a1d6-a798458d2c75], X-TransactionId=[], X-ONAP-RequestID=[571a52fd-dbd6-49d0-a1d6-a798458d2c75], Content-Type=[application/merge-patch+json]}
2022-03-15T06:03:14.857Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-15T06:03:15.437Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?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/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-06:03:14:583-67494], vertex-id=[204944], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:03:14 GMT], Content-Type=[application/json]}
2022-03-15T06:03:15.437Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:03:15.438Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26e88628-1e56-494e-a495-dad790e97426/model-vers/model-ver/2f6bb376-86b3-489f-915d-244cff02cbaa?depth=0|INFO|500||InvokeReturn
2022-03-15T06:03:15.438Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:03:15.439Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T06:03:15.444Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T06:03:15.444Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 571a52fd-dbd6-49d0-a1d6-a798458d2c75 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:03:15.444Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:03:15.444Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:03:15.447Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:03:15.447Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324195444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:03:15.547Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:03:15.548Z||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-03-15T06:03:15.548Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:03:15.565Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:03:15.565Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-03-15T06:03:16.462Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:03:16.463Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:03:16.463Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:03:26.004Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:03:26.004Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:03:26.005Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:03:26.005Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:03:35.544Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:03:35.544Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:03:35.545Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:03:35.545Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:03:45.104Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:04:12.837Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:04:12.838Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:04:12.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:04:12.839Z||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-03-15T06:04:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:04:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:04:13.497Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:04:13.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-15T06:04:13.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "571a52fd-dbd6-49d0-a1d6-a798458d2c75",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324195444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:04:13.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:04:22.404Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:05:12.837Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:05:12.838Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:05:12.838Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:05:12.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:05:12.839Z||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-03-15T06:05:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:05:22.396Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:05:22.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:06:12.837Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:06:12.838Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:06:12.839Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:06:12.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:06:12.840Z||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-03-15T06:06:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:06:22.393Z|571a52fd-dbd6-49d0-a1d6-a798458d2c75|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:06:22.447Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:07:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:07:12.838Z||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-03-15T06:07:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:07:12.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:07:12.840Z||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-03-15T06:07:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:07:22.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:07:22.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:08:12.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:08:12.838Z||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-03-15T06:08:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:08:12.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:08:12.840Z||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-03-15T06:08:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:08:22.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:08:22.393Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:09:12.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:09:12.838Z||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-03-15T06:09:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:09:12.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:09:12.841Z||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-03-15T06:09:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:09:22.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:09:22.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:10:12.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:10:12.838Z||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-03-15T06:10:12.838Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:10:12.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:10:12.839Z||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-03-15T06:10:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:10:22.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:10:22.399Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:11:12.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:11:12.838Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:11:12.838Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:11:12.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:11:12.839Z||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-03-15T06:11:12.839Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:11:22.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:11:22.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:12:12.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:12:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:12:12.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:12:12.840Z||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-03-15T06:12:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:12:12.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:12:13.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:12:13.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:12:13.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "ves-openapi-manager",
"timestamp": 1647324720674,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:12:13.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"980f0c4d-4ef3-4944-aad9-7bcf4e079965","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"62ad12af-7ceb-46a2-990b-2e66dcd2d238","serviceDescription":"service","serviceInvariantUUID":"ada53871-f7de-4008-a878-125473821e9f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6d05c925-46b7-46cd-9754-9266bb1773af","resourceInvariantUUID":"b182165a-eba0-4267-a323-942a762482bd","resourceCustomizationUUID":"0e3f12f3-e088-43e9-a130-893d81715c8c","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":"MzQyODc0NWFmOGQzMmM3ZGRlNDFlYjY5ZDA0NmFjYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5f972cc-a8ac-4b9e-bf6a-af3d66585e87","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWUwMjQ4ZTgyYTFmMzY0NWE4YWQwOGY0ZTcyYTFhZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6502d2b2-e504-425a-b3f0-7711faa3cf9e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T06:12:13.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:12:13.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "cds",
"timestamp": 1647324712378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:12:13.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647324721187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "ves-openapi-manager",
"timestamp": 1647324720674,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "cds",
"timestamp": 1647324712378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:12:13.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647324721187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "policy-id",
"timestamp": 1647324723972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "cds",
"timestamp": 1647324724479,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "policy-id",
"timestamp": 1647324723972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:12:13.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:12:13.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "cds",
"timestamp": 1647324725488,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-15T06:12:13.486Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:12:13.487Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
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-03-15T06:12:13.491Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:12:13.491Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324732837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-03-15T06:12:13.509Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 980f0c4d-4ef3-4944-aad9-7bcf4e079965
2022-03-15T06:12:13.510Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980f0c4d-4ef3-4944-aad9-7bcf4e079965 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-03-15T06:12:13.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "policy-id",
"timestamp": 1647324727065,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:12:13.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:12:13.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "policy-id",
"timestamp": 1647324728071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:12:13.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:12:13.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:12:13.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "policy-id",
"timestamp": 1647324729074,
"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-03-15T06:12:13.527Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 980f0c4d-4ef3-4944-aad9-7bcf4e079965
2022-03-15T06:12:13.528Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980f0c4d-4ef3-4944-aad9-7bcf4e079965 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-03-15T06:12:13.592Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:12:13.593Z||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-03-15T06:12:13.593Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:12:13.607Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:12:13.607Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:12:14.492Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:12:14.493Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:12:14.495Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:12:14.495Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324732837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:12:14.595Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:12:14.596Z||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-03-15T06:12:14.596Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:12:14.609Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:12:14.610Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:12:15.496Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "62ad12af-7ceb-46a2-990b-2e66dcd2d238",
"serviceDescription": "service",
"serviceInvariantUUID": "ada53871-f7de-4008-a878-125473821e9f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "0e3f12f3-e088-43e9-a130-893d81715c8c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "6d05c925-46b7-46cd-9754-9266bb1773af",
"resourceInvariantUUID": "b182165a-eba0-4267-a323-942a762482bd",
"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": "YWUwMjQ4ZTgyYTFmMzY0NWE4YWQwOGY0ZTcyYTFhZTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6502d2b2-e504-425a-b3f0-7711faa3cf9e"
}
],
"workloadContext": "Production"
}
2022-03-15T06:12:15.497Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T06:12:15.497Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 62ad12af-7ceb-46a2-990b-2e66dcd2d238 ASDC
2022-03-15T06:12:15.498Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:980f0c4d-4ef3-4944-aad9-7bcf4e079965
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:62ad12af-7ceb-46a2-990b-2e66dcd2d238
ServiceInvariantUUID:ada53871-f7de-4008-a878-125473821e9f
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:6502d2b2-e504-425a-b3f0-7711faa3cf9e
ArtifactChecksum:YWUwMjQ4ZTgyYTFmMzY0NWE4YWQwOGY0ZTcyYTFhZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0e3f12f3-e088-43e9-a130-893d81715c8c
ResourceInvariantUUID:b182165a-eba0-4267-a323-942a762482bd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6d05c925-46b7-46cd-9754-9266bb1773af
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-15T06:12:15.498Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62ad12af-7ceb-46a2-990b-2e66dcd2d238 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-03-15T06:12:15.528Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:12:15.528Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:12:15.529Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:12:15.529Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6502d2b2-e504-425a-b3f0-7711faa3cf9e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T06:12:15.529Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:12:15.529Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T06:12:15.739Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:12:15.742Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6502d2b2-e504-425a-b3f0-7711faa3cf9e 52512
2022-03-15T06:12:15.742Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-15T06:12:15.742Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T06:12:15.742Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:12:15.743Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:12:15.745Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:12:15.745Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324735742,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:12:15.845Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:12:15.846Z||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-03-15T06:12:15.846Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:12:15.858Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:12:15.859Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:12:16.745Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:12:16.747Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:12:16.747Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6502d2b2-e504-425a-b3f0-7711faa3cf9e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:16.747Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-15T06:12:16.748Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:16.748Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:16.890Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8801025058231196470/Definitions/service-BasicNetwork-template.yml
2022-03-15T06:12:17.406Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:12:17.407Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T06:12:17.408Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:12:17.409Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.410Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.410Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.410Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.410Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.410Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.410Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.411Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.411Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.411Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.411Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:62ad12af-7ceb-46a2-990b-2e66dcd2d238
Model Version:NULL
Model InvariantUuid:ada53871-f7de-4008-a878-125473821e9f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b182165a-eba0-4267-a323-942a762482bd
Model UUID:86f18f8c-6f96-4dc3-a18c-0d54ca3a11f1
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:0e3f12f3-e088-43e9-a130-893d81715c8c
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-03-15T06:12:17.417Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 6d05c925-46b7-46cd-9754-9266bb1773af
2022-03-15T06:12:17.417Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||No resources found for Service: 62ad12af-7ceb-46a2-990b-2e66dcd2d238
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-03-15T06:12:17.424Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||
2022-03-15T06:12:17.424Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-15T06:12:17.425Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 62ad12af-7ceb-46a2-990b-2e66dcd2d238
2022-03-15T06:12:17.425Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 62ad12af-7ceb-46a2-990b-2e66dcd2d238
2022-03-15T06:12:17.425Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-15T06:12:17.425Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:12:17.430Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4042be0c, org.onap.sdc.toscaparser.api.parameters.Input@2c857503, org.onap.sdc.toscaparser.api.parameters.Input@5d2a137c, org.onap.sdc.toscaparser.api.parameters.Input@2bb8d0f5, org.onap.sdc.toscaparser.api.parameters.Input@7e5fa950]
2022-03-15T06:12:17.431Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.432Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.432Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.432Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.432Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 62ad12af-7ceb-46a2-990b-2e66dcd2d238: Generic NeutronNet
2022-03-15T06:12:17.432Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.433Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.433Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.433Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:12:17.471Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.472Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.472Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.472Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.472Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:12:17.472Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:12:17.473Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:12:17.519Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-03-15T06:12:17.519Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-15T06:12:17.520Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T06:12:17.520Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T06:12:17.520Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:12:17.522Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:12:17.522Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324737519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:12:17.622Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:12:17.623Z||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-03-15T06:12:17.623Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:12:17.637Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:12:17.638Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:12:18.524Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
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-03-15T06:12:18.536Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
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-03-15T06:12:18.538Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:12:18.538Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:12:18.539Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:12:48.539Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
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-03-15T06:12:48.549Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
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-03-15T06:12:48.553Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:12:48.553Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:12:48.553Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:13:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:13:12.841Z||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-03-15T06:13:12.841Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:13:12.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:13:12.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:13:12.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324732837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:13:12.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:13:18.553Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
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-03-15T06:13:18.565Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
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-03-15T06:13:18.568Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:13:18.568Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:13:18.568Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:13:48.569Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
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-03-15T06:13:48.579Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
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-03-15T06:13:48.581Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:13:48.582Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T06:13:48.582Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T06:14:12.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:14:12.840Z||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-03-15T06:14:12.840Z||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 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:12.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:14:12.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324732837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:14:12.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:14:12.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324735742,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:14:12.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "aai-ml",
"timestamp": 1647324735243,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:14:12.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:14:12.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324737519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:14:12.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "clamp",
"timestamp": 1647324735921,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:14:12.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:14:12.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "aai-ml",
"timestamp": 1647324735243,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:14:12.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:14:12.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "clamp",
"timestamp": 1647324735921,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:14:12.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:14:12.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647324737723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:14:12.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:14:12.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "aai-ml",
"timestamp": 1647324738270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:14:12.888Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647324737723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:14:12.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-15T06:14:12.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647324740535,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:14:12.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647324742398,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:14:12.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647324743402,
"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-03-15T06:14:12.902Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 980f0c4d-4ef3-4944-aad9-7bcf4e079965
2022-03-15T06:14:12.903Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980f0c4d-4ef3-4944-aad9-7bcf4e079965 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-03-15T06:14:12.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "aai-ml",
"timestamp": 1647324743663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:14:12.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "aai-ml",
"timestamp": 1647324744667,
"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-03-15T06:14:12.923Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 980f0c4d-4ef3-4944-aad9-7bcf4e079965
2022-03-15T06:14:12.923Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980f0c4d-4ef3-4944-aad9-7bcf4e079965 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-03-15T06:14:12.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "clamp",
"timestamp": 1647324747508,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:14:12.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "clamp",
"timestamp": 1647324749519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T06:14:12.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T06:14:12.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T06:14:12.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "clamp",
"timestamp": 1647324750523,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T06:14:12.940Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 980f0c4d-4ef3-4944-aad9-7bcf4e079965
2022-03-15T06:14:12.940Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980f0c4d-4ef3-4944-aad9-7bcf4e079965 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T06:14:18.586Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
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-03-15T06:14:18.596Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965
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-03-15T06:14:18.602Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T06:14:18.602Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T06:14:18.602Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T06:14:18.602Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T06:14:18.603Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:14:18.603Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:14:18.603Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:14:18.603Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:14:18.603Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:14:18.603Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T06:14:18.604Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:14:18.610Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T06:14:48.610Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965 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-03-15T06:14:48.616Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 980f0c4d-4ef3-4944-aad9-7bcf4e079965 and serviceModelVersionId: 62ad12af-7ceb-46a2-990b-2e66dcd2d238
2022-03-15T06:14:48.616Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ada53871-f7de-4008-a878-125473821e9f
2022-03-15T06:14:48.618Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0
2022-03-15T06:14:48.627Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T06:14:48.690Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0|INFO|500||Invoke
2022-03-15T06:14:48.691Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[980f0c4d-4ef3-4944-aad9-7bcf4e079965], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca0b7e22-8f0f-488e-ba8d-c772cf4d9251], X-ECOMP-RequestID=[980f0c4d-4ef3-4944-aad9-7bcf4e079965], X-TransactionId=[], X-ONAP-RequestID=[980f0c4d-4ef3-4944-aad9-7bcf4e079965], Content-Type=[application/merge-patch+json]}
2022-03-15T06:14:48.717Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-15T06:14:49.041Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?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/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-06:14:48:443-26762], vertex-id=[159840], Content-Length=[0], Date=[Tue, 15 Mar 2022 06:14:48 GMT], Content-Type=[application/json]}
2022-03-15T06:14:49.041Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T06:14:49.042Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ada53871-f7de-4008-a878-125473821e9f/model-vers/model-ver/62ad12af-7ceb-46a2-990b-2e66dcd2d238?depth=0|INFO|500||InvokeReturn
2022-03-15T06:14:49.043Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T06:14:49.043Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:14:49.049Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||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-03-15T06:14:49.050Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 980f0c4d-4ef3-4944-aad9-7bcf4e079965 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T06:14:49.050Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T06:14:49.051Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:49.053Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:49.054Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "980f0c4d-4ef3-4944-aad9-7bcf4e079965",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324889050,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T06:14:49.154Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:14:49.154Z||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-03-15T06:14:49.154Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:49.172Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:14:49.172Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 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-03-15T06:14:50.065Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T06:14:50.066Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T06:14:50.066Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:54.465Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:14:54.468Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T06:14:54.468Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab7f8146-b760-4c33-adb2-cee563fcb053","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ad66c639-dda3-45f7-833e-057213ea564f","serviceDescription":"service","serviceInvariantUUID":"0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"81a5a43a-9396-4349-b335-8b4fd5c66d48","resourceInvariantUUID":"3b7678bb-074f-4402-aee6-f6d82f99b5b9","resourceCustomizationUUID":"70e6aeab-4207-4a4b-845f-a83524b23eb7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"N2Y4ZDQ5MTUxNTRkNjUxOGUyMmMzMmMyYTI2YWNlNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"382f29e1-5164-4b3f-9a7f-c78f8cde0722","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b8cbfd9-f9ee-4461-a192-c33e346851fc","artifactVersion":"2","generatedFromUUID":"568fafa4-2a86-4278-9da4-04750653dada"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"568fafa4-2a86-4278-9da4-04750653dada","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"M2M0ZjE2OTQxZDRmMzhmN2M5ZDRlYmUyOGQ3YmZiOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9b19dab7-4f9d-4cd3-9263-ad0285a9e6f1","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"210c39d4-4057-4b30-8abb-a66e37353f20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"632c73ed-8053-4444-8051-c12df6cf8555","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cf525580-fcde-4149-bf74-c991e86d86b6","artifactVersion":"2","generatedFromUUID":"210c39d4-4057-4b30-8abb-a66e37353f20"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTdiZDBhY2M3ZTgxNmJiNTk1ZWNjYzEyY2E2Njk1MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f97729b-b7f6-46a1-8a9e-3017ec1b53c7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODk0ZTc1ZjU3MDBlNzA4MTJmZGYwOTRkYTJmYjg3OWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60b17dde-c255-40f6-8058-1b45656ba57b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T06:14:54.471Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:14:54.472Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:54.474Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:54.474Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324890065,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:14:54.578Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-15T06:14:54.579Z||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-03-15T06:14:54.579Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:54.599Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:14:54.600Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-15T06:14:55.475Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:14:55.476Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:55.478Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:55.478Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324890065,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-03-15T06:14:55.578Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:14:55.579Z||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-03-15T06:14:55.580Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:55.590Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:14:55.590Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:14:56.479Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:14:56.480Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:56.482Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:56.482Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324890065,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-03-15T06:14:56.583Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:14:56.584Z||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-03-15T06:14:56.585Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:56.597Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:14:56.598Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:14:57.483Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:14:57.484Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:57.485Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:57.486Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324890065,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T06:14:57.586Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:14:57.587Z||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-03-15T06:14:57.587Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:57.599Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:14:57.600Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:14:58.488Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:14:58.489Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:58.491Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:58.492Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324890065,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-03-15T06:14:58.592Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T06:14:58.593Z||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-03-15T06:14:58.593Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:58.607Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:14:58.608Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:14:59.492Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:14:59.493Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:14:59.496Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:14:59.496Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324890065,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:14:59.598Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-15T06:14:59.599Z||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-03-15T06:14:59.599Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:14:59.628Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:14:59.628Z||pool-45-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:00.496Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:15:00.497Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:00.500Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:00.500Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324890065,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-03-15T06:15:00.600Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:00.601Z||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-03-15T06:15:00.601Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:00.611Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:15:00.612Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:01.500Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:15:01.501Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:01.503Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:01.503Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324890065,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T06:15:01.603Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:01.604Z||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-03-15T06:15:01.604Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:01.619Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:15:01.619Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:02.504Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T06:15:02.505Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:02.506Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:02.507Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324890065,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T06:15:02.607Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T06:15:02.608Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:02.608Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:02.620Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:15:02.621Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:03.508Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "ad66c639-dda3-45f7-833e-057213ea564f",
"serviceDescription": "service",
"serviceInvariantUUID": "0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "70e6aeab-4207-4a4b-845f-a83524b23eb7",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "81a5a43a-9396-4349-b335-8b4fd5c66d48",
"resourceInvariantUUID": "3b7678bb-074f-4402-aee6-f6d82f99b5b9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b8cbfd9-f9ee-4461-a192-c33e346851fc",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "568fafa4-2a86-4278-9da4-04750653dada",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "M2M0ZjE2OTQxZDRmMzhmN2M5ZDRlYmUyOGQ3YmZiOGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9b19dab7-4f9d-4cd3-9263-ad0285a9e6f1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "210c39d4-4057-4b30-8abb-a66e37353f20",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cf525580-fcde-4149-bf74-c991e86d86b6",
"generatedFromUUID": "210c39d4-4057-4b30-8abb-a66e37353f20"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cf525580-fcde-4149-bf74-c991e86d86b6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ODk0ZTc1ZjU3MDBlNzA4MTJmZGYwOTRkYTJmYjg3OWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "60b17dde-c255-40f6-8058-1b45656ba57b"
}
],
"workloadContext": "Production"
}
2022-03-15T06:15:03.509Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T06:15:03.509Z|980f0c4d-4ef3-4944-aad9-7bcf4e079965|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ad66c639-dda3-45f7-833e-057213ea564f ASDC
2022-03-15T06:15:03.509Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ab7f8146-b760-4c33-adb2-cee563fcb053
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ad66c639-dda3-45f7-833e-057213ea564f
ServiceInvariantUUID:0fd49f66-7ad4-4007-a40b-0bc1f6ff45f7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:60b17dde-c255-40f6-8058-1b45656ba57b
ArtifactChecksum:ODk0ZTc1ZjU3MDBlNzA4MTJmZGYwOTRkYTJmYjg3OWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:70e6aeab-4207-4a4b-845f-a83524b23eb7
ResourceInvariantUUID:3b7678bb-074f-4402-aee6-f6d82f99b5b9
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:81a5a43a-9396-4349-b335-8b4fd5c66d48
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:1b8cbfd9-f9ee-4461-a192-c33e346851fc
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:568fafa4-2a86-4278-9da4-04750653dada
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:9b19dab7-4f9d-4cd3-9263-ad0285a9e6f1
ArtifactChecksum:M2M0ZjE2OTQxZDRmMzhmN2M5ZDRlYmUyOGQ3YmZiOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:210c39d4-4057-4b30-8abb-a66e37353f20
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:cf525580-fcde-4149-bf74-c991e86d86b6
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:cf525580-fcde-4149-bf74-c991e86d86b6
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T06:15:03.510Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad66c639-dda3-45f7-833e-057213ea564f 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-03-15T06:15:03.542Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:15:03.542Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:15:03.542Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:15:03.543Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 60b17dde-c255-40f6-8058-1b45656ba57b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T06:15:03.543Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-15T06:15:03.543Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T06:15:03.868Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-15T06:15:03.872Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 60b17dde-c255-40f6-8058-1b45656ba57b 68951
2022-03-15T06:15:03.872Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-15T06:15:03.873Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T06:15:03.873Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T06:15:03.873Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-15T06:15:03.875Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T06:15:03.876Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ab7f8146-b760-4c33-adb2-cee563fcb053",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647324903872,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T06:15:03.978Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T06:15:03.984Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T06:15:03.984Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Wvn33ZBgCr2hH4O) ...
2022-03-15T06:15:03.997Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T06:15:03.998Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T06:15:04.877Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T06:15:04.880Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-15T06:15:04.881Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 60b17dde-c255-40f6-8058-1b45656ba57b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:04.882Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-15T06:15:04.882Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:04.882Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:05.034Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18361175742091064411/Definitions/service-BasicCnf-template.yml
2022-03-15T06:15:06.217Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T06:15:06.218Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:15:06.218Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:06.218Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-15T06:15:06.218Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:06.218Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:06.218Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:06.219Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T06:15:06.219Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-15T06:15:06.219Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:15:06.220Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:06.220Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:06.220Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:15:06.220Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:15:06.220Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:15:06.221Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:06.221Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:06.221Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-15T06:15:06.221Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T06:15:06.221Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:15:06.221Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:15:06.222Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T06:15:06.223Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:15:06.223Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:06.223Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:15:06.223Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:15:06.223Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:06.224Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:15:06.224Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T06:15:06.224Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T06:15:06.224Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T06:15:06.224Z|ab7f8146-b760-4c33-adb2-cee563fcb053|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery