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-04-09T03:26:12.041Z||main|||||INFO|500||The following profiles are active: basic
2022-04-09T03:26:30.219Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-09T03:26:30.220Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-09T03:26:30.425Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-09T03:26:36.479Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-09T03:26:37.129Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-09T03:26:37.907Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-09T03:26:37.918Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-09T03:26:38.134Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-09T03:26:38.696Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-09T03:26:39.708Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-09T03:26:42.863Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-09T03:26:47.007Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-09T03:26:47.105Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-09T03:26:47.985Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-09T03:26:48.200Z||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-04-09T03:26:50.383Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-09T03:26:52.168Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-09T03:26:52.201Z||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$$1cee29c1.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-04-09T03:26:52.202Z||main|||||WARN|500||The sdc end point is not alive
2022-04-09T03:26:58.004Z||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-04-09T03:27:03.201Z||main|||||WARN|500||---
2022-04-09T03:27:03.202Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-09T03:27:03.202Z||main|||||WARN|500||---
2022-04-09T03:27:03.854Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-09T03:27:12.301Z||main|||||INFO|500||Started Application in 65.411 seconds (JVM running for 69.215)
2022-04-09T03:27:12.333Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-09T03:27:12.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-09T03:27:12.357Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-09T03:27:12.404Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-09T03:27:12.481Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fccd2534-83fb-47c3-9556-a6c950ed500a url= /sdc/v1/artifactTypes
2022-04-09T03:27:12.481Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-09T03:27:12.829Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-09T03:27:12.864Z||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-04-09T03:27:12.895Z||scheduling-1|||||DEBUG|500||create keys
2022-04-09T03:27:12.911Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-09T03:27:12.991Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:27:13.019Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0921e2ab-4276-4e80-907c-38bf81eb24e5 url= /sdc/v1/registerForDistribution
2022-04-09T03:27:13.224Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0921e2ab-4276-4e80-907c-38bf81eb24e5 url= /sdc/v1/registerForDistribution
2022-04-09T03:27:13.225Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-09T03:27:13.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:27:13.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:27:13.264Z||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-04-09T03:27:13.265Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-09T03:27:13.268Z||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-04-09T03:27:13.268Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:27:13.268Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:27:23.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:27:23.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:28:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:28:13.238Z||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-04-09T03:28:13.239Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:28:13.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:28:13.243Z||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-04-09T03:28:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:28:22.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:28:22.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:29:13.237Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:29:13.240Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:29:13.240Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:29:13.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:29:13.245Z||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-04-09T03:29:13.245Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:29:23.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:29:23.134Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:30:13.237Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:30:13.241Z||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-04-09T03:30:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:30:13.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:30:13.244Z||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-04-09T03:30:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:30:22.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:30:22.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:31:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:31:13.238Z||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-04-09T03:31:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:31:13.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:31:13.243Z||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-04-09T03:31:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:31:22.789Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:31:22.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:32:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:32:13.238Z||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-04-09T03:32:13.239Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:32:13.241Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:32:13.243Z||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-04-09T03:32:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:32:22.789Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:32:22.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:33:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:33:13.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:33:13.243Z||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-04-09T03:33:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:33:13.244Z||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-04-09T03:33:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:33:22.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:33:22.803Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:34:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:34:13.238Z||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-04-09T03:34:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:34:13.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:34:13.244Z||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-04-09T03:34:13.245Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:34:22.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:34:22.790Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:35:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:35:13.239Z||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-04-09T03:35:13.240Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:35:13.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:35:13.243Z||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-04-09T03:35:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:35:22.799Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:35:22.803Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:36:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:36:13.240Z||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-04-09T03:36:13.240Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:36:13.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:36:13.242Z||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-04-09T03:36:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:36:22.789Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:36:22.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:36:43.857Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-09T03:37:13.237Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:37:13.239Z||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-04-09T03:37:13.239Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:37:13.245Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:37:13.247Z||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-04-09T03:37:13.247Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:37:22.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:37:22.807Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:38:13.237Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:38:13.238Z||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-04-09T03:38:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:38:13.242Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:38:13.243Z||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-04-09T03:38:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:38:22.790Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:38:22.796Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:39:13.237Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:39:13.239Z||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-04-09T03:39:13.239Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:39:13.242Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:39:13.243Z||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-04-09T03:39:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:39:22.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:39:22.794Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:40:13.237Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:40:13.238Z||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-04-09T03:40:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:40:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:40:13.243Z||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-04-09T03:40:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:40:22.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:40:22.794Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:41:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:41:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:41:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:41:13.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:41:13.244Z||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-04-09T03:41:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:41:22.799Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:41:22.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:42:13.238Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:42:13.241Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:42:13.242Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:42:13.242Z||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-04-09T03:42:13.242Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:42:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:42:22.796Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:42:22.796Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:43:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:43:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:43:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:43:13.241Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:43:13.243Z||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-04-09T03:43:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:43:22.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:43:22.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:44:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:44:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:44:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:44:13.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:44:13.243Z||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-04-09T03:44:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:44:22.791Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:44:22.791Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:45:13.236Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:45:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:45:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:45:13.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:45:13.242Z||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-04-09T03:45:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:45:22.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:45:22.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:46:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:46:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:46:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:46:13.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:46:13.242Z||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-04-09T03:46:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:46:22.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:46:22.797Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:47:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:47:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:47:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:47:13.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:47:13.245Z||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-04-09T03:47:13.246Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:47:22.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:47:22.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:48:13.238Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:48:13.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:48:13.242Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:48:13.243Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:48:13.243Z||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-04-09T03:48:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:48:22.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:48:22.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:49:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:49:13.239Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:49:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:49:13.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:49:13.243Z||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-04-09T03:49:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:49:22.795Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:49:22.799Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:50:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:50:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:50:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:50:13.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:50:13.244Z||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-04-09T03:50:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:50:22.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:50:22.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:51:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:51:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:51:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:51:13.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:51:13.243Z||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-04-09T03:51:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:51:22.789Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:51:22.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:52:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:52:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:52:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:52:13.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:52:13.243Z||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-04-09T03:52:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:52:22.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:52:22.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:53:13.236Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:53:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:53:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:53:13.241Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:53:13.242Z||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-04-09T03:53:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:53:22.795Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:53:22.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:54:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:54:13.239Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:54:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:54:13.241Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:54:13.242Z||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-04-09T03:54:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:54:22.787Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:54:22.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:55:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:55:13.239Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:55:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:55:13.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:55:13.242Z||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-04-09T03:55:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:55:22.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:55:22.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:56:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:56:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:56:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:56:13.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:56:13.243Z||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-04-09T03:56:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:56:22.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:56:22.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:57:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:57:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:57:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:57:13.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:57:13.242Z||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-04-09T03:57:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:57:22.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:57:22.787Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:58:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:58:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:58:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:58:13.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:58:13.243Z||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-04-09T03:58:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:58:22.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:58:22.798Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:59:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:59:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:59:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:59:13.241Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:59:13.242Z||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-04-09T03:59:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:59:22.792Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T03:59:22.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:00:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:00:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:00:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:00:13.241Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:00:13.242Z||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-04-09T04:00:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:00:22.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:00:22.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:01:13.238Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:01:13.241Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:01:13.244Z||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-04-09T04:01:13.244Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:01:13.244Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:01:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:01:18.993Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-09T04:01:22.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:01:22.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:02:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:02:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:02:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:02:13.241Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:02:13.242Z||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-04-09T04:02:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:02:22.788Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:02:22.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:03:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:03:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:03:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:03:13.241Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:03:13.243Z||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-04-09T04:03:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:03:22.793Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:03:22.792Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:04:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:04:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:04:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:04:13.241Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:04:13.242Z||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-04-09T04:04:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:04:22.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:04:22.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:05:13.238Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:05:13.239Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:05:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:05:13.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:05:13.243Z||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-04-09T04:05:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:05:22.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:05:22.821Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:06:13.236Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:06:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:06:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:06:13.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:06:13.243Z||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-04-09T04:06:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:06:22.791Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:06:22.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:07:13.236Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:07:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:07:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:07:13.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:07:13.242Z||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-04-09T04:07:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:07:22.796Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:07:22.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:08:13.239Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:08:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:13.241Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:08:13.242Z||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-04-09T04:08:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:08:22.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:23.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:23.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-09T04:08:23.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"df8d9303-952a-446d-bc3d-6e3a85aa3900","serviceName":"basic_onboard_NLGJic","serviceVersion":"1.0","serviceUUID":"5b5db978-513d-4107-9b9a-90be6a70e301","serviceDescription":"service","serviceInvariantUUID":"99366b7b-5fad-4b63-84dc-794c2c8369c2","resources":[{"resourceInstanceName":"basic_onboard_NLGJic 0","resourceName":"basic_onboard_NLGJic","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d62ee182-f3cc-4735-81a4-f36b3b26e3a8","resourceInvariantUUID":"0a6ce250-db1b-4618-9833-aa025d7f3718","resourceCustomizationUUID":"b2bace6b-20d8-4396-b995-7c892b41811f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml","artifactChecksum":"Y2M4ODg4ZmY1NTAxMDQ4M2U1MzAwYjljYWI5YzdhNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b031e41d-f0ba-46da-acc8-fb1f486159e3","artifactVersion":"1"},{"artifactName":"basic_onboard_nlgjic0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json","artifactChecksum":"MzgxODhkZDg3OGJlNjNkNjc4YTI4ODlhYmY2MWI2NzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"186b9c00-f7e7-4c0a-b021-a9608cd0b707","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bac2a019-0040-49ec-9927-ff55d53edc49","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9859a1d7-e175-4e0f-a87a-b82f78a29b40","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"33877212-e7b5-4a04-acde-ce79f95e380f","artifactVersion":"2","generatedFromUUID":"bac2a019-0040-49ec-9927-ff55d53edc49"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNlgjic-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml","artifactChecksum":"ZDJlM2YyYTY4MTdmNGY4OWFiMWJjMDA4OTU0MDY1ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94b3918d-6133-411f-b7a7-5f1c1b2d6fc2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNlgjic-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar","artifactChecksum":"OGJlZGIyMTc0ZTE3Y2E5YmNiYmY0NjhlZTU4YzNlM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d15347a-2eb4-4f39-8469-9730a68b9cb6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:08:23.399Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:23.413Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:23.434Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:23.435Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:08:23.534Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-09T04:08:23.541Z||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-04-09T04:08:23.542Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:23.555Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:23.557Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:24.447Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:24.448Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:24.452Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:24.452Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "NOTIFIED"
}
2022-04-09T04:08:24.552Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:24.553Z||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-04-09T04:08:24.554Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:24.567Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:24.568Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:25.452Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:25.453Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:25.457Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:25.457Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-09T04:08:25.557Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:25.558Z||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-04-09T04:08:25.558Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:25.574Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:25.576Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:26.458Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:26.460Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:26.465Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:26.465Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:08:26.565Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:26.567Z||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-04-09T04:08:26.567Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:26.582Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:26.583Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:27.466Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:27.468Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:27.472Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:27.472Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-09T04:08:27.576Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-09T04:08:27.578Z||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-04-09T04:08:27.578Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:27.602Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:27.603Z||pool-7-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:08:28.474Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:28.475Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:28.478Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:28.479Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:08:28.579Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:28.581Z||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-04-09T04:08:28.582Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:28.619Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:28.620Z||pool-8-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:29.479Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:29.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:29.484Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:29.484Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:08:29.584Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:29.585Z||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-04-09T04:08:29.586Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:29.603Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:29.604Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:30.488Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"serviceName": "basic_onboard_NLGJic",
"serviceVersion": "1.0",
"serviceUUID": "5b5db978-513d-4107-9b9a-90be6a70e301",
"serviceDescription": "service",
"serviceInvariantUUID": "99366b7b-5fad-4b63-84dc-794c2c8369c2",
"resources": [
{
"resourceInstanceName": "basic_onboard_NLGJic 0",
"resourceCustomizationUUID": "b2bace6b-20d8-4396-b995-7c892b41811f",
"resourceName": "basic_onboard_NLGJic",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d62ee182-f3cc-4735-81a4-f36b3b26e3a8",
"resourceInvariantUUID": "0a6ce250-db1b-4618-9833-aa025d7f3718",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nlgjic0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"artifactChecksum": "MzgxODhkZDg3OGJlNjNkNjc4YTI4ODlhYmY2MWI2NzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "186b9c00-f7e7-4c0a-b021-a9608cd0b707",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bac2a019-0040-49ec-9927-ff55d53edc49",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "33877212-e7b5-4a04-acde-ce79f95e380f",
"generatedFromUUID": "bac2a019-0040-49ec-9927-ff55d53edc49"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "33877212-e7b5-4a04-acde-ce79f95e380f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNlgjic-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"artifactChecksum": "OGJlZGIyMTc0ZTE3Y2E5YmNiYmY0NjhlZTU4YzNlM2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8d15347a-2eb4-4f39-8469-9730a68b9cb6"
}
],
"workloadContext": "Production"
}
2022-04-09T04:08:30.504Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:08:30.506Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b5db978-513d-4107-9b9a-90be6a70e301 ASDC
2022-04-09T04:08:30.712Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:df8d9303-952a-446d-bc3d-6e3a85aa3900
ServiceName:basic_onboard_NLGJic
ServiceVersion:1.0
ServiceUUID:5b5db978-513d-4107-9b9a-90be6a70e301
ServiceInvariantUUID:99366b7b-5fad-4b63-84dc-794c2c8369c2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNlgjic-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar
ArtifactUUID:8d15347a-2eb4-4f39-8469-9730a68b9cb6
ArtifactChecksum:OGJlZGIyMTc0ZTE3Y2E5YmNiYmY0NjhlZTU4YzNlM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NLGJic 0
ResourceCustomizationUUID:b2bace6b-20d8-4396-b995-7c892b41811f
ResourceInvariantUUID:0a6ce250-db1b-4618-9833-aa025d7f3718
ResourceName:basic_onboard_NLGJic
ResourceType:VF
ResourceUUID:d62ee182-f3cc-4735-81a4-f36b3b26e3a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nlgjic0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json
ArtifactUUID:186b9c00-f7e7-4c0a-b021-a9608cd0b707
ArtifactChecksum:MzgxODhkZDg3OGJlNjNkNjc4YTI4ODlhYmY2MWI2NzI=
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/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bac2a019-0040-49ec-9927-ff55d53edc49
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/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env
ArtifactUUID:33877212-e7b5-4a04-acde-ce79f95e380f
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/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env
ArtifactUUID:33877212-e7b5-4a04-acde-ce79f95e380f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-09T04:08:30.713Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b5db978-513d-4107-9b9a-90be6a70e301 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-04-09T04:08:31.094Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:08:31.097Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-09T04:08:31.100Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-09T04:08:31.100Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8d15347a-2eb4-4f39-8469-9730a68b9cb6 from URL: /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:31.101Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-09T04:08:31.104Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:31.394Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-09T04:08:31.414Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar 8d15347a-2eb4-4f39-8469-9730a68b9cb6 71558
2022-04-09T04:08:31.447Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar ASDC sendASDCNotification
2022-04-09T04:08:31.447Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:31.449Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:08:31.450Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:31.453Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:31.454Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477311415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:08:31.561Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-09T04:08:31.563Z||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-04-09T04:08:31.563Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:31.580Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:31.581Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:08:32.455Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:08:32.456Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-09T04:08:32.457Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8d15347a-2eb4-4f39-8469-9730a68b9cb6, URL: /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar to file: /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:32.458Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:32.578Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:32.579Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:33.548Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2362588152628394933/Definitions/service-BasicOnboardNlgjic-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-04-09T04:08:36.807Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:08:36.814Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-09T04:08:36.815Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.815Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-09T04:08:36.815Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.815Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.815Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.816Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.816Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.816Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.816Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.817Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.817Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NLGJic 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-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.817Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-09T04:08:36.825Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.827Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.832Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:36.832Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-09T04:08:36.834Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:08:36.836Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.836Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.836Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:36.837Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-09T04:08:36.837Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:08:36.837Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.837Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.842Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.843Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is not matching search criteria
2022-04-09T04:08:36.843Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-09T04:08:36.843Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-09T04:08:36.844Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-09T04:08:36.844Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-09T04:08:36.844Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-09T04:08:36.844Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.845Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:08:36.847Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.847Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:36.848Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:08:36.848Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.849Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:36.849Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:08:36.849Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.850Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:36.850Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:08:36.850Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.850Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is not matching search criteria
2022-04-09T04:08:36.851Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-09T04:08:36.851Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-09T04:08:36.851Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ebfed1c2-27bd-4a42-a4c7-e3a5fe40b9e5
2022-04-09T04:08:36.851Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.852Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.852Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.852Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.852Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.852Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.853Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:36.853Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.853Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NLGJic
Description:service
Model UUID:5b5db978-513d-4107-9b9a-90be6a70e301
Model Version:NULL
Model InvariantUuid:99366b7b-5fad-4b63-84dc-794c2c8369c2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NLGJic
Model UUID:8988c28a-8032-4067-a280-aebe40b20fcb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0a6ce250-db1b-4618-9833-aa025d7f3718
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b2bace6b-20d8-4396-b995-7c892b41811f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5f8a1bb5-6a6e-47ff-b471-477513bdb97a
ModelName:BasicOnboardNlgjic..base_ubuntu18..module-0
ModelUuid:8d14443f-1693-4f75-bdce-dc51a9e0cc3f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ebfed1c2-27bd-4a42-a4c7-e3a5fe40b9e5
ModelInvariantUuid:7bf94383-782b-45fa-ac5a-68e026002a4f
ModelName:basic_onboard_NLGJic-nodes.ubuntu18Cvfc
ModelUuid:4b9d510b-a598-43f6-ba0f-d7e2328c17e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7f73b403-cbb7-47f5-9e7d-6e4af622ffe4
ModelInvariantUuid:62cd3fa4-30cc-43b2-b473-a08eb4dd15dd
ModelName:BasicOnboardNlgjic.compute.nodes.heat.ubuntu18
ModelUuid:0b04f622-680b-46d9-94d5-3120c7abec9c
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-04-09T04:08:36.889Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d62ee182-f3cc-4735-81a4-f36b3b26e3a8
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-04-09T04:08:37.050Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||basic_onboard_NLGJic 0
2022-04-09T04:08:37.058Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d62ee182-f3cc-4735-81a4-f36b3b26e3a8
2022-04-09T04:08:37.058Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 186b9c00-f7e7-4c0a-b021-a9608cd0b707 from URL: /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json
2022-04-09T04:08:37.058Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-09T04:08:37.058Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json
2022-04-09T04:08:37.194Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-09T04:08:37.195Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json 186b9c00-f7e7-4c0a-b021-a9608cd0b707 798
2022-04-09T04:08:37.196Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json ASDC sendASDCNotification
2022-04-09T04:08:37.196Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json
2022-04-09T04:08:37.196Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:08:37.196Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:37.201Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:37.201Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477317196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:08:37.301Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:37.303Z||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-04-09T04:08:37.304Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:37.316Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:37.317Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:38.204Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNlgjic..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5f8a1bb5-6a6e-47ff-b471-477513bdb97a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d14443f-1693-4f75-bdce-dc51a9e0cc3f",
"vfModuleModelCustomizationUUID": "90ac766d-600a-47e5-8c25-2326c489ce8e",
"isBase": true,
"artifacts": [
"bac2a019-0040-49ec-9927-ff55d53edc49",
"33877212-e7b5-4a04-acde-ce79f95e380f"
],
"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-04-09T04:08:38.232Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNlgjic..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d14443f-1693-4f75-bdce-dc51a9e0cc3f
VfModuleModelInvariantUUID:5f8a1bb5-6a6e-47ff-b471-477513bdb97a
VfModuleModelDescription:NULL
Artifacts UUID List:{
bac2a019-0040-49ec-9927-ff55d53edc49
,
33877212-e7b5-4a04-acde-ce79f95e380f
}
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-04-09T04:08:38.241Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNlgjic..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5f8a1bb5-6a6e-47ff-b471-477513bdb97a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d14443f-1693-4f75-bdce-dc51a9e0cc3f",
"vfModuleModelCustomizationUUID": "90ac766d-600a-47e5-8c25-2326c489ce8e",
"isBase": true,
"artifacts": [
"bac2a019-0040-49ec-9927-ff55d53edc49",
"33877212-e7b5-4a04-acde-ce79f95e380f"
],
"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-04-09T04:08:38.242Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNlgjic..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d14443f-1693-4f75-bdce-dc51a9e0cc3f
VfModuleModelInvariantUUID:5f8a1bb5-6a6e-47ff-b471-477513bdb97a
VfModuleModelDescription:NULL
Artifacts UUID List:{
bac2a019-0040-49ec-9927-ff55d53edc49
,
33877212-e7b5-4a04-acde-ce79f95e380f
}
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-04-09T04:08:38.242Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bac2a019-0040-49ec-9927-ff55d53edc49 from URL: /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml
2022-04-09T04:08:38.242Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-09T04:08:38.243Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml
2022-04-09T04:08:38.463Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-09T04:08:38.464Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml bac2a019-0040-49ec-9927-ff55d53edc49 5033
2022-04-09T04:08:38.464Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-09T04:08:38.465Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml
2022-04-09T04:08:38.465Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:08:38.465Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:38.469Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:38.470Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477318464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:08:38.574Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-09T04:08:38.575Z||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-04-09T04:08:38.575Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:38.595Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:38.596Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:08:39.471Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 33877212-e7b5-4a04-acde-ce79f95e380f from URL: /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env
2022-04-09T04:08:39.471Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-09T04:08:39.472Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env
2022-04-09T04:08:39.664Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-09T04:08:39.665Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env 33877212-e7b5-4a04-acde-ce79f95e380f 909
2022-04-09T04:08:39.665Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-09T04:08:39.665Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env
2022-04-09T04:08:39.665Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:08:39.666Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:39.669Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:39.670Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477319665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:08:39.770Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:39.772Z||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-04-09T04:08:39.772Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:39.788Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:39.789Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:40.671Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5b5db978-513d-4107-9b9a-90be6a70e301
2022-04-09T04:08:40.671Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NLGJic 0 d62ee182-f3cc-4735-81a4-f36b3b26e3a8 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-04-09T04:08:40.720Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cae3bc7, org.onap.sdc.toscaparser.api.parameters.Input@47921c0e, org.onap.sdc.toscaparser.api.parameters.Input@5010210d, org.onap.sdc.toscaparser.api.parameters.Input@1456cf55, org.onap.sdc.toscaparser.api.parameters.Input@291bae1b]
2022-04-09T04:08:40.727Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.728Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.728Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-04-09T04:08:40.728Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b2bace6b-20d8-4396-b995-7c892b41811f
2022-04-09T04:08:40.728Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2bace6b-20d8-4396-b995-7c892b41811f matches Tosca VF Customization UUID: b2bace6b-20d8-4396-b995-7c892b41811f
2022-04-09T04:08:40.729Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b2bace6b-20d8-4396-b995-7c892b41811f 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-04-09T04:08:40.743Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.744Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.747Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b2bace6b-20d8-4396-b995-7c892b41811f: {\"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-04-09T04:08:40.747Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f934636
2022-04-09T04:08:40.747Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.748Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:08:40.749Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90ac766d-600a-47e5-8c25-2326c489ce8e
2022-04-09T04:08:40.751Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90ac766d-600a-47e5-8c25-2326c489ce8e
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-04-09T04:08:40.760Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.761Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:40.761Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:08:40.762Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.763Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:40.763Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:08:40.763Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.764Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is not matching search criteria
2022-04-09T04:08:40.764Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-09T04:08:40.764Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-09T04:08:40.764Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ebfed1c2-27bd-4a42-a4c7-e3a5fe40b9e5
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-04-09T04:08:40.775Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.776Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:40.776Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:08:40.777Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.777Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:40.777Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=b2bace6b-20d8-4396-b995-7c892b41811f
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-04-09T04:08:40.781Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.781Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.782Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5b5db978-513d-4107-9b9a-90be6a70e301: basic_onboard_NLGJic
2022-04-09T04:08:40.782Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.783Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.783Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.783Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.783Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.784Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.784Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.785Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.785Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:08:40.785Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.786Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_NLGJic
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-04-09T04:08:41.049Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NLGJic d62ee182-f3cc-4735-81a4-f36b3b26e3a8 1 ASDC deployResourceStructure
2022-04-09T04:08:41.050Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json ASDC sendASDCNotification
2022-04-09T04:08:41.051Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json
2022-04-09T04:08:41.051Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:08:41.052Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:41.055Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:41.055Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477321050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-09T04:08:41.156Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:08:41.157Z||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-04-09T04:08:41.158Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:41.169Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:41.170Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:08:42.057Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-09T04:08:42.058Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml
2022-04-09T04:08:42.058Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:08:42.059Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:42.061Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:42.062Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477322057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-09T04:08:42.162Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:08:42.163Z||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-04-09T04:08:42.163Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:42.174Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:42.175Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:43.064Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-09T04:08:43.064Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env
2022-04-09T04:08:43.065Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:08:43.065Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:43.068Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:43.069Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477323064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-09T04:08:43.168Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:08:43.170Z||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-04-09T04:08:43.170Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:43.181Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:43.182Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:44.070Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar ASDC sendASDCNotification
2022-04-09T04:08:44.071Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:44.072Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:08:44.073Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:44.080Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:44.081Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477324070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:08:44.176Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-09T04:08:44.178Z||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-04-09T04:08:44.178Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:44.194Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:08:44.196Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:45.082Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df8d9303-952a-446d-bc3d-6e3a85aa3900
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-04-09T04:08:45.125Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df8d9303-952a-446d-bc3d-6e3a85aa3900
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-04-09T04:08:45.130Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:08:45.131Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:08:45.131Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:09:13.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:09:13.243Z||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-04-09T04:09:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:09:13.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:09:13.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "aai-ml",
"timestamp": 1649477300818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477292964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "clamp",
"timestamp": 1649477295721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "cds",
"timestamp": 1649477298749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477296464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477292964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "aai-ml",
"timestamp": 1649477300818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "clamp",
"timestamp": 1649477295721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "cds",
"timestamp": 1649477298749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477296464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "clamp",
"timestamp": 1649477295721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "aai-ml",
"timestamp": 1649477300818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477292964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477296464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "cds",
"timestamp": 1649477298749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "clamp",
"timestamp": 1649477295721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "aai-ml",
"timestamp": 1649477300818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477292964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477296464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "cds",
"timestamp": 1649477298749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "clamp",
"timestamp": 1649477295721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477292964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "aai-ml",
"timestamp": 1649477300818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "cds",
"timestamp": 1649477298749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "dcae-sch",
"timestamp": 1649477304823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477296464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "clamp",
"timestamp": 1649477295721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477292964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "aai-ml",
"timestamp": 1649477300818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477296464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "cds",
"timestamp": 1649477298749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "dcae-sch",
"timestamp": 1649477304823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "clamp",
"timestamp": 1649477295721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "aai-ml",
"timestamp": 1649477300818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477292964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477293237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477296464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "cds",
"timestamp": 1649477298749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "dcae-sch",
"timestamp": 1649477304823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "dcae-sch",
"timestamp": 1649477304823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477310250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477311177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "cds",
"timestamp": 1649477309707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "aai-ml",
"timestamp": 1649477309615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477311415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "dcae-sch",
"timestamp": 1649477304823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "cds",
"timestamp": 1649477310729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-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-04-09T04:09:13.942Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df8d9303-952a-446d-bc3d-6e3a85aa3900
2022-04-09T04:09:13.942Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "policy-id",
"timestamp": 1649477311732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477312469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "dcae-sch",
"timestamp": 1649477304823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "policy-id",
"timestamp": 1649477311732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "dcae-sch",
"timestamp": 1649477304823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477313767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.963Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "policy-id",
"timestamp": 1649477311732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-09T04:09:13.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477314862,
"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-04-09T04:09:13.975Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df8d9303-952a-446d-bc3d-6e3a85aa3900
2022-04-09T04:09:13.976Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:13.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477314516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:09:13.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "policy-id",
"timestamp": 1649477311732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:13.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477315877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-09T04:09:13.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "clamp",
"timestamp": 1649477314375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.991Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477315522,
"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-04-09T04:09:14.001Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df8d9303-952a-446d-bc3d-6e3a85aa3900
2022-04-09T04:09:14.002Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:14.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "policy-id",
"timestamp": 1649477311732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:14.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:14.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477317196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:09:14.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "clamp",
"timestamp": 1649477315938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:09:14.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "policy-id",
"timestamp": 1649477311732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:09:14.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:14.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477318464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:09:14.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "clamp",
"timestamp": 1649477316943,
"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-04-09T04:09:14.027Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df8d9303-952a-446d-bc3d-6e3a85aa3900
2022-04-09T04:09:14.027Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:14.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "policy-id",
"timestamp": 1649477311732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:09:14.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:09:14.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477319665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:09:14.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "policy-id",
"timestamp": 1649477319697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:09:14.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "policy-id",
"timestamp": 1649477320708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:09:14.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477321050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-09T04:09:14.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "policy-id",
"timestamp": 1649477321716,
"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-04-09T04:09:14.053Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df8d9303-952a-446d-bc3d-6e3a85aa3900
2022-04-09T04:09:14.053Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:14.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477322057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-09T04:09:14.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477323064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-09T04:09:14.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477324070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:09:14.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "aai-ml",
"timestamp": 1649477326681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:09:14.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "aai-ml",
"timestamp": 1649477327688,
"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-04-09T04:09:14.077Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df8d9303-952a-446d-bc3d-6e3a85aa3900
2022-04-09T04:09:14.078Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:15.132Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df8d9303-952a-446d-bc3d-6e3a85aa3900
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-04-09T04:09:15.150Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df8d9303-952a-446d-bc3d-6e3a85aa3900
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-04-09T04:09:15.161Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:09:15.162Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:09:15.162Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:09:15.162Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:09:15.163Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:09:15.163Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:09:15.163Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:09:15.164Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:09:15.164Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:09:15.164Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:09:15.165Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-09T04:09:15.174Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:09:45.176Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:45.190Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df8d9303-952a-446d-bc3d-6e3a85aa3900 and serviceModelVersionId: 5b5db978-513d-4107-9b9a-90be6a70e301
2022-04-09T04:09:45.192Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99366b7b-5fad-4b63-84dc-794c2c8369c2
2022-04-09T04:10:07.749Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0
2022-04-09T04:10:07.936Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:10:08.760Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0|INFO|500||Invoke
2022-04-09T04:10:08.771Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df8d9303-952a-446d-bc3d-6e3a85aa3900], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e5757c1c-e4dc-4ce4-8456-23e727ff592d], X-ECOMP-RequestID=[df8d9303-952a-446d-bc3d-6e3a85aa3900], X-TransactionId=[], X-ONAP-RequestID=[df8d9303-952a-446d-bc3d-6e3a85aa3900], Content-Type=[application/merge-patch+json]}
2022-04-09T04:10:08.952Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-09T04:10:09.508Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?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/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220409-04:10:08:289-40868], vertex-id=[192648], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:10:08 GMT], Content-Type=[application/json]}
2022-04-09T04:10:09.510Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:10:09.512Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0|INFO|500||InvokeReturn
2022-04-09T04:10:09.521Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:10:09.521Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-09T04:10:09.531Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-09T04:10:09.533Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df8d9303-952a-446d-bc3d-6e3a85aa3900 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:10:09.535Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:10:09.535Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:10:09.543Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:10:09.543Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477409533,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:10:09.641Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-09T04:10:09.642Z||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-04-09T04:10:09.643Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:10:09.676Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:10:09.677Z||pool-18-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-09T04:10:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:10:10.561Z||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-04-09T04:10:10.561Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:10:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:10:13.242Z||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-04-09T04:10:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:10:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:10:13.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:10:13.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477409533,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:10:13.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:10:20.133Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:10:20.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:10:20.134Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:10:20.134Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:10:29.697Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:11:13.237Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:11:13.238Z||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-04-09T04:11:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:11:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:11:13.242Z||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-04-09T04:11:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:11:22.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:11:22.790Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:13.236Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:12:13.238Z||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-04-09T04:12:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:12:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:12:13.242Z||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-04-09T04:12:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:12:13.866Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:13.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6303e641-3e6a-40a3-8150-b5453e919398","serviceName":"vFW 2022-04-09 04-08-30","serviceVersion":"1.0","serviceUUID":"d5387bdd-dcaa-4ad1-8656-1037d8a22f57","serviceDescription":"catalog service description","serviceInvariantUUID":"d8cf4d78-352f-47a9-a0e4-d8aa144020c8","resources":[{"resourceInstanceName":"vFW f42c3df5-5995 0","resourceName":"vFW f42c3df5-5995","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b6f12765-93f1-4b0f-ad6e-1445aad5f945","resourceInvariantUUID":"0b5815df-86f2-4339-9fd3-686784356c36","resourceCustomizationUUID":"b857cc3a-f7b1-49d4-8cf0-519c1f927401","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml","artifactChecksum":"ZDIzYzQ0ZWY0MjgzZWVmMGM5ZWU1MWE3OTZlMWY5NTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"65261fa8-06a0-4139-85a6-bea48b9495b5","artifactVersion":"1"},{"artifactName":"vfwf42c3df559950_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json","artifactChecksum":"YTI0NTM2ODE3YjJiZWQwYTYwZTQ5YzczM2RkZDJmMzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3714c3cc-e009-42c8-a43f-1dda4a30a3ad","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1711da7d-e9db-4cd6-a940-9c1cbb4b438b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml","artifactChecksum":"OGVlM2FlMjUzOGU1YzVhOGMzM2U1MzBlZWYyM2ZjMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72c721b2-3c08-4bf6-a1f5-2fc2a4039a44","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad5a9d02-6f1c-4103-bde9-d717d8d14556","artifactVersion":"2","generatedFromUUID":"1711da7d-e9db-4cd6-a940-9c1cbb4b438b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220409040830-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml","artifactChecksum":"ZTVhYzc0MDY1NDM5NGZiN2Q1MzVmZWM3ZGE3ZDNlNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9a874c2-3035-486d-8a06-a08b0239126a","artifactVersion":"1"},{"artifactName":"service-Vfw20220409040830-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar","artifactChecksum":"NzUzMGFiZGI2N2Y1NTJhYjhlYTBhNDM4MzJkZmNhMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e90e2e06-ce69-4ef6-be53-d93f6dbad611","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:12:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:13.873Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:13.873Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:13.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "cds",
"timestamp": 1649477478749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477481626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.877Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:13.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.877Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "aai-ml",
"timestamp": 1649477480818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "dcae-sch",
"timestamp": 1649477484823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477481626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "cds",
"timestamp": 1649477478749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "aai-ml",
"timestamp": 1649477480818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "dcae-sch",
"timestamp": 1649477484823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "cds",
"timestamp": 1649477478749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "aai-ml",
"timestamp": 1649477480818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477481626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "dcae-sch",
"timestamp": 1649477484823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "cds",
"timestamp": 1649477478749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477481626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "aai-ml",
"timestamp": 1649477480818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "dcae-sch",
"timestamp": 1649477484823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "cds",
"timestamp": 1649477478749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477481626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "aai-ml",
"timestamp": 1649477480818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "dcae-sch",
"timestamp": 1649477484823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "policy-id",
"timestamp": 1649477491731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "aai-ml",
"timestamp": 1649477480818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477481626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "cds",
"timestamp": 1649477478749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "dcae-sch",
"timestamp": 1649477484823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "policy-id",
"timestamp": 1649477491731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "cds",
"timestamp": 1649477478749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:12:13.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "aai-ml",
"timestamp": 1649477480818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:12:13.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "ves-openapi-manager",
"timestamp": 1649477481626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "dcae-sch",
"timestamp": 1649477484823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "policy-id",
"timestamp": 1649477491731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-09T04:12:13.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "aai-ml",
"timestamp": 1649477493225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:12:13.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "cds",
"timestamp": 1649477493405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:12:13.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "policy-id",
"timestamp": 1649477491731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "cds",
"timestamp": 1649477494412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-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-04-09T04:12:13.919Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6303e641-3e6a-40a3-8150-b5453e919398
2022-04-09T04:12:13.920Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6303e641-3e6a-40a3-8150-b5453e919398 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-04-09T04:12:13.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "policy-id",
"timestamp": 1649477491731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477496464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "policy-id",
"timestamp": 1649477491731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477496464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "NOTIFIED"
}
2022-04-09T04:12:13.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "policy-id",
"timestamp": 1649477491731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:12:13.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477496464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-09T04:12:13.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "policy-id",
"timestamp": 1649477499510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:12:13.936Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477496464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "policy-id",
"timestamp": 1649477500518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:12:13.937Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477496464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-09T04:12:13.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "policy-id",
"timestamp": 1649477501524,
"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-04-09T04:12:13.945Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6303e641-3e6a-40a3-8150-b5453e919398
2022-04-09T04:12:13.945Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6303e641-3e6a-40a3-8150-b5453e919398 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-04-09T04:12:13.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477496464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477496464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:12:13.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477504567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:12:13.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477502963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477502963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477506112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:12:13.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477502963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477507505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:12:13.962Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477502963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "clamp",
"timestamp": 1649477505721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477508557,
"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-04-09T04:12:13.971Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6303e641-3e6a-40a3-8150-b5453e919398
2022-04-09T04:12:13.972Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6303e641-3e6a-40a3-8150-b5453e919398 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=?
2022-04-09T04:12:13.977Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:13.978Z||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-04-09T04:12:13.978Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-09T04:12:13.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477502963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "clamp",
"timestamp": 1649477505721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "NOTIFIED"
}
2022-04-09T04:12:13.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649477509563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "DEPLOY_OK"
}
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477502963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "clamp",
"timestamp": 1649477505721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "aai-ml",
"timestamp": 1649477508710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:12:13.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477502963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "clamp",
"timestamp": 1649477505721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "aai-ml",
"timestamp": 1649477509715,
"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-04-09T04:12:13.999Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:13.999Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6303e641-3e6a-40a3-8150-b5453e919398
2022-04-09T04:12:13.999Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6303e641-3e6a-40a3-8150-b5453e919398 and ComponentName AAI
2022-04-09T04:12:13.999Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
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-04-09T04:12:14.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "clamp",
"timestamp": 1649477505721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:14.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:14.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477511056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:12:14.014Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:14.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "clamp",
"timestamp": 1649477505721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:14.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:14.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "clamp",
"timestamp": 1649477505721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:12:14.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:12:14.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477514403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:12:14.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:14.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649477515407,
"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-04-09T04:12:14.028Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6303e641-3e6a-40a3-8150-b5453e919398
2022-04-09T04:12:14.028Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6303e641-3e6a-40a3-8150-b5453e919398 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-04-09T04:12:14.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "clamp",
"timestamp": 1649477523961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:12:14.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:14.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "clamp",
"timestamp": 1649477526963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:12:14.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:14.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "clamp",
"timestamp": 1649477527967,
"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-04-09T04:12:14.056Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6303e641-3e6a-40a3-8150-b5453e919398
2022-04-09T04:12:14.057Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6303e641-3e6a-40a3-8150-b5453e919398 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-04-09T04:12:14.878Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:14.879Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:14.881Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:14.881Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "NOTIFIED"
}
2022-04-09T04:12:14.981Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:14.983Z||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-04-09T04:12:14.983Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:14.999Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:15.000Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:15.882Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:15.885Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:15.887Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:15.887Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-09T04:12:15.987Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:12:15.989Z||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-04-09T04:12:15.989Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:16.001Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:16.002Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:16.888Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:16.890Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:16.892Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:16.893Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:16.993Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:16.995Z||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-04-09T04:12:16.995Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:17.009Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:17.010Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:12:17.893Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:17.894Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:17.896Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:17.897Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-09T04:12:17.997Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:17.998Z||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-04-09T04:12:17.998Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:18.013Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:18.014Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:18.897Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:18.898Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:18.900Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:18.900Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:12:19.001Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:19.002Z||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-04-09T04:12:19.002Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:19.017Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:19.017Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:19.901Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:19.902Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:19.905Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:19.906Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:12:20.006Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:20.007Z||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-04-09T04:12:20.007Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:20.020Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:20.021Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:20.908Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"serviceName": "vFW 2022-04-09 04-08-30",
"serviceVersion": "1.0",
"serviceUUID": "d5387bdd-dcaa-4ad1-8656-1037d8a22f57",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d8cf4d78-352f-47a9-a0e4-d8aa144020c8",
"resources": [
{
"resourceInstanceName": "vFW f42c3df5-5995 0",
"resourceCustomizationUUID": "b857cc3a-f7b1-49d4-8cf0-519c1f927401",
"resourceName": "vFW f42c3df5-5995",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b6f12765-93f1-4b0f-ad6e-1445aad5f945",
"resourceInvariantUUID": "0b5815df-86f2-4339-9fd3-686784356c36",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf42c3df559950_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"artifactChecksum": "YTI0NTM2ODE3YjJiZWQwYTYwZTQ5YzczM2RkZDJmMzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3714c3cc-e009-42c8-a43f-1dda4a30a3ad",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1711da7d-e9db-4cd6-a940-9c1cbb4b438b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ad5a9d02-6f1c-4103-bde9-d717d8d14556",
"generatedFromUUID": "1711da7d-e9db-4cd6-a940-9c1cbb4b438b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ad5a9d02-6f1c-4103-bde9-d717d8d14556",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220409040830-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"artifactChecksum": "NzUzMGFiZGI2N2Y1NTJhYjhlYTBhNDM4MzJkZmNhMWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e90e2e06-ce69-4ef6-be53-d93f6dbad611"
}
],
"workloadContext": "Production"
}
2022-04-09T04:12:20.909Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:12:20.909Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d5387bdd-dcaa-4ad1-8656-1037d8a22f57 ASDC
2022-04-09T04:12:20.910Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6303e641-3e6a-40a3-8150-b5453e919398
ServiceName:vFW 2022-04-09 04-08-30
ServiceVersion:1.0
ServiceUUID:d5387bdd-dcaa-4ad1-8656-1037d8a22f57
ServiceInvariantUUID:d8cf4d78-352f-47a9-a0e4-d8aa144020c8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220409040830-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar
ArtifactUUID:e90e2e06-ce69-4ef6-be53-d93f6dbad611
ArtifactChecksum:NzUzMGFiZGI2N2Y1NTJhYjhlYTBhNDM4MzJkZmNhMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f42c3df5-5995 0
ResourceCustomizationUUID:b857cc3a-f7b1-49d4-8cf0-519c1f927401
ResourceInvariantUUID:0b5815df-86f2-4339-9fd3-686784356c36
ResourceName:vFW f42c3df5-5995
ResourceType:VF
ResourceUUID:b6f12765-93f1-4b0f-ad6e-1445aad5f945
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf42c3df559950_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json
ArtifactUUID:3714c3cc-e009-42c8-a43f-1dda4a30a3ad
ArtifactChecksum:YTI0NTM2ODE3YjJiZWQwYTYwZTQ5YzczM2RkZDJmMzY=
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/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml
ArtifactUUID:1711da7d-e9db-4cd6-a940-9c1cbb4b438b
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/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env
ArtifactUUID:ad5a9d02-6f1c-4103-bde9-d717d8d14556
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/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env
ArtifactUUID:ad5a9d02-6f1c-4103-bde9-d717d8d14556
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-09T04:12:20.912Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5387bdd-dcaa-4ad1-8656-1037d8a22f57 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-04-09T04:12:20.950Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:12:20.952Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-09T04:12:20.952Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-09T04:12:20.952Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e90e2e06-ce69-4ef6-be53-d93f6dbad611 from URL: /sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:20.952Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-09T04:12:20.953Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:21.111Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-09T04:12:21.125Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar e90e2e06-ce69-4ef6-be53-d93f6dbad611 99000
2022-04-09T04:12:21.126Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar ASDC sendASDCNotification
2022-04-09T04:12:21.126Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:21.127Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:12:21.127Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:21.129Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:21.130Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477541126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:12:21.231Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-09T04:12:21.232Z||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-04-09T04:12:21.232Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:21.244Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:21.245Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:12:22.130Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:12:22.131Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-09T04:12:22.132Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e90e2e06-ce69-4ef6-be53-d93f6dbad611, URL: /sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar to file: /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:22.132Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220409040830-csar.csar
2022-04-09T04:12:22.133Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:22.133Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:22.360Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9726902661801210807/Definitions/service-Vfw20220409040830-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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-04-09T04:12:25.434Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||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-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||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-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||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-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.436Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.436Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||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-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.436Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||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-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.436Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||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-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.436Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.437Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||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-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.437Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.437Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.438Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f42c3df5-5995 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-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.438Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-09T04:12:25.438Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.438Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.438Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:25.438Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-09T04:12:25.439Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:12:25.439Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.439Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.439Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:25.439Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-09T04:12:25.440Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:12:25.440Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.440Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.440Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.440Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-09T04:12:25.443Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.443Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-09T04:12:25.443Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.443Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:12:25.443Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.443Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:25.444Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:25.444Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.444Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:25.445Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:25.445Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.445Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:25.445Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:25.446Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.446Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:25.446Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:25.446Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:25.446Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-09T04:12:25.447Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-09T04:12:25.447Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-09T04:12:25.447Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.447Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.447Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-09T04:12:25.448Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.448Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-09T04:12:25.448Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.448Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=56c5964c-b811-4283-857e-14ac5d958b28
2022-04-09T04:12:25.448Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.449Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:25.449Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:25.449Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:25.449Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-09T04:12:25.449Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.449Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.450Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-09T04:12:25.450Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.450Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-09T04:12:25.450Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-09T04:12:25.451Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.451Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-09T04:12:25.451Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.451Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=693adac5-c243-4f33-abe5-5b3b19eec020
2022-04-09T04:12:25.452Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.452Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:25.452Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:25.452Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:25.452Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-09T04:12:25.452Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.454Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-09T04:12:25.454Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4410e2c9-eb18-4c9c-9e31-4f7a4082868a
2022-04-09T04:12:25.454Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.454Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.454Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.455Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.455Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.455Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.456Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:25.456Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.456Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-09 04-08-30
Description:catalog service description
Model UUID:d5387bdd-dcaa-4ad1-8656-1037d8a22f57
Model Version:NULL
Model InvariantUuid:d8cf4d78-352f-47a9-a0e4-d8aa144020c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f42c3df5-5995
Model UUID:994efa41-bf1d-402e-80ca-f36a385ab9fe
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0b5815df-86f2-4339-9fd3-686784356c36
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b857cc3a-f7b1-49d4-8cf0-519c1f927401
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9d3f986a-903e-420f-8118-ad6488b9d188
ModelName:VfwF42c3df55995..base_vfw..module-0
ModelUuid:b573f442-f467-47f1-9678-3f13fd403823
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:56c5964c-b811-4283-857e-14ac5d958b28
ModelInvariantUuid:59c8c1a4-6cc8-407b-9898-fad967748e25
ModelName:vFW f42c3df5-5995-nodes.vfwCvfc
ModelUuid:c514ee81-0392-4368-b5c3-b792b66a2cf9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:bcc48f5a-eeb3-4311-9d19-5fc0f7869f55
ModelInvariantUuid:6b15f194-2226-4365-93dc-10a363c3358d
ModelName:VfwF42c3df55995.compute.nodes.heat.vfw
ModelUuid:59f58b88-96e3-4c4b-82f1-a367c136f560
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:693adac5-c243-4f33-abe5-5b3b19eec020
ModelInvariantUuid:ed81a900-e79e-43e4-b804-63a27006571d
ModelName:vFW f42c3df5-5995-nodes.vsnCvfc
ModelUuid:e1fd65ce-9db6-4984-a68e-906ff44c33af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:968d22e6-2230-4aea-a952-c4e980b9c40c
ModelInvariantUuid:4f105855-f885-4621-8405-573a1a199f20
ModelName:VfwF42c3df55995.compute.nodes.heat.vsn
ModelUuid:e2280cbb-d6f8-4a60-abac-d5d5f336e6d6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4410e2c9-eb18-4c9c-9e31-4f7a4082868a
ModelInvariantUuid:1c6ef9a4-c3e2-45c3-8beb-a5fa472c6833
ModelName:vFW f42c3df5-5995-nodes.vpgCvfc
ModelUuid:352d2271-02b3-40db-9b85-fc2ea85f6e8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a92d78a8-ae09-411e-9227-7ad447f176eb
ModelInvariantUuid:83695f5e-16f7-40d1-bea2-5d7fe5e14e16
ModelName:VfwF42c3df55995.compute.nodes.heat.vpg
ModelUuid:f04d9c85-a68d-4d44-8044-e69c59d34305
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-04-09T04:12:25.465Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b6f12765-93f1-4b0f-ad6e-1445aad5f945
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-04-09T04:12:25.469Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||vFW f42c3df5-5995 0
2022-04-09T04:12:25.469Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b6f12765-93f1-4b0f-ad6e-1445aad5f945
2022-04-09T04:12:25.469Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3714c3cc-e009-42c8-a43f-1dda4a30a3ad from URL: /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json
2022-04-09T04:12:25.470Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-09T04:12:25.470Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json
2022-04-09T04:12:25.718Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-09T04:12:25.719Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json 3714c3cc-e009-42c8-a43f-1dda4a30a3ad 785
2022-04-09T04:12:25.720Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json ASDC sendASDCNotification
2022-04-09T04:12:25.720Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json
2022-04-09T04:12:25.720Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:12:25.721Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:25.724Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:25.725Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477545720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:12:25.824Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:12:25.825Z||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-04-09T04:12:25.825Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:25.840Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:25.841Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:26.725Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF42c3df55995..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9d3f986a-903e-420f-8118-ad6488b9d188",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b573f442-f467-47f1-9678-3f13fd403823",
"vfModuleModelCustomizationUUID": "e6ac18b8-b58c-470e-bb76-b6abf948254f",
"isBase": true,
"artifacts": [
"1711da7d-e9db-4cd6-a940-9c1cbb4b438b",
"ad5a9d02-6f1c-4103-bde9-d717d8d14556"
],
"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-04-09T04:12:26.732Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF42c3df55995..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b573f442-f467-47f1-9678-3f13fd403823
VfModuleModelInvariantUUID:9d3f986a-903e-420f-8118-ad6488b9d188
VfModuleModelDescription:NULL
Artifacts UUID List:{
1711da7d-e9db-4cd6-a940-9c1cbb4b438b
,
ad5a9d02-6f1c-4103-bde9-d717d8d14556
}
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-04-09T04:12:26.736Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF42c3df55995..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9d3f986a-903e-420f-8118-ad6488b9d188",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b573f442-f467-47f1-9678-3f13fd403823",
"vfModuleModelCustomizationUUID": "e6ac18b8-b58c-470e-bb76-b6abf948254f",
"isBase": true,
"artifacts": [
"1711da7d-e9db-4cd6-a940-9c1cbb4b438b",
"ad5a9d02-6f1c-4103-bde9-d717d8d14556"
],
"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-04-09T04:12:26.736Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF42c3df55995..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b573f442-f467-47f1-9678-3f13fd403823
VfModuleModelInvariantUUID:9d3f986a-903e-420f-8118-ad6488b9d188
VfModuleModelDescription:NULL
Artifacts UUID List:{
1711da7d-e9db-4cd6-a940-9c1cbb4b438b
,
ad5a9d02-6f1c-4103-bde9-d717d8d14556
}
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-04-09T04:12:26.736Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1711da7d-e9db-4cd6-a940-9c1cbb4b438b from URL: /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml
2022-04-09T04:12:26.737Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-09T04:12:26.737Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml
2022-04-09T04:12:26.923Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-09T04:12:26.924Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml 1711da7d-e9db-4cd6-a940-9c1cbb4b438b 20368
2022-04-09T04:12:26.925Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-09T04:12:26.925Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml
2022-04-09T04:12:26.925Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:12:26.925Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:26.928Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:26.928Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477546925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:12:27.028Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:27.030Z||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-04-09T04:12:27.030Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:27.044Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:27.044Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:27.929Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ad5a9d02-6f1c-4103-bde9-d717d8d14556 from URL: /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env
2022-04-09T04:12:27.930Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-09T04:12:27.930Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env
2022-04-09T04:12:28.009Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-09T04:12:28.010Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env ad5a9d02-6f1c-4103-bde9-d717d8d14556 2098
2022-04-09T04:12:28.010Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-09T04:12:28.010Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env
2022-04-09T04:12:28.010Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:12:28.011Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:28.013Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:28.013Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477548010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:12:28.115Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-09T04:12:28.117Z||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-04-09T04:12:28.117Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:28.129Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:28.130Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:29.014Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d5387bdd-dcaa-4ad1-8656-1037d8a22f57
2022-04-09T04:12:29.015Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f42c3df5-5995 0 b6f12765-93f1-4b0f-ad6e-1445aad5f945 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-04-09T04:12:29.046Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@742e3f01, org.onap.sdc.toscaparser.api.parameters.Input@3373f4c, org.onap.sdc.toscaparser.api.parameters.Input@4b0eed5b, org.onap.sdc.toscaparser.api.parameters.Input@5c03c2bb, org.onap.sdc.toscaparser.api.parameters.Input@5950380d]
2022-04-09T04:12:29.048Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.049Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.049Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-04-09T04:12:29.049Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b857cc3a-f7b1-49d4-8cf0-519c1f927401
2022-04-09T04:12:29.049Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b857cc3a-f7b1-49d4-8cf0-519c1f927401 matches Tosca VF Customization UUID: b857cc3a-f7b1-49d4-8cf0-519c1f927401
2022-04-09T04:12:29.050Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b857cc3a-f7b1-49d4-8cf0-519c1f927401 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-04-09T04:12:29.054Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.055Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.056Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b857cc3a-f7b1-49d4-8cf0-519c1f927401: {\"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-04-09T04:12:29.056Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d2beb60
2022-04-09T04:12:29.056Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.057Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:12:29.057Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6ac18b8-b58c-470e-bb76-b6abf948254f
2022-04-09T04:12:29.057Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6ac18b8-b58c-470e-bb76-b6abf948254f
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-04-09T04:12:29.061Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.062Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:29.062Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:29.063Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.063Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:29.063Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:29.064Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.064Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:29.064Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:29.064Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:29.065Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-09T04:12:29.065Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-09T04:12:29.065Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-09T04:12:29.065Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.066Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:29.066Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-09T04:12:29.067Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:29.067Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-09T04:12:29.067Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.067Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=56c5964c-b811-4283-857e-14ac5d958b28
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-04-09T04:12:29.072Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.073Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:29.073Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:29.073Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.073Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:29.074Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:29.074Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:29.074Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-09T04:12:29.075Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.075Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:29.075Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-09T04:12:29.076Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.076Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-09T04:12:29.076Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-09T04:12:29.077Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:29.077Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-09T04:12:29.077Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.077Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=693adac5-c243-4f33-abe5-5b3b19eec020
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-04-09T04:12:29.084Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.085Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:29.085Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:29.089Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.089Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:29.089Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:29.090Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:29.090Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-09T04:12:29.090Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.090Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:29.091Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-09T04:12:29.091Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.091Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-09T04:12:29.091Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-09T04:12:29.092Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.092Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:29.092Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-09T04:12:29.092Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4410e2c9-eb18-4c9c-9e31-4f7a4082868a
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-04-09T04:12:29.096Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.097Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:29.097Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:29.098Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.098Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:29.098Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=b857cc3a-f7b1-49d4-8cf0-519c1f927401
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-04-09T04:12:29.102Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.102Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.103Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d5387bdd-dcaa-4ad1-8656-1037d8a22f57: vFW f42c3df5-5995
2022-04-09T04:12:29.103Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.104Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.104Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.105Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.106Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.108Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.108Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.109Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.110Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:12:29.110Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.111Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-04-09 04-08-30
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-04-09T04:12:29.464Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f42c3df5-5995 b6f12765-93f1-4b0f-ad6e-1445aad5f945 1 ASDC deployResourceStructure
2022-04-09T04:12:29.465Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json ASDC sendASDCNotification
2022-04-09T04:12:29.465Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json
2022-04-09T04:12:29.466Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:12:29.466Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:29.469Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:29.470Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477549465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "DEPLOY_OK"
}
2022-04-09T04:12:29.571Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-09T04:12:29.573Z||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-04-09T04:12:29.573Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:29.597Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:29.598Z||pool-30-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:12:30.471Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-09T04:12:30.472Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml
2022-04-09T04:12:30.472Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:12:30.473Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:30.476Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:30.476Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477550471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-09T04:12:30.576Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:30.577Z||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-04-09T04:12:30.577Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:30.597Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:30.599Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:31.477Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-09T04:12:31.477Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env
2022-04-09T04:12:31.477Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:12:31.478Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:31.486Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:31.486Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477551476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-09T04:12:31.580Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-09T04:12:31.581Z||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-04-09T04:12:31.581Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:31.598Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:31.599Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:32.488Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar ASDC sendASDCNotification
2022-04-09T04:12:32.489Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:32.489Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:12:32.489Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:32.491Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:32.492Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477552487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:12:32.592Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:32.593Z||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-04-09T04:12:32.593Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:32.605Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:12:32.606Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:33.493Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6303e641-3e6a-40a3-8150-b5453e919398
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-04-09T04:12:33.508Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6303e641-3e6a-40a3-8150-b5453e919398
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-04-09T04:12:33.512Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:12:33.514Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-09T04:12:33.522Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:13:03.523Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6303e641-3e6a-40a3-8150-b5453e919398 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-04-09T04:13:03.539Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6303e641-3e6a-40a3-8150-b5453e919398 and serviceModelVersionId: d5387bdd-dcaa-4ad1-8656-1037d8a22f57
2022-04-09T04:13:03.539Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8cf4d78-352f-47a9-a0e4-d8aa144020c8
2022-04-09T04:13:03.541Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8cf4d78-352f-47a9-a0e4-d8aa144020c8/model-vers/model-ver/d5387bdd-dcaa-4ad1-8656-1037d8a22f57?depth=0
2022-04-09T04:13:03.552Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:13:03.658Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8cf4d78-352f-47a9-a0e4-d8aa144020c8/model-vers/model-ver/d5387bdd-dcaa-4ad1-8656-1037d8a22f57?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-09T04:13:03.660Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8cf4d78-352f-47a9-a0e4-d8aa144020c8/model-vers/model-ver/d5387bdd-dcaa-4ad1-8656-1037d8a22f57?depth=0|INFO|500||Invoke
2022-04-09T04:13:03.715Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8cf4d78-352f-47a9-a0e4-d8aa144020c8/model-vers/model-ver/d5387bdd-dcaa-4ad1-8656-1037d8a22f57?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-09T04:13:04.011Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8cf4d78-352f-47a9-a0e4-d8aa144020c8/model-vers/model-ver/d5387bdd-dcaa-4ad1-8656-1037d8a22f57?depth=0|INFO|500||InvokeReturn
2022-04-09T04:13:04.012Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8cf4d78-352f-47a9-a0e4-d8aa144020c8/model-vers/model-ver/d5387bdd-dcaa-4ad1-8656-1037d8a22f57?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220409-04:13:03:037-13766], vertex-id=[204832], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:13:03 GMT], Content-Type=[application/json]}
2022-04-09T04:13:04.012Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:13:04.013Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:13:04.013Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-09T04:13:04.020Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-09T04:13:04.021Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6303e641-3e6a-40a3-8150-b5453e919398 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:13:04.021Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:13:04.022Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:13:04.025Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:13:04.026Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477584021,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:13:04.125Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:13:04.127Z||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-04-09T04:13:04.127Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:13:04.157Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:13:04.157Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 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-04-09T04:13:13.236Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:13:13.237Z|6303e641-3e6a-40a3-8150-b5453e919398|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-04-09T04:13:13.238Z|6303e641-3e6a-40a3-8150-b5453e919398|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:13:13.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:13:13.242Z||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-04-09T04:13:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:13:13.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:13:13.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:13:13.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:13:13.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-09T04:13:22.788Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:14:13.237Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:14:13.238Z||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-04-09T04:14:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:14:13.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:14:13.243Z||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-04-09T04:14:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:14:13.807Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:14:13.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "NOTIFIED"
}
2022-04-09T04:14:13.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:14:13.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-09T04:14:13.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:14:13.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477533236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477541126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477545720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477546925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477548010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477549465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
"status": "DEPLOY_OK"
}
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477550471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477551476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477552487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649477584021,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:14:13.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:22.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:15:13.237Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:15:13.241Z||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-04-09T04:15:13.241Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:15:13.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:15:13.242Z||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-04-09T04:15:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:15:22.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:15:22.795Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:16:13.237Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:16:13.238Z||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-04-09T04:16:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:16:13.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:16:13.242Z||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-04-09T04:16:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:16:22.782Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:16:22.782Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:17:13.237Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:17:13.238Z||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-04-09T04:17:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:17:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:17:13.242Z||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-04-09T04:17:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:17:22.792Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:17:22.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:18:13.236Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:18:13.237Z||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-04-09T04:18:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:18:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:18:13.242Z||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-04-09T04:18:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:18:22.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:18:22.789Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:19:13.236Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:19:13.237Z||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-04-09T04:19:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:19:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:19:13.242Z||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-04-09T04:19:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:19:22.808Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:19:22.811Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:20:13.237Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:20:13.238Z||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-04-09T04:20:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:20:13.241Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:20:13.243Z|6303e641-3e6a-40a3-8150-b5453e919398|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-04-09T04:20:13.243Z|6303e641-3e6a-40a3-8150-b5453e919398|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:20:22.796Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:20:22.802Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:21:13.237Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:21:13.238Z||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-04-09T04:21:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:21:13.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:21:13.248Z||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-04-09T04:21:13.249Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:21:13.888Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:21:13.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.890Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:21:13.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7372e8f-8058-4cd9-bc77-0b0fe6e03039","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b1c52ded-ef1f-483a-8ad1-cbfbd49bea50","serviceDescription":"service","serviceInvariantUUID":"6ec42f04-3431-4000-9621-8f3f167ccdbf","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"43ea594c-7a60-4984-b862-9b9ded99e092","resourceInvariantUUID":"e9d01ee0-5eee-4d30-9084-833c61264f48","resourceCustomizationUUID":"401e0ff8-d443-4939-933c-dbb1d8408670","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":"YjI1ZjFkN2QwOGQ5YmMyMzUwOTMwM2M4ZDAyZDBkNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f31df88-31ce-4dca-ba3f-1885d695ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjllMzZjZjdhNzg4MTkwZDFmNzJkZGI3ZGI2NDFjNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f6802de-596d-4532-9933-ff8a7755f777","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:21:13.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "cds",
"timestamp": 1649478048749,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "dcae-sch",
"timestamp": 1649478044823,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "aai-ml",
"timestamp": 1649478050818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "clamp",
"timestamp": 1649478045721,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "policy-id",
"timestamp": 1649478051731,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "aai-ml",
"timestamp": 1649478050818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "cds",
"timestamp": 1649478048749,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "dcae-sch",
"timestamp": 1649478044823,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "clamp",
"timestamp": 1649478045721,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "policy-id",
"timestamp": 1649478051731,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649478056464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649478056464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "aai-ml",
"timestamp": 1649478056900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "policy-id",
"timestamp": 1649478058649,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.898Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "cds",
"timestamp": 1649478057200,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:21:13.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:13.899Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:21:13.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "policy-id",
"timestamp": 1649478059657,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:21:13.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:13.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "cds",
"timestamp": 1649478058209,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-04-09T04:21:13.906Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:21:13.907Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478073237,
"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: 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-04-09T04:21:13.967Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7372e8f-8058-4cd9-bc77-0b0fe6e03039
2022-04-09T04:21:13.968Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7372e8f-8058-4cd9-bc77-0b0fe6e03039 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-04-09T04:21:13.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "policy-id",
"timestamp": 1649478060662,
"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-04-09T04:21:13.989Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7372e8f-8058-4cd9-bc77-0b0fe6e03039
2022-04-09T04:21:13.990Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7372e8f-8058-4cd9-bc77-0b0fe6e03039 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-04-09T04:21:14.007Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:21:14.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "aai-ml",
"timestamp": 1649478061989,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:21:14.008Z||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-04-09T04:21:14.008Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:21:14.008Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:14.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "ves-openapi-manager",
"timestamp": 1649478061629,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:21:14.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:14.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "aai-ml",
"timestamp": 1649478062993,
"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-04-09T04:21:14.021Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7372e8f-8058-4cd9-bc77-0b0fe6e03039
2022-04-09T04:21:14.021Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7372e8f-8058-4cd9-bc77-0b0fe6e03039 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-04-09T04:21:14.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "ves-openapi-manager",
"timestamp": 1649478061629,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:21:14.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:21:14.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "clamp",
"timestamp": 1649478067053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:21:14.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:14.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "clamp",
"timestamp": 1649478069061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:21:14.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:14.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "clamp",
"timestamp": 1649478070064,
"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-04-09T04:21:14.058Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:21:14.059Z||pool-35-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:21:14.061Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7372e8f-8058-4cd9-bc77-0b0fe6e03039
2022-04-09T04:21:14.061Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7372e8f-8058-4cd9-bc77-0b0fe6e03039 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-04-09T04:21:14.907Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:21:14.908Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:21:14.912Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:21:14.912Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478073237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:21:15.012Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:21:15.013Z||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-04-09T04:21:15.014Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:21:15.043Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:21:15.044Z||pool-36-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:21:15.914Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b1c52ded-ef1f-483a-8ad1-cbfbd49bea50",
"serviceDescription": "service",
"serviceInvariantUUID": "6ec42f04-3431-4000-9621-8f3f167ccdbf",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "401e0ff8-d443-4939-933c-dbb1d8408670",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "43ea594c-7a60-4984-b862-9b9ded99e092",
"resourceInvariantUUID": "e9d01ee0-5eee-4d30-9084-833c61264f48",
"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": "YjllMzZjZjdhNzg4MTkwZDFmNzJkZGI3ZGI2NDFjNzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4f6802de-596d-4532-9933-ff8a7755f777"
}
],
"workloadContext": "Production"
}
2022-04-09T04:21:15.914Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:21:15.915Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b1c52ded-ef1f-483a-8ad1-cbfbd49bea50 ASDC
2022-04-09T04:21:15.915Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a7372e8f-8058-4cd9-bc77-0b0fe6e03039
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b1c52ded-ef1f-483a-8ad1-cbfbd49bea50
ServiceInvariantUUID:6ec42f04-3431-4000-9621-8f3f167ccdbf
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:4f6802de-596d-4532-9933-ff8a7755f777
ArtifactChecksum:YjllMzZjZjdhNzg4MTkwZDFmNzJkZGI3ZGI2NDFjNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:401e0ff8-d443-4939-933c-dbb1d8408670
ResourceInvariantUUID:e9d01ee0-5eee-4d30-9084-833c61264f48
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:43ea594c-7a60-4984-b862-9b9ded99e092
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-04-09T04:21:15.916Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1c52ded-ef1f-483a-8ad1-cbfbd49bea50 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-04-09T04:21:15.950Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:21:15.951Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:21:15.951Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:21:15.951Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4f6802de-596d-4532-9933-ff8a7755f777 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-09T04:21:15.951Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:21:15.952Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-09T04:21:16.447Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:21:16.452Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4f6802de-596d-4532-9933-ff8a7755f777 52485
2022-04-09T04:21:16.453Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-09T04:21:16.453Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-09T04:21:16.453Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:21:16.454Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:21:16.457Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:21:16.457Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478076453,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:21:16.557Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:21:16.558Z||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-04-09T04:21:16.559Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:21:16.572Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:21:16.572Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:21:17.458Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:21:17.459Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:21:17.460Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4f6802de-596d-4532-9933-ff8a7755f777, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-09T04:21:17.460Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-09T04:21:17.461Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-09T04:21:17.461Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-09T04:21:17.636Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2974675639881335258/Definitions/service-BasicNetwork-template.yml
2022-04-09T04:21:18.324Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:21:18.325Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:21:18.326Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-09T04:21:18.326Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-09T04:21:18.326Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.327Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.327Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.327Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.328Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.328Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.329Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.329Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.329Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:21:18.330Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.331Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.331Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-09T04:21:18.331Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:21:18.332Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:21:18.332Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.333Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.333Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-09T04:21:18.333Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:21:18.334Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:21:18.334Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.335Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.335Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.336Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.337Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.337Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.337Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.338Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.338Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.339Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.340Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b1c52ded-ef1f-483a-8ad1-cbfbd49bea50
Model Version:NULL
Model InvariantUuid:6ec42f04-3431-4000-9621-8f3f167ccdbf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e9d01ee0-5eee-4d30-9084-833c61264f48
Model UUID:af2bd87d-cc2f-4be8-9209-621e1ecebf32
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:401e0ff8-d443-4939-933c-dbb1d8408670
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-04-09T04:21:18.352Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 43ea594c-7a60-4984-b862-9b9ded99e092
2022-04-09T04:21:18.352Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||No resources found for Service: b1c52ded-ef1f-483a-8ad1-cbfbd49bea50
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-04-09T04:21:18.363Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||
2022-04-09T04:21:18.363Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-04-09T04:21:18.365Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b1c52ded-ef1f-483a-8ad1-cbfbd49bea50
2022-04-09T04:21:18.365Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b1c52ded-ef1f-483a-8ad1-cbfbd49bea50
2022-04-09T04:21:18.365Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-04-09T04:21:18.366Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.375Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7af1a92, org.onap.sdc.toscaparser.api.parameters.Input@2a52f920, org.onap.sdc.toscaparser.api.parameters.Input@7820038d, org.onap.sdc.toscaparser.api.parameters.Input@1ad3ad2, org.onap.sdc.toscaparser.api.parameters.Input@7e29dbff]
2022-04-09T04:21:18.377Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.378Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.378Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.378Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.379Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b1c52ded-ef1f-483a-8ad1-cbfbd49bea50: Generic NeutronNet
2022-04-09T04:21:18.380Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.380Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.381Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.381Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.427Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.427Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.427Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.428Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.428Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:21:18.428Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.429Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.489Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-04-09T04:21:18.490Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-09T04:21:18.490Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-09T04:21:18.490Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:21:18.491Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:21:18.493Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:21:18.493Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478078490,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:21:18.593Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:21:18.594Z||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-04-09T04:21:18.594Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:21:18.611Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:21:18.611Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:21:19.496Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
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-04-09T04:21:19.512Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
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-04-09T04:21:19.517Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:21:19.517Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:21:19.518Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:21:19.518Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:21:49.518Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
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-04-09T04:21:49.558Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
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-04-09T04:21:49.564Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:21:49.564Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:21:49.564Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:21:49.564Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:22:13.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:22:13.244Z||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-04-09T04:22:13.245Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:22:13.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:22:13.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:22:13.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478073237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:22:13.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:22:19.565Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
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-04-09T04:22:19.591Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
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-04-09T04:22:19.595Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:22:19.596Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:22:19.596Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:22:19.596Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:22:49.596Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
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-04-09T04:22:49.617Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
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-04-09T04:22:49.625Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:22:49.626Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:22:49.626Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:22:49.626Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:23:13.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:23:13.243Z||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-04-09T04:23:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:23:13.272Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:23:13.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649478072963,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:23:13.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:23:13.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478073237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:23:13.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:23:13.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649478072963,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:23:13.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478076453,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649478076114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478078490,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:23:13.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:23:13.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649478077791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-09T04:23:13.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:23:13.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649478078795,
"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-04-09T04:23:13.293Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7372e8f-8058-4cd9-bc77-0b0fe6e03039
2022-04-09T04:23:13.294Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7372e8f-8058-4cd9-bc77-0b0fe6e03039 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-04-09T04:23:19.627Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
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-04-09T04:23:19.647Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
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-04-09T04:23:19.655Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:23:19.656Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:23:19.656Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:23:19.656Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:23:19.656Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:23:19.656Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:23:19.657Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:23:19.657Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:23:19.657Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:23:19.657Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-09T04:23:19.657Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:23:19.667Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:23:49.668Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039 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-04-09T04:23:49.677Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039 and serviceModelVersionId: b1c52ded-ef1f-483a-8ad1-cbfbd49bea50
2022-04-09T04:23:49.677Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ec42f04-3431-4000-9621-8f3f167ccdbf
2022-04-09T04:23:49.679Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ec42f04-3431-4000-9621-8f3f167ccdbf/model-vers/model-ver/b1c52ded-ef1f-483a-8ad1-cbfbd49bea50?depth=0
2022-04-09T04:23:49.691Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:23:49.782Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec42f04-3431-4000-9621-8f3f167ccdbf/model-vers/model-ver/b1c52ded-ef1f-483a-8ad1-cbfbd49bea50?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-09T04:23:49.786Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec42f04-3431-4000-9621-8f3f167ccdbf/model-vers/model-ver/b1c52ded-ef1f-483a-8ad1-cbfbd49bea50?depth=0|INFO|500||Invoke
2022-04-09T04:23:49.823Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec42f04-3431-4000-9621-8f3f167ccdbf/model-vers/model-ver/b1c52ded-ef1f-483a-8ad1-cbfbd49bea50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-09T04:23:50.440Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec42f04-3431-4000-9621-8f3f167ccdbf/model-vers/model-ver/b1c52ded-ef1f-483a-8ad1-cbfbd49bea50?depth=0|INFO|500||InvokeReturn
2022-04-09T04:23:50.441Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec42f04-3431-4000-9621-8f3f167ccdbf/model-vers/model-ver/b1c52ded-ef1f-483a-8ad1-cbfbd49bea50?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220409-04:23:49:095-15523], vertex-id=[205016], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:23:49 GMT], Content-Type=[application/json]}
2022-04-09T04:23:50.442Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:23:50.443Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:23:50.443Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:23:50.450Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:23:50.452Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7372e8f-8058-4cd9-bc77-0b0fe6e03039 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:23:50.452Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:23:50.453Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:23:50.458Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:23:50.459Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478230452,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:23:50.558Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-09T04:23:50.559Z||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-04-09T04:23:50.559Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:23:50.604Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:23:50.604Z||pool-39-thread-1|||||INFO|500||cambria reply ok (46 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-04-09T04:23:51.475Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:23:51.476Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|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-04-09T04:23:51.476Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:23:55.889Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:23:55.892Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-09T04:23:55.893Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1536b38-8e3b-4a51-8341-f55356c3f0fd","serviceName":"Demo_pNF_cecBcWxLcyWtvS0C6bJP","serviceVersion":"1.0","serviceUUID":"61683742-d7cc-4998-8f07-9cc86fbf628d","serviceDescription":"catalog service description","serviceInvariantUUID":"a94b34e4-5e59-4fa1-ae16-4db1729a6ff8","resources":[{"resourceInstanceName":"pNF c64b891b-7fe7 0","resourceName":"pNF c64b891b-7fe7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff","resourceInvariantUUID":"c8a1fc0b-08cd-4a9e-bff2-953fbb727a42","resourceCustomizationUUID":"7d872cdd-c0bb-4754-bf3d-be6beff546ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml","artifactChecksum":"ZWIzYmZkZDNmZjAwMzA1NTZjMzZkZWRjN2ZlODA4YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb54e6b1-06c4-4b75-8cf8-a564c8d85d24","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar","artifactChecksum":"ZDY1ZjE5Yzc2Yjk3ZDNjMTkzZjRiMmQ0MDNkOTZjMWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fca0a3f8-9f5f-43bf-83ac-8483cc72e5a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51e7e045-4f41-46cf-9b43-d6dac0619819","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml","artifactChecksum":"NzY4MDAwNjI1NTMxNDBjYmMxODFmZWQyOGZlNDE5ODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb055b5b-8c32-4068-b0ca-7567296c951d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"75f36844-5dfc-42c6-b393-563afcbdd821","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b12008e1-f5bb-4d28-8e5f-4e08a63a481b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml","artifactChecksum":"MjRhNDNkMzhmY2FjNmE4OGMwNDg4NjZkN2FlMTRiZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1377e2c-13bc-4844-9fbe-527e117b1d6b","artifactVersion":"1"},{"artifactName":"service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar","artifactChecksum":"NDhjM2RmYTNlYjRhZDY2NDRlNGU2ZWJjNTg5YmViYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3772ea6-e6b1-4ed9-a161-c9fabb60b9aa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:23:55.896Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:23:55.896Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:23:55.899Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:23:55.900Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478231475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:23:56.000Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:23:56.001Z||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-04-09T04:23:56.001Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:23:56.027Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:23:56.028Z||pool-40-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:23:56.901Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:23:56.903Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:23:56.906Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:23:56.906Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478231475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:23:57.006Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:23:57.007Z||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-04-09T04:23:57.008Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:23:57.027Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:23:57.027Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:23:57.907Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:23:57.908Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:23:57.911Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:23:57.911Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478231475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:23:58.012Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:23:58.013Z||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-04-09T04:23:58.013Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:23:58.026Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:23:58.027Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:23:58.912Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:23:58.913Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:23:58.916Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:23:58.916Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478231475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:23:59.016Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:23:59.017Z||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-04-09T04:23:59.018Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:23:59.040Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:23:59.041Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:23:59.917Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:23:59.918Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:23:59.921Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:23:59.921Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478231475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:24:00.021Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:24:00.022Z||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-04-09T04:24:00.022Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:24:00.051Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:24:00.052Z||pool-44-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:24:00.921Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:24:00.923Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:24:00.926Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:24:00.926Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478231475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:24:01.027Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:24:01.028Z||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-04-09T04:24:01.028Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:24:01.053Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:24:01.056Z||pool-45-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:24:01.927Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:24:01.929Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:24:01.933Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:24:01.934Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478231475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-09T04:24:02.033Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:24:02.034Z||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-04-09T04:24:02.034Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:24:02.051Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:24:02.052Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:24:02.934Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:24:02.935Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:24:02.938Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:24:02.939Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478231475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
"status": "NOTIFIED"
}
2022-04-09T04:24:03.039Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:24:03.040Z||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-04-09T04:24:03.040Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:24:03.057Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:24:03.057Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:24:03.940Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
"serviceName": "Demo_pNF_cecBcWxLcyWtvS0C6bJP",
"serviceVersion": "1.0",
"serviceUUID": "61683742-d7cc-4998-8f07-9cc86fbf628d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a94b34e4-5e59-4fa1-ae16-4db1729a6ff8",
"resources": [
{
"resourceInstanceName": "pNF c64b891b-7fe7 0",
"resourceCustomizationUUID": "7d872cdd-c0bb-4754-bf3d-be6beff546ac",
"resourceName": "pNF c64b891b-7fe7",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff",
"resourceInvariantUUID": "c8a1fc0b-08cd-4a9e-bff2-953fbb727a42",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
"artifactChecksum": "NDhjM2RmYTNlYjRhZDY2NDRlNGU2ZWJjNTg5YmViYmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c3772ea6-e6b1-4ed9-a161-c9fabb60b9aa"
}
],
"workloadContext": "Production"
}
2022-04-09T04:24:03.941Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:24:03.941Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 61683742-d7cc-4998-8f07-9cc86fbf628d ASDC
2022-04-09T04:24:03.941Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e1536b38-8e3b-4a51-8341-f55356c3f0fd
ServiceName:Demo_pNF_cecBcWxLcyWtvS0C6bJP
ServiceVersion:1.0
ServiceUUID:61683742-d7cc-4998-8f07-9cc86fbf628d
ServiceInvariantUUID:a94b34e4-5e59-4fa1-ae16-4db1729a6ff8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
ArtifactUUID:c3772ea6-e6b1-4ed9-a161-c9fabb60b9aa
ArtifactChecksum:NDhjM2RmYTNlYjRhZDY2NDRlNGU2ZWJjNTg5YmViYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c64b891b-7fe7 0
ResourceCustomizationUUID:7d872cdd-c0bb-4754-bf3d-be6beff546ac
ResourceInvariantUUID:c8a1fc0b-08cd-4a9e-bff2-953fbb727a42
ResourceName:pNF c64b891b-7fe7
ResourceType:PNF
ResourceUUID:f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-04-09T04:24:03.942Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61683742-d7cc-4998-8f07-9cc86fbf628d 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-04-09T04:24:03.989Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:24:03.990Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:24:03.991Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:24:03.991Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c3772ea6-e6b1-4ed9-a161-c9fabb60b9aa from URL: /sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:03.991Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:24:03.991Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:04.143Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:24:04.148Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar c3772ea6-e6b1-4ed9-a161-c9fabb60b9aa 82623
2022-04-09T04:24:04.148Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar ASDC sendASDCNotification
2022-04-09T04:24:04.148Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:04.148Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:24:04.149Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:24:04.151Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:24:04.151Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649478244148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-09T04:24:04.251Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:24:04.253Z||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-04-09T04:24:04.253Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:24:04.267Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-09T04:24:04.268Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:24:05.151Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:24:05.153Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:24:05.153Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c3772ea6-e6b1-4ed9-a161-c9fabb60b9aa, URL: /sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar to file: /app/ASDC/1/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:05.154Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:05.154Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:05.154Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:05.383Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4809569013957534257/Definitions/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml
2022-04-09T04:24:06.786Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:24:06.787Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:24:06.787Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.787Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-09T04:24:06.787Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.787Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.788Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.788Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||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-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.788Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||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-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.788Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c64b891b-7fe7 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.788Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||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-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.788Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:24:06.789Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:24:06.789Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.789Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Node template pNF c64b891b-7fe7 0 is matching search criteria
2022-04-09T04:24:06.789Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:24:06.790Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c64b891b-7fe7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:24:06.790Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:24:06.790Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.790Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Node template pNF c64b891b-7fe7 0 is matching search criteria
2022-04-09T04:24:06.791Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:24:06.791Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c64b891b-7fe7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:24:06.791Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:24:06.791Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.791Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:24:06.792Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.792Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:24:06.792Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.792Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:24:06.792Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.793Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:24:06.793Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.793Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_cecBcWxLcyWtvS0C6bJP
Description:catalog service description
Model UUID:61683742-d7cc-4998-8f07-9cc86fbf628d
Model Version:NULL
Model InvariantUuid:a94b34e4-5e59-4fa1-ae16-4db1729a6ff8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-09T04:24:06.803Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff
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-04-09T04:24:06.807Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||pNF c64b891b-7fe7 0
2022-04-09T04:24:06.808Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff
2022-04-09T04:24:06.808Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 61683742-d7cc-4998-8f07-9cc86fbf628d
2022-04-09T04:24:06.808Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 61683742-d7cc-4998-8f07-9cc86fbf628d
2022-04-09T04:24:06.808Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c64b891b-7fe7 0 f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-09T04:24:06.815Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b50cb8a, org.onap.sdc.toscaparser.api.parameters.Input@455ad2c9, org.onap.sdc.toscaparser.api.parameters.Input@3aa54b42, org.onap.sdc.toscaparser.api.parameters.Input@35e39740, org.onap.sdc.toscaparser.api.parameters.Input@18c216ed]
2022-04-09T04:24:06.815Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-09T04:24:06.815Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.816Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 61683742-d7cc-4998-8f07-9cc86fbf628d: pNF c64b891b-7fe7
2022-04-09T04:24:06.816Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Processing PNF resource: f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff
2022-04-09T04:24:06.816Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery