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-10-30T05:26:56.722Z||main|||||INFO|500||The following profiles are active: basic
2022-10-30T05:27:08.828Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-30T05:27:08.829Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-30T05:27:08.980Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-30T05:27:13.100Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-30T05:27:13.585Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-30T05:27:14.244Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-30T05:27:14.261Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-30T05:27:14.381Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-30T05:27:14.708Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-30T05:27:15.673Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-30T05:27:17.828Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-30T05:27:19.985Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-30T05:27:20.030Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-30T05:27:20.597Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-30T05:27:20.794Z||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-10-30T05:27:21.625Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-30T05:27:22.544Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-30T05:27:22.568Z||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$$9f28e7d9.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-10-30T05:27:22.569Z||main|||||WARN|500||The sdc end point is not alive
2022-10-30T05:27:25.161Z||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-10-30T05:27:28.091Z||main|||||WARN|500||---
2022-10-30T05:27:28.092Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-30T05:27:28.093Z||main|||||WARN|500||---
2022-10-30T05:27:28.527Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-30T05:27:34.274Z||main|||||INFO|500||Started Application in 41.616 seconds (JVM running for 44.188)
2022-10-30T05:27:34.303Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-30T05:27:34.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-30T05:27:34.345Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-30T05:27:34.416Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-30T05:27:34.474Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07368a70-a365-4bf5-a413-7e1f3a22d23b url= /sdc/v1/artifactTypes
2022-10-30T05:27:34.475Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-30T05:27:34.787Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-30T05:27:34.858Z||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-10-30T05:27:34.887Z||scheduling-1|||||DEBUG|500||create keys
2022-10-30T05:27:34.897Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-30T05:27:34.944Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:27:34.972Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d187c61a-618e-4582-aa88-71f828f0cc3c url= /sdc/v1/registerForDistribution
2022-10-30T05:27:35.056Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d187c61a-618e-4582-aa88-71f828f0cc3c url= /sdc/v1/registerForDistribution
2022-10-30T05:27:35.057Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-30T05:27:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:27:35.069Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:27:35.073Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-30T05:27:35.098Z||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-10-30T05:27:35.099Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:27:35.099Z||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-10-30T05:27:35.099Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:27:45.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:27:45.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:28:35.066Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:28:35.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:28:35.069Z||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-10-30T05:28:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:28:35.069Z||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-10-30T05:28:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:28:44.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:28:44.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:29:35.065Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:29:35.066Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:29:35.067Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:29:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:29:35.070Z||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-10-30T05:29:35.071Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:29:44.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:29:44.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:30:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:30:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:30:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:30:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:30:35.069Z||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-10-30T05:30:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:30:44.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:30:44.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:31:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:31:35.066Z||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-10-30T05:31:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:31:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:31:35.068Z||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-10-30T05:31:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:31:44.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:31:44.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:32:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:32:35.066Z||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-10-30T05:32:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:32:35.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:32:35.069Z||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-10-30T05:32:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:32:44.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:32:44.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:33:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:33:35.067Z||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-10-30T05:33:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:33:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:33:35.068Z||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-10-30T05:33:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:33:44.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:33:44.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:34:35.066Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:34:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:34:35.070Z||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-10-30T05:34:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:34:35.073Z||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-10-30T05:34:35.073Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:34:44.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:34:44.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:35:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:35:35.066Z||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-10-30T05:35:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:35:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:35:35.068Z||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-10-30T05:35:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:35:44.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:35:44.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:36:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:36:35.066Z||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-10-30T05:36:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:36:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:36:35.068Z||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-10-30T05:36:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:36:44.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:36:44.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:36:54.336Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-30T05:37:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:37:35.067Z||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-10-30T05:37:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:37:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:37:35.069Z||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-10-30T05:37:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:37:44.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:37:44.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:38:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:38:35.066Z||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-10-30T05:38:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:38:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:38:35.068Z||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-10-30T05:38:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:38:44.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:38:44.649Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:39:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:39:35.066Z||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-10-30T05:39:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:39:35.069Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:39:35.070Z||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-10-30T05:39:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:39:44.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:39:44.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:40:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:40:35.066Z||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-10-30T05:40:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:40:35.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:40:35.068Z||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-10-30T05:40:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:40:44.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:40:44.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:41:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:41:35.066Z||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-10-30T05:41:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:41:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:41:35.068Z||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-10-30T05:41:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:41:44.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:41:44.657Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:42:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:42:35.066Z||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-10-30T05:42:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:42:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:42:35.068Z||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-10-30T05:42:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:42:44.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:42:44.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:43:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:43:35.067Z||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-10-30T05:43:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:43:35.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:43:35.068Z||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-10-30T05:43:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:43:44.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:43:44.666Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:44:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:44:35.067Z||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-10-30T05:44:35.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:44:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:44:35.068Z||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-10-30T05:44:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:44:44.652Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:44:44.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:45:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:45:35.066Z||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-10-30T05:45:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:45:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:45:35.068Z||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-10-30T05:45:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:45:44.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:45:44.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:46:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:46:35.065Z||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-10-30T05:46:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:46:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:46:35.068Z||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-10-30T05:46:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:46:44.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:46:44.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:47:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:47:35.065Z||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-10-30T05:47:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:47:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:47:35.068Z||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-10-30T05:47:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:47:44.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:47:44.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:48:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:48:35.066Z||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-10-30T05:48:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:48:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:48:35.068Z||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-10-30T05:48:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:48:44.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:48:44.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:49:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:49:35.066Z||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-10-30T05:49:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:49:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:49:35.069Z||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-10-30T05:49:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:49:44.657Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:49:44.658Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:50:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:50:35.066Z||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-10-30T05:50:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:50:35.069Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:50:35.070Z||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-10-30T05:50:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:50:44.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:50:44.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:51:35.065Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:51:35.066Z||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-10-30T05:51:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:51:35.069Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:51:35.070Z||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-10-30T05:51:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:51:44.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:51:44.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:52:35.065Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:52:35.066Z||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-10-30T05:52:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:52:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:52:35.068Z||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-10-30T05:52:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:52:44.646Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:52:44.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:53:35.065Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:53:35.067Z||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-10-30T05:53:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:53:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:53:35.068Z||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-10-30T05:53:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:53:44.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:53:44.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:54:35.065Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:54:35.066Z||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-10-30T05:54:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:54:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:54:35.068Z||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-10-30T05:54:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:54:44.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:54:44.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:55:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:55:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:55:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:55:35.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:55:35.068Z||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-10-30T05:55:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:55:44.613Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:55:44.613Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:56:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:56:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:56:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:56:35.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:56:35.070Z||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-10-30T05:56:35.071Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:56:44.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:56:44.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:57:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:57:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:57:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:57:35.067Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:57:35.068Z||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-10-30T05:57:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:57:44.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:57:44.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:58:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:58:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:58:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:58:35.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:58:35.069Z||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-10-30T05:58:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:58:44.613Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:58:44.613Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:59:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:59:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T05:59:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T05:59:35.067Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T05:59:35.068Z||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-10-30T05:59:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T05:59:44.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T05:59:44.611Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:00:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:00:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:00:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:00:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:00:35.068Z||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-10-30T06:00:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:00:44.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:00:44.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:01:35.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:01:35.066Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:01:35.066Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:01:35.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:01:35.068Z||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-10-30T06:01:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:01:44.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:01:44.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:02:35.066Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:02:35.067Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T06:02:35.067Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:02:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:02:35.068Z||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-10-30T06:02:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:02:44.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:02:44.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:03:35.065Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:03:35.068Z||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-10-30T06:03:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:03:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:03:35.069Z||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-10-30T06:03:35.070Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:03:44.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:03:44.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:04:35.066Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:04:35.067Z||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-10-30T06:04:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:04:35.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:04:35.068Z||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-10-30T06:04:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:04:44.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:04:44.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:05:35.065Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:05:35.066Z||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-10-30T06:05:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:05:35.069Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:05:35.072Z||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-10-30T06:05:35.072Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:05:44.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:05:44.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:06:35.066Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:06:35.067Z||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-10-30T06:06:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:06:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:06:35.069Z||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-10-30T06:06:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:06:44.613Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:06:44.613Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:07:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:07:35.066Z||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-10-30T06:07:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:07:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:07:35.069Z||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-10-30T06:07:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:07:44.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:07:44.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:08:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:08:35.066Z||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-10-30T06:08:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:08:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:08:35.068Z||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-10-30T06:08:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:08:44.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:08:44.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:09:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:09:35.066Z||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-10-30T06:09:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:09:35.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:09:35.068Z||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-10-30T06:09:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:09:44.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:09:44.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:10:35.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:10:35.066Z||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-10-30T06:10:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:10:35.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:10:35.068Z||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-10-30T06:10:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:10:44.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:10:44.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:35.065Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:11:35.066Z||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-10-30T06:11:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:11:35.068Z||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-10-30T06:11:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:35.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:35.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T06:11:35.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff","serviceName":"vFW 2022-10-30 06-10-41","serviceVersion":"1.0","serviceUUID":"cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f","serviceDescription":"catalog service description","serviceInvariantUUID":"e770d00f-9995-479f-8e2c-ec690b70609d","resources":[{"resourceInstanceName":"vFW 88a4ea63-349f 0","resourceName":"vFW 88a4ea63-349f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc0232a3-2313-4d70-8f3b-0ff53a560a9a","resourceInvariantUUID":"104fb7a6-a35c-4974-b13e-b01e0cebf27e","resourceCustomizationUUID":"7312cb7e-1936-4654-a071-ba5a74badd13","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml","artifactChecksum":"ODJmMWJhYWNiYjBhN2MwZWE4NjMyYTYzNjFiMWRhZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"957eac16-15f4-4792-93bb-bd871d67a51d","artifactVersion":"1"},{"artifactName":"vfw88a4ea63349f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json","artifactChecksum":"MTYzMTJjZDBiNWE1YTU3YjFmYTIzODM4N2U1OTk3MzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c43eaee-eb55-42c5-9916-0f5dff85ac89","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e4f5ab63-41e1-4c1e-8c70-b9e376085f85","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml","artifactChecksum":"NjU4NGE4ZWI0OTU0MWMwMmQ1NjE4YTllNzczMjM1MWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2f2e9475-e708-4ce0-a4f9-8357aef971de","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"08131595-ab73-400c-9c51-a70e6bd964fd","artifactVersion":"2","generatedFromUUID":"e4f5ab63-41e1-4c1e-8c70-b9e376085f85"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221030061041-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml","artifactChecksum":"ODI5NjdmZmNiNzMxNjEzOWU4MWZiN2EwMmZiMmRhZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61933a55-378d-4e91-a56e-24fa4b2bc185","artifactVersion":"1"},{"artifactName":"service-Vfw20221030061041-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar","artifactChecksum":"MzAzODg4ODFjZmJlZWE3MGZhNTM1YjcxMDNhMTk4OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c5c5825-244c-4250-a8b8-bfc977288b37","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:11:35.780Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:35.789Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:35.804Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:35.804Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:11:35.907Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-30T06:11:35.911Z||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-10-30T06:11:35.912Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:35.926Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:35.927Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1}
2022-10-30T06:11:36.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:36.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:11:36.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:11:36.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:11:36.814Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:36.814Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:36.816Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:36.816Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T06:11:36.917Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:36.918Z||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-10-30T06:11:36.918Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:36.930Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:36.931Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:11:37.817Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:37.818Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:37.820Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:37.820Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-30T06:11:37.920Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:37.921Z||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-10-30T06:11:37.922Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:37.933Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:37.934Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:38.822Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:38.823Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:38.825Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:38.825Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:11:38.925Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:38.926Z||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-10-30T06:11:38.926Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:38.937Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:38.938Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:11:39.826Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:39.827Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:39.829Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:39.829Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-30T06:11:39.929Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:39.930Z||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-10-30T06:11:39.931Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:39.943Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:39.943Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:11:40.830Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:40.831Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:40.834Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:40.834Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:11:40.934Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:11:40.936Z||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-10-30T06:11:40.936Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:40.948Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:40.948Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:11:41.835Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:11:41.836Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:41.839Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:41.839Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:11:41.939Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:41.940Z||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-10-30T06:11:41.940Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:41.957Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:41.958Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:42.841Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"serviceName": "vFW 2022-10-30 06-10-41",
"serviceVersion": "1.0",
"serviceUUID": "cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e770d00f-9995-479f-8e2c-ec690b70609d",
"resources": [
{
"resourceInstanceName": "vFW 88a4ea63-349f 0",
"resourceCustomizationUUID": "7312cb7e-1936-4654-a071-ba5a74badd13",
"resourceName": "vFW 88a4ea63-349f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cc0232a3-2313-4d70-8f3b-0ff53a560a9a",
"resourceInvariantUUID": "104fb7a6-a35c-4974-b13e-b01e0cebf27e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw88a4ea63349f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"artifactChecksum": "MTYzMTJjZDBiNWE1YTU3YjFmYTIzODM4N2U1OTk3MzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4c43eaee-eb55-42c5-9916-0f5dff85ac89",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e4f5ab63-41e1-4c1e-8c70-b9e376085f85",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "08131595-ab73-400c-9c51-a70e6bd964fd",
"generatedFromUUID": "e4f5ab63-41e1-4c1e-8c70-b9e376085f85"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "08131595-ab73-400c-9c51-a70e6bd964fd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221030061041-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"artifactChecksum": "MzAzODg4ODFjZmJlZWE3MGZhNTM1YjcxMDNhMTk4OWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6c5c5825-244c-4250-a8b8-bfc977288b37"
}
],
"workloadContext": "Production"
}
2022-10-30T06:11:42.842Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:11:42.843Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f ASDC
2022-10-30T06:11:42.928Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
ServiceName:vFW 2022-10-30 06-10-41
ServiceVersion:1.0
ServiceUUID:cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f
ServiceInvariantUUID:e770d00f-9995-479f-8e2c-ec690b70609d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221030061041-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar
ArtifactUUID:6c5c5825-244c-4250-a8b8-bfc977288b37
ArtifactChecksum:MzAzODg4ODFjZmJlZWE3MGZhNTM1YjcxMDNhMTk4OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 88a4ea63-349f 0
ResourceCustomizationUUID:7312cb7e-1936-4654-a071-ba5a74badd13
ResourceInvariantUUID:104fb7a6-a35c-4974-b13e-b01e0cebf27e
ResourceName:vFW 88a4ea63-349f
ResourceType:VF
ResourceUUID:cc0232a3-2313-4d70-8f3b-0ff53a560a9a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw88a4ea63349f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json
ArtifactUUID:4c43eaee-eb55-42c5-9916-0f5dff85ac89
ArtifactChecksum:MTYzMTJjZDBiNWE1YTU3YjFmYTIzODM4N2U1OTk3MzQ=
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/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml
ArtifactUUID:e4f5ab63-41e1-4c1e-8c70-b9e376085f85
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/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env
ArtifactUUID:08131595-ab73-400c-9c51-a70e6bd964fd
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/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env
ArtifactUUID:08131595-ab73-400c-9c51-a70e6bd964fd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-30T06:11:42.929Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f 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-10-30T06:11:43.165Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:11:43.166Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:11:43.168Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:11:43.168Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6c5c5825-244c-4250-a8b8-bfc977288b37 from URL: /sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:43.168Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:11:43.169Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:43.289Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:11:43.307Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar 6c5c5825-244c-4250-a8b8-bfc977288b37 100695
2022-10-30T06:11:43.309Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar ASDC sendASDCNotification
2022-10-30T06:11:43.309Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:43.311Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:11:43.312Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:43.315Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:43.315Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110303307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:11:43.415Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:43.416Z||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-10-30T06:11:43.416Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:43.428Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:43.429Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:11:44.316Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:11:44.317Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:11:44.318Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6c5c5825-244c-4250-a8b8-bfc977288b37, URL: /sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar to file: /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:44.318Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221030061041-csar.csar
2022-10-30T06:11:44.387Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:44.387Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:44.791Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12224272125438921814/Definitions/service-Vfw20221030061041-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-10-30T06:11:46.951Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 88a4ea63-349f 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|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-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|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-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|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-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.956Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|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-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.957Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.957Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.957Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:46.957Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:11:46.962Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.964Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.967Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:46.967Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:11:46.968Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:11:46.969Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.969Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.970Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:46.970Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:11:46.970Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:11:46.970Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.970Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.973Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.973Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:46.973Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:46.973Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T06:11:46.973Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.974Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:11:46.975Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:46.976Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.977Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=072dff80-984e-494f-92df-29ca6359fb5f
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.978Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f57cd81e-e185-4895-9278-fb2fbe6f6022
2022-10-30T06:11:46.979Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:46.980Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8c0f1870-6158-435c-b33d-ecffeebcef05
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:46.981Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-30 06-10-41
Description:catalog service description
Model UUID:cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f
Model Version:NULL
Model InvariantUuid:e770d00f-9995-479f-8e2c-ec690b70609d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 88a4ea63-349f
Model UUID:c10308e7-9941-4659-af20-45c9034299d6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:104fb7a6-a35c-4974-b13e-b01e0cebf27e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7312cb7e-1936-4654-a071-ba5a74badd13
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d350196a-551b-471c-97c1-2cd340d31745
ModelName:Vfw88a4ea63349f..base_vfw..module-0
ModelUuid:68f34c30-e072-4e59-b72c-f4509a6a2c43
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:072dff80-984e-494f-92df-29ca6359fb5f
ModelInvariantUuid:5926681e-3833-403e-9915-85fbb3ac4e5b
ModelName:vFW 88a4ea63-349f-nodes.vfwCvfc
ModelUuid:d941add7-fb3f-472d-a0e0-ebd33c26840d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3ad6c36d-173f-4b8a-83b2-22e240ce83d2
ModelInvariantUuid:52a28f44-e05b-4d77-ae0e-d820f58f0aa4
ModelName:Vfw88a4ea63349f.compute.nodes.heat.vfw
ModelUuid:c63d2e13-a80d-4d8b-8317-c7bcb7923bf2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f57cd81e-e185-4895-9278-fb2fbe6f6022
ModelInvariantUuid:2bbc327e-d79c-444b-afe7-f4e0cbfad12e
ModelName:vFW 88a4ea63-349f-nodes.vsnCvfc
ModelUuid:3e584210-93cf-4a23-8468-5b94ec2977ad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8ff11e2e-0eff-4a73-8446-617c44aea01b
ModelInvariantUuid:90ad6c86-4a93-4e20-be82-b685e47f5971
ModelName:Vfw88a4ea63349f.compute.nodes.heat.vsn
ModelUuid:b22d2791-2590-4d2b-911d-fd42ac38bb3d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8c0f1870-6158-435c-b33d-ecffeebcef05
ModelInvariantUuid:426e01e3-e970-47c5-8687-e091360442e2
ModelName:vFW 88a4ea63-349f-nodes.vpgCvfc
ModelUuid:c75854e9-49bf-4430-954f-aeb32b0f0522
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a225ac37-cce4-4b69-a689-f818ef6cdef2
ModelInvariantUuid:96b2a125-9e05-4d1e-80a3-63496d622e38
ModelName:Vfw88a4ea63349f.compute.nodes.heat.vpg
ModelUuid:baab9930-e474-416a-bc48-b64d4121a134
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-10-30T06:11:47.009Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: cc0232a3-2313-4d70-8f3b-0ff53a560a9a
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-10-30T06:11:47.103Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||vFW 88a4ea63-349f 0
2022-10-30T06:11:47.109Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc0232a3-2313-4d70-8f3b-0ff53a560a9a
2022-10-30T06:11:47.110Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4c43eaee-eb55-42c5-9916-0f5dff85ac89 from URL: /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json
2022-10-30T06:11:47.110Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:11:47.110Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json
2022-10-30T06:11:47.180Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:11:47.180Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json 4c43eaee-eb55-42c5-9916-0f5dff85ac89 785
2022-10-30T06:11:47.180Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json ASDC sendASDCNotification
2022-10-30T06:11:47.181Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json
2022-10-30T06:11:47.181Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:11:47.181Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:47.184Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:47.184Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110307180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:11:47.284Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:47.286Z||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-10-30T06:11:47.286Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:47.319Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:47.319Z||pool-11-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:48.186Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw88a4ea63349f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d350196a-551b-471c-97c1-2cd340d31745",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "68f34c30-e072-4e59-b72c-f4509a6a2c43",
"vfModuleModelCustomizationUUID": "420c7586-6213-4b19-b8ef-89261379920d",
"isBase": true,
"artifacts": [
"e4f5ab63-41e1-4c1e-8c70-b9e376085f85",
"08131595-ab73-400c-9c51-a70e6bd964fd"
],
"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-10-30T06:11:48.202Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw88a4ea63349f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68f34c30-e072-4e59-b72c-f4509a6a2c43
VfModuleModelInvariantUUID:d350196a-551b-471c-97c1-2cd340d31745
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4f5ab63-41e1-4c1e-8c70-b9e376085f85
,
08131595-ab73-400c-9c51-a70e6bd964fd
}
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-10-30T06:11:48.208Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw88a4ea63349f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d350196a-551b-471c-97c1-2cd340d31745",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "68f34c30-e072-4e59-b72c-f4509a6a2c43",
"vfModuleModelCustomizationUUID": "420c7586-6213-4b19-b8ef-89261379920d",
"isBase": true,
"artifacts": [
"e4f5ab63-41e1-4c1e-8c70-b9e376085f85",
"08131595-ab73-400c-9c51-a70e6bd964fd"
],
"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-10-30T06:11:48.208Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw88a4ea63349f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68f34c30-e072-4e59-b72c-f4509a6a2c43
VfModuleModelInvariantUUID:d350196a-551b-471c-97c1-2cd340d31745
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4f5ab63-41e1-4c1e-8c70-b9e376085f85
,
08131595-ab73-400c-9c51-a70e6bd964fd
}
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-10-30T06:11:48.209Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e4f5ab63-41e1-4c1e-8c70-b9e376085f85 from URL: /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml
2022-10-30T06:11:48.209Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:11:48.209Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml
2022-10-30T06:11:48.257Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:11:48.259Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml e4f5ab63-41e1-4c1e-8c70-b9e376085f85 20368
2022-10-30T06:11:48.260Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-30T06:11:48.261Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml
2022-10-30T06:11:48.261Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:11:48.261Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:48.263Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:48.263Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110308260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:11:48.364Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:11:48.365Z||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-10-30T06:11:48.365Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:48.379Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:48.379Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:49.265Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 08131595-ab73-400c-9c51-a70e6bd964fd from URL: /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env
2022-10-30T06:11:49.268Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:11:49.268Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env
2022-10-30T06:11:49.324Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:11:49.324Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env 08131595-ab73-400c-9c51-a70e6bd964fd 2098
2022-10-30T06:11:49.325Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-30T06:11:49.325Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env
2022-10-30T06:11:49.325Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:11:49.325Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:49.327Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:49.327Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110309324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:11:49.428Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:11:49.432Z||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-10-30T06:11:49.433Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:49.444Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:49.445Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:50.329Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f
2022-10-30T06:11:50.330Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 88a4ea63-349f 0 cc0232a3-2313-4d70-8f3b-0ff53a560a9a 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-10-30T06:11:50.374Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d3fb912, org.onap.sdc.toscaparser.api.parameters.Input@4200a42, org.onap.sdc.toscaparser.api.parameters.Input@f1e4c9c, org.onap.sdc.toscaparser.api.parameters.Input@2df1554e, org.onap.sdc.toscaparser.api.parameters.Input@1db69ecb]
2022-10-30T06:11:50.379Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.379Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.379Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-10-30T06:11:50.379Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7312cb7e-1936-4654-a071-ba5a74badd13
2022-10-30T06:11:50.379Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7312cb7e-1936-4654-a071-ba5a74badd13 matches Tosca VF Customization UUID: 7312cb7e-1936-4654-a071-ba5a74badd13
2022-10-30T06:11:50.379Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7312cb7e-1936-4654-a071-ba5a74badd13 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-10-30T06:11:50.386Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.387Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.388Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7312cb7e-1936-4654-a071-ba5a74badd13: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-30T06:11:50.388Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@611d9180
2022-10-30T06:11:50.389Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.389Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:11:50.389Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 420c7586-6213-4b19-b8ef-89261379920d
2022-10-30T06:11:50.390Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 420c7586-6213-4b19-b8ef-89261379920d
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-10-30T06:11:50.397Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.397Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:50.398Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:50.399Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.400Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=072dff80-984e-494f-92df-29ca6359fb5f
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-10-30T06:11:50.413Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.413Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:50.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:50.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:50.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:50.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T06:11:50.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.415Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f57cd81e-e185-4895-9278-fb2fbe6f6022
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-10-30T06:11:50.418Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.418Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:50.418Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T06:11:50.421Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T06:11:50.422Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T06:11:50.422Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T06:11:50.422Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T06:11:50.422Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-30T06:11:50.422Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8c0f1870-6158-435c-b33d-ecffeebcef05
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-10-30T06:11:50.424Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.425Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:50.425Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:11:50.425Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.425Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Node template vFW 88a4ea63-349f 0 is matching search criteria
2022-10-30T06:11:50.425Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 88a4ea63-349f 0] matching following query criteria: sdcType=VF, customizationUUID=7312cb7e-1936-4654-a071-ba5a74badd13
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-10-30T06:11:50.427Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.427Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.427Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f: vFW 88a4ea63-349f
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.428Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:11:50.429Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-30 06-10-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:11:50.429Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-10-30 06-10-41
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-10-30T06:11:50.729Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 88a4ea63-349f cc0232a3-2313-4d70-8f3b-0ff53a560a9a 1 ASDC deployResourceStructure
2022-10-30T06:11:50.730Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json ASDC sendASDCNotification
2022-10-30T06:11:50.730Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json
2022-10-30T06:11:50.730Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:11:50.730Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:50.732Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:50.732Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110310730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T06:11:50.833Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:50.833Z||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-10-30T06:11:50.834Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:50.849Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:50.850Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:51.734Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-30T06:11:51.734Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml
2022-10-30T06:11:51.734Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:11:51.735Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:51.737Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:51.737Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110311733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T06:11:51.837Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:51.839Z||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-10-30T06:11:51.840Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:51.870Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:51.871Z||pool-15-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:52.738Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-30T06:11:52.738Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env
2022-10-30T06:11:52.739Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:11:52.739Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:52.742Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:52.742Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110312738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-30T06:11:52.842Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:52.843Z||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-10-30T06:11:52.843Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:52.855Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:52.855Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:11:53.743Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar ASDC sendASDCNotification
2022-10-30T06:11:53.744Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar
2022-10-30T06:11:53.744Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:11:53.744Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:11:53.746Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:11:53.746Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110313743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T06:11:53.846Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:11:53.847Z||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-10-30T06:11:53.847Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:11:53.861Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:11:53.862Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:11:54.747Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
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-10-30T06:11:54.778Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
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-10-30T06:11:54.782Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:11:54.782Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:11:54.782Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:12:24.783Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
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-10-30T06:12:24.798Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
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-10-30T06:12:24.801Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:12:24.802Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:12:24.802Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:12:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:12:35.069Z||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-10-30T06:12:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:12:35.099Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:12:35.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:12:35.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "cds",
"timestamp": 1667110287595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:12:35.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:12:54.802Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
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-10-30T06:12:54.815Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
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-10-30T06:12:54.819Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:12:54.819Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:12:54.819Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:13:24.820Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
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-10-30T06:13:24.833Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
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-10-30T06:13:24.836Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:13:24.837Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T06:13:24.837Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T06:13:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:13:35.069Z||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-10-30T06:13:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:13:35.097Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:13:35.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "cds",
"timestamp": 1667110287595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "cds",
"timestamp": 1667110287595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "cds",
"timestamp": 1667110287595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "cds",
"timestamp": 1667110287595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "cds",
"timestamp": 1667110287595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110295065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "cds",
"timestamp": 1667110287595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "cds",
"timestamp": 1667110303002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110303538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110303307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "cds",
"timestamp": 1667110304037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-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-10-30T06:13:35.655Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
2022-10-30T06:13:35.656Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff 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-10-30T06:13:35.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110303538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110303538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110305698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110303538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110307180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110305698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110303538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110305698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110308260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110303538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "aai-ml",
"timestamp": 1667110307510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110305698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110303538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110309324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "aai-ml",
"timestamp": 1667110307510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110305698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110311355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "aai-ml",
"timestamp": 1667110307510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110310730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110305698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "aai-ml",
"timestamp": 1667110307510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110312426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110311733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110305698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "aai-ml",
"timestamp": 1667110307510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110313485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110312738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110313258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "aai-ml",
"timestamp": 1667110307510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110314570,
"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-10-30T06:13:35.678Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
2022-10-30T06:13:35.679Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff 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-10-30T06:13:35.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110313743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110313258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "aai-ml",
"timestamp": 1667110307510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110315574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vfw88a4ea63349f0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110313258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "aai-ml",
"timestamp": 1667110315416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110313258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110313258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/resourceInstances/vfw88a4ea63349f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110313258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110313258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110321086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110323538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "cds",
"timestamp": 1667110317588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110323538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "cds",
"timestamp": 1667110317588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110325702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110326805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110323538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "cds",
"timestamp": 1667110317588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110325702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110327809,
"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-10-30T06:13:35.700Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
2022-10-30T06:13:35.701Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff 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-10-30T06:13:35.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110323538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "cds",
"timestamp": 1667110317588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110325702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110323538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "cds",
"timestamp": 1667110317588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110325702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110323538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "cds",
"timestamp": 1667110317588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110325702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110323538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "aai-ml",
"timestamp": 1667110330643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030061041/1.0/artifacts/service-Vfw20221030061041-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "cds",
"timestamp": 1667110317588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110325702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "aai-ml",
"timestamp": 1667110331652,
"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-10-30T06:13:35.719Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
2022-10-30T06:13:35.719Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff 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-10-30T06:13:35.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110332861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "cds",
"timestamp": 1667110331739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1667110325702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "cds",
"timestamp": 1667110332755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-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-10-30T06:13:35.746Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
2022-10-30T06:13:35.746Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef 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-10-30T06:13:35.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110333928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110335017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110336042,
"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-10-30T06:13:35.761Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
2022-10-30T06:13:35.762Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef 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-10-30T06:13:35.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667110337049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T06:13:35.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "aai-ml",
"timestamp": 1667110337510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "aai-ml",
"timestamp": 1667110337510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "aai-ml",
"timestamp": 1667110337510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "aai-ml",
"timestamp": 1667110337510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "aai-ml",
"timestamp": 1667110337510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110343258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "aai-ml",
"timestamp": 1667110337510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110343258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "aai-ml",
"timestamp": 1667110337510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110343258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "aai-ml",
"timestamp": 1667110345246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110343258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110343258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110343258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110343258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110350977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "aai-ml",
"timestamp": 1667110352709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T06:13:35.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110353515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T06:13:35.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:13:35.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "aai-ml",
"timestamp": 1667110353715,
"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-10-30T06:13:35.790Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
2022-10-30T06:13:35.790Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef 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-10-30T06:13:35.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:13:35.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667110354520,
"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-10-30T06:13:35.811Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
2022-10-30T06:13:35.811Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef 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-10-30T06:13:54.837Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
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-10-30T06:13:54.850Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff
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-10-30T06:13:54.853Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:13:54.854Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|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-10-30T06:13:54.860Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T06:14:24.861Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff 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-10-30T06:14:24.873Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff and serviceModelVersionId: cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f
2022-10-30T06:14:24.873Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e770d00f-9995-479f-8e2c-ec690b70609d
2022-10-30T06:14:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:14:35.068Z||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-10-30T06:14:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:35.477Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e770d00f-9995-479f-8e2c-ec690b70609d/model-vers/model-ver/cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f?depth=0
2022-10-30T06:14:35.572Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T06:14:36.076Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e770d00f-9995-479f-8e2c-ec690b70609d/model-vers/model-ver/cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f?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-10-30T06:14:36.083Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e770d00f-9995-479f-8e2c-ec690b70609d/model-vers/model-ver/cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f?depth=0|INFO|500||Invoke
2022-10-30T06:14:36.198Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e770d00f-9995-479f-8e2c-ec690b70609d/model-vers/model-ver/cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-30T06:14:36.393Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e770d00f-9995-479f-8e2c-ec690b70609d/model-vers/model-ver/cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f?depth=0|INFO|500||InvokeReturn
2022-10-30T06:14:36.397Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e770d00f-9995-479f-8e2c-ec690b70609d/model-vers/model-ver/cb6caf6a-ea2e-43fa-90af-8a9cf6f48b5f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221030-06:14:36:188-7103], vertex-id=[200832], Content-Length=[0], Date=[Sun, 30 Oct 2022 06:14:36 GMT], Content-Type=[application/json]}
2022-10-30T06:14:36.398Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-10-30T06:14:36.406Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T06:14:36.406Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|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-10-30T06:14:36.413Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|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-10-30T06:14:36.414Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T06:14:36.416Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T06:14:36.416Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:36.419Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:36.419Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110476414,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:14:36.520Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:14:36.521Z||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-10-30T06:14:36.521Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:36.533Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:36.534Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:14:37.147Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:37.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:14:37.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110476414,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:14:37.149Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T06:14:37.433Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:14:37.434Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|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-10-30T06:14:37.434Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:41.865Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:41.866Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T06:14:41.866Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef","serviceName":"basic_onboard_NTXgJL","serviceVersion":"1.0","serviceUUID":"06555340-2959-4d30-aace-125bade11f59","serviceDescription":"service","serviceInvariantUUID":"a41ecfb5-646e-465a-9059-aeb1eb0dcb32","resources":[{"resourceInstanceName":"basic_onboard_NTXgJL 0","resourceName":"basic_onboard_NTXgJL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b30ae6c7-6be2-4a14-a4e1-e4530ba3c984","resourceInvariantUUID":"da9ff205-20eb-4bc2-acd7-c59e9df59b29","resourceCustomizationUUID":"856c10a5-cebe-4f42-ad1d-415984974502","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml","artifactChecksum":"MWEwYmQ5NDRhNmZiZmJkZDJiNDg1OTAxNDU1NzczYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0f13be6-4abf-4901-82b4-295b7dd8457a","artifactVersion":"1"},{"artifactName":"basic_onboard_ntxgjl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json","artifactChecksum":"MTkxODU2OWFmYmM5YWU2ZTlhMWM3YjQzNzc5MDlkNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3777d12a-91d4-486a-b3e0-a14eafc9c5af","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1895fa75-615e-4f33-8c5f-28784d419349","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"656c344a-3df5-4e8a-b47c-8b2e5aef014d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b1e363f9-1a18-4fdb-bc82-b387bc77467f","artifactVersion":"2","generatedFromUUID":"1895fa75-615e-4f33-8c5f-28784d419349"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNtxgjl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml","artifactChecksum":"MzJjNWM3MWZjZDI4ZWY4NmNkOTBkMjExYjg1NjkwNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2da25c8-ca03-4e5f-addc-c672f89f4f31","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNtxgjl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar","artifactChecksum":"NjVjYTc3ZWI4Y2FmZjUzMWQyNWNjYjgzZTJmMjM1MGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb3e9b3c-6f94-4db1-8437-d7b7413d77ec","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:14:41.869Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:41.869Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:41.871Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:41.871Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:14:41.972Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:41.972Z||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-10-30T06:14:41.973Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:41.985Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:41.986Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:42.872Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:42.873Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:42.875Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:42.875Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T06:14:42.975Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:42.976Z||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-10-30T06:14:42.976Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:42.988Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:42.988Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:43.875Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:43.876Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:43.878Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:43.878Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-30T06:14:43.978Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:43.979Z||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-10-30T06:14:43.979Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:44.021Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:44.022Z||pool-21-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:44.878Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:44.880Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:44.881Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:44.881Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:14:44.982Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:44.984Z||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-10-30T06:14:44.984Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:45.003Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:45.004Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:14:45.884Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:45.885Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:45.887Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:45.888Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-30T06:14:45.988Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:45.989Z||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-10-30T06:14:45.989Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:46.002Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:46.003Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:14:46.888Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:46.889Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:46.891Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:46.892Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:14:46.992Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:46.993Z||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-10-30T06:14:46.993Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:47.007Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:47.008Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:47.892Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:14:47.893Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:47.895Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:47.896Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:14:47.995Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:14:47.996Z||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-10-30T06:14:47.996Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:48.010Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:48.011Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:14:48.898Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"serviceName": "basic_onboard_NTXgJL",
"serviceVersion": "1.0",
"serviceUUID": "06555340-2959-4d30-aace-125bade11f59",
"serviceDescription": "service",
"serviceInvariantUUID": "a41ecfb5-646e-465a-9059-aeb1eb0dcb32",
"resources": [
{
"resourceInstanceName": "basic_onboard_NTXgJL 0",
"resourceCustomizationUUID": "856c10a5-cebe-4f42-ad1d-415984974502",
"resourceName": "basic_onboard_NTXgJL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b30ae6c7-6be2-4a14-a4e1-e4530ba3c984",
"resourceInvariantUUID": "da9ff205-20eb-4bc2-acd7-c59e9df59b29",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ntxgjl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"artifactChecksum": "MTkxODU2OWFmYmM5YWU2ZTlhMWM3YjQzNzc5MDlkNzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3777d12a-91d4-486a-b3e0-a14eafc9c5af",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1895fa75-615e-4f33-8c5f-28784d419349",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b1e363f9-1a18-4fdb-bc82-b387bc77467f",
"generatedFromUUID": "1895fa75-615e-4f33-8c5f-28784d419349"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b1e363f9-1a18-4fdb-bc82-b387bc77467f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNtxgjl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"artifactChecksum": "NjVjYTc3ZWI4Y2FmZjUzMWQyNWNjYjgzZTJmMjM1MGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fb3e9b3c-6f94-4db1-8437-d7b7413d77ec"
}
],
"workloadContext": "Production"
}
2022-10-30T06:14:48.899Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:14:48.899Z|a402d76f-eed7-4f18-bb43-2a6a9fd6f2ff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 06555340-2959-4d30-aace-125bade11f59 ASDC
2022-10-30T06:14:48.900Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
ServiceName:basic_onboard_NTXgJL
ServiceVersion:1.0
ServiceUUID:06555340-2959-4d30-aace-125bade11f59
ServiceInvariantUUID:a41ecfb5-646e-465a-9059-aeb1eb0dcb32
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNtxgjl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar
ArtifactUUID:fb3e9b3c-6f94-4db1-8437-d7b7413d77ec
ArtifactChecksum:NjVjYTc3ZWI4Y2FmZjUzMWQyNWNjYjgzZTJmMjM1MGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NTXgJL 0
ResourceCustomizationUUID:856c10a5-cebe-4f42-ad1d-415984974502
ResourceInvariantUUID:da9ff205-20eb-4bc2-acd7-c59e9df59b29
ResourceName:basic_onboard_NTXgJL
ResourceType:VF
ResourceUUID:b30ae6c7-6be2-4a14-a4e1-e4530ba3c984
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ntxgjl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json
ArtifactUUID:3777d12a-91d4-486a-b3e0-a14eafc9c5af
ArtifactChecksum:MTkxODU2OWFmYmM5YWU2ZTlhMWM3YjQzNzc5MDlkNzc=
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/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1895fa75-615e-4f33-8c5f-28784d419349
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/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env
ArtifactUUID:b1e363f9-1a18-4fdb-bc82-b387bc77467f
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/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env
ArtifactUUID:b1e363f9-1a18-4fdb-bc82-b387bc77467f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-30T06:14:48.900Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06555340-2959-4d30-aace-125bade11f59 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-10-30T06:14:48.933Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:14:48.934Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:14:48.934Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:14:48.935Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fb3e9b3c-6f94-4db1-8437-d7b7413d77ec from URL: /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:48.935Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:14:48.935Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:49.013Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:14:49.016Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar fb3e9b3c-6f94-4db1-8437-d7b7413d77ec 75303
2022-10-30T06:14:49.017Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar ASDC sendASDCNotification
2022-10-30T06:14:49.017Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:49.017Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:14:49.018Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:49.020Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:49.020Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110489017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:14:49.120Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:49.121Z||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-10-30T06:14:49.121Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:49.132Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:49.133Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:50.020Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:14:50.021Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:14:50.022Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: fb3e9b3c-6f94-4db1-8437-d7b7413d77ec, URL: /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar to file: /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:50.022Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:50.022Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:50.023Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:50.197Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16905914655570104527/Definitions/service-BasicOnboardNtxgjl-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-30T06:14:51.128Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NTXgJL 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:51.129Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:51.130Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is not matching search criteria
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:14:51.131Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is not matching search criteria
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T06:14:51.132Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=05cf74ef-e302-4a9f-8de7-820de42f62fc
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:51.133Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NTXgJL
Description:service
Model UUID:06555340-2959-4d30-aace-125bade11f59
Model Version:NULL
Model InvariantUuid:a41ecfb5-646e-465a-9059-aeb1eb0dcb32
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NTXgJL
Model UUID:36949d8e-3eb9-4e7e-bcce-0a9a3528da01
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:da9ff205-20eb-4bc2-acd7-c59e9df59b29
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:856c10a5-cebe-4f42-ad1d-415984974502
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a0bf099a-d3da-4aed-aa95-7164cb3e54a7
ModelName:BasicOnboardNtxgjl..base_ubuntu18..module-0
ModelUuid:a97621fc-8da8-40fc-a518-be2d1ae29199
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:05cf74ef-e302-4a9f-8de7-820de42f62fc
ModelInvariantUuid:5c354dc7-0960-415b-917f-14b64a1e3a63
ModelName:basic_onboard_NTXgJL-nodes.ubuntu18Cvfc
ModelUuid:65fd3a4a-c148-4571-8f57-4be5ed17f84b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a75907e8-27a1-4b2a-9fa1-5bdc35f5db37
ModelInvariantUuid:9f5b6977-6250-4775-9d6c-09da1ce64aa4
ModelName:BasicOnboardNtxgjl.compute.nodes.heat.ubuntu18
ModelUuid:f00f55bd-d49d-4318-acba-eaf90a5541a7
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-10-30T06:14:51.143Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b30ae6c7-6be2-4a14-a4e1-e4530ba3c984
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-10-30T06:14:51.146Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||basic_onboard_NTXgJL 0
2022-10-30T06:14:51.146Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b30ae6c7-6be2-4a14-a4e1-e4530ba3c984
2022-10-30T06:14:51.146Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3777d12a-91d4-486a-b3e0-a14eafc9c5af from URL: /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json
2022-10-30T06:14:51.146Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:14:51.146Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json
2022-10-30T06:14:51.200Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:14:51.201Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json 3777d12a-91d4-486a-b3e0-a14eafc9c5af 798
2022-10-30T06:14:51.201Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json ASDC sendASDCNotification
2022-10-30T06:14:51.201Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json
2022-10-30T06:14:51.202Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:14:51.202Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:51.203Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:51.203Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110491201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:14:51.304Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:51.305Z||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-10-30T06:14:51.305Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:51.316Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:51.317Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:52.210Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNtxgjl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a0bf099a-d3da-4aed-aa95-7164cb3e54a7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a97621fc-8da8-40fc-a518-be2d1ae29199",
"vfModuleModelCustomizationUUID": "e2068ff4-c96a-418d-9b77-e9ba5911277d",
"isBase": true,
"artifacts": [
"1895fa75-615e-4f33-8c5f-28784d419349",
"b1e363f9-1a18-4fdb-bc82-b387bc77467f"
],
"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-10-30T06:14:52.213Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNtxgjl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a97621fc-8da8-40fc-a518-be2d1ae29199
VfModuleModelInvariantUUID:a0bf099a-d3da-4aed-aa95-7164cb3e54a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
1895fa75-615e-4f33-8c5f-28784d419349
,
b1e363f9-1a18-4fdb-bc82-b387bc77467f
}
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-10-30T06:14:52.215Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNtxgjl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a0bf099a-d3da-4aed-aa95-7164cb3e54a7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a97621fc-8da8-40fc-a518-be2d1ae29199",
"vfModuleModelCustomizationUUID": "e2068ff4-c96a-418d-9b77-e9ba5911277d",
"isBase": true,
"artifacts": [
"1895fa75-615e-4f33-8c5f-28784d419349",
"b1e363f9-1a18-4fdb-bc82-b387bc77467f"
],
"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-10-30T06:14:52.216Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNtxgjl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a97621fc-8da8-40fc-a518-be2d1ae29199
VfModuleModelInvariantUUID:a0bf099a-d3da-4aed-aa95-7164cb3e54a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
1895fa75-615e-4f33-8c5f-28784d419349
,
b1e363f9-1a18-4fdb-bc82-b387bc77467f
}
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-10-30T06:14:52.216Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1895fa75-615e-4f33-8c5f-28784d419349 from URL: /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml
2022-10-30T06:14:52.216Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:14:52.216Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml
2022-10-30T06:14:52.258Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:14:52.259Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml 1895fa75-615e-4f33-8c5f-28784d419349 5033
2022-10-30T06:14:52.259Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-30T06:14:52.259Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml
2022-10-30T06:14:52.259Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:14:52.259Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:52.261Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:52.261Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110492259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:14:52.361Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:52.385Z||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-10-30T06:14:52.385Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:52.396Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:52.397Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:14:53.262Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b1e363f9-1a18-4fdb-bc82-b387bc77467f from URL: /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env
2022-10-30T06:14:53.262Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:14:53.262Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env
2022-10-30T06:14:53.311Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:14:53.312Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env b1e363f9-1a18-4fdb-bc82-b387bc77467f 909
2022-10-30T06:14:53.312Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-30T06:14:53.312Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env
2022-10-30T06:14:53.312Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:14:53.312Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:53.314Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:53.314Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110493312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:14:53.414Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:53.415Z||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-10-30T06:14:53.415Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:53.427Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:53.428Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:54.314Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 06555340-2959-4d30-aace-125bade11f59
2022-10-30T06:14:54.315Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NTXgJL 0 b30ae6c7-6be2-4a14-a4e1-e4530ba3c984 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-10-30T06:14:54.330Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3edb8083, org.onap.sdc.toscaparser.api.parameters.Input@275ab8ce, org.onap.sdc.toscaparser.api.parameters.Input@4be3c047, org.onap.sdc.toscaparser.api.parameters.Input@5f422af4, org.onap.sdc.toscaparser.api.parameters.Input@3dff7607]
2022-10-30T06:14:54.332Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.332Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.332Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-10-30T06:14:54.332Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 856c10a5-cebe-4f42-ad1d-415984974502
2022-10-30T06:14:54.332Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 856c10a5-cebe-4f42-ad1d-415984974502 matches Tosca VF Customization UUID: 856c10a5-cebe-4f42-ad1d-415984974502
2022-10-30T06:14:54.332Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 856c10a5-cebe-4f42-ad1d-415984974502 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-10-30T06:14:54.335Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.335Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.336Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 856c10a5-cebe-4f42-ad1d-415984974502: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-30T06:14:54.336Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@547ea9d9
2022-10-30T06:14:54.336Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.336Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T06:14:54.336Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e2068ff4-c96a-418d-9b77-e9ba5911277d
2022-10-30T06:14:54.336Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e2068ff4-c96a-418d-9b77-e9ba5911277d
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-10-30T06:14:54.339Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.339Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:54.339Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:14:54.339Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.339Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:54.340Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:14:54.340Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.340Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is not matching search criteria
2022-10-30T06:14:54.340Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-30T06:14:54.340Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T06:14:54.340Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=05cf74ef-e302-4a9f-8de7-820de42f62fc
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-10-30T06:14:54.342Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.342Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:54.343Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T06:14:54.343Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.343Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NTXgJL 0 is matching search criteria
2022-10-30T06:14:54.343Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NTXgJL 0] matching following query criteria: sdcType=VF, customizationUUID=856c10a5-cebe-4f42-ad1d-415984974502
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-10-30T06:14:54.345Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 06555340-2959-4d30-aace-125bade11f59: basic_onboard_NTXgJL
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.346Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.347Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.347Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.347Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:14:54.347Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NTXgJL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:14:54.347Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_NTXgJL
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-10-30T06:14:54.426Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NTXgJL b30ae6c7-6be2-4a14-a4e1-e4530ba3c984 1 ASDC deployResourceStructure
2022-10-30T06:14:54.426Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json ASDC sendASDCNotification
2022-10-30T06:14:54.426Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json
2022-10-30T06:14:54.426Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:14:54.427Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:54.428Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:54.429Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110494426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T06:14:54.529Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:54.530Z||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-10-30T06:14:54.530Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:54.541Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:54.542Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:55.429Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-30T06:14:55.430Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml
2022-10-30T06:14:55.430Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:14:55.430Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:55.432Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:55.432Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110495429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T06:14:55.532Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:55.533Z||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-10-30T06:14:55.534Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:55.546Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:55.547Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:56.433Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-30T06:14:56.434Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env
2022-10-30T06:14:56.434Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:14:56.434Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:56.436Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:56.436Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110496433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-30T06:14:56.536Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:56.537Z||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-10-30T06:14:56.538Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:56.552Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:56.552Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:14:57.437Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar ASDC sendASDCNotification
2022-10-30T06:14:57.438Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar
2022-10-30T06:14:57.438Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:14:57.438Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:14:57.440Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:14:57.440Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110497437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T06:14:57.540Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:14:57.541Z||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-10-30T06:14:57.541Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:14:57.554Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:14:57.554Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:14:58.441Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
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-10-30T06:14:58.453Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef
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-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:14:58.458Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-10-30T06:14:58.465Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T06:15:28.465Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef 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-10-30T06:15:28.475Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef and serviceModelVersionId: 06555340-2959-4d30-aace-125bade11f59
2022-10-30T06:15:28.475Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a41ecfb5-646e-465a-9059-aeb1eb0dcb32
2022-10-30T06:15:28.478Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0
2022-10-30T06:15:28.484Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T06:15:28.520Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0|INFO|500||Invoke
2022-10-30T06:15:28.520Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a380ed5-4a3a-4579-93d4-fbcfc7748598], X-ECOMP-RequestID=[f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef], X-TransactionId=[], X-ONAP-RequestID=[f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef], Content-Type=[application/merge-patch+json]}
2022-10-30T06:15:28.545Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-30T06:15:28.640Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?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/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221030-06:15:28:532-29116], vertex-id=[184520], Content-Length=[0], Date=[Sun, 30 Oct 2022 06:15:28 GMT], Content-Type=[application/json]}
2022-10-30T06:15:28.640Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T06:15:28.641Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a41ecfb5-646e-465a-9059-aeb1eb0dcb32/model-vers/model-ver/06555340-2959-4d30-aace-125bade11f59?depth=0|INFO|500||InvokeReturn
2022-10-30T06:15:28.641Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T06:15:28.641Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-10-30T06:15:28.648Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-10-30T06:15:28.649Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T06:15:28.649Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T06:15:28.649Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:15:28.651Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:15:28.651Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110528649,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:15:28.751Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:15:28.752Z||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-10-30T06:15:28.752Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:15:28.765Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:15:28.765Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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-10-30T06:15:29.662Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:15:29.663Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-10-30T06:15:29.663Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:15:35.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:15:35.068Z||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-10-30T06:15:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:15:35.717Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:15:35.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:15:35.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110477433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110489017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110491201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110492259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110493312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110494426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/basic_onboard_ntxgjl0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110495429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110496433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/resourceInstances/basic_onboard_ntxgjl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110497437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtxgjl/1.0/artifacts/service-BasicOnboardNtxgjl-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T06:15:35.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:35.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T06:15:35.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667110528649,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:15:35.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:15:39.206Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:15:39.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:15:39.208Z||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-10-30T06:15:39.208Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:15:48.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:15:48.777Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:15:48.777Z||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-10-30T06:15:48.777Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:15:58.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:16:35.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:16:35.066Z||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-10-30T06:16:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:16:35.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:16:35.068Z||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-10-30T06:16:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:16:44.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:16:44.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:17:35.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:17:35.066Z||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-10-30T06:17:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:17:35.068Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:17:35.068Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-10-30T06:17:35.068Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:17:44.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:17:44.637Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:18:35.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:18:35.066Z||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-10-30T06:18:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:18:35.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:18:35.068Z||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-10-30T06:18:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:18:44.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:18:44.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:19:35.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:19:35.066Z||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-10-30T06:19:35.066Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:19:35.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:19:35.068Z||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-10-30T06:19:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:19:44.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:19:44.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:20:35.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:20:35.066Z||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-10-30T06:20:35.067Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:20:35.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:20:35.068Z||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-10-30T06:20:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:20:44.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:20:44.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:21:35.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:21:35.068Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:21:35.068Z||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-10-30T06:21:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:21:35.068Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-10-30T06:21:35.068Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:21:44.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:21:44.617Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:22:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:22:35.066Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-10-30T06:22:35.066Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:22:35.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:22:35.069Z||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-10-30T06:22:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:22:44.612Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:22:44.614Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:23:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:23:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-10-30T06:23:35.066Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:23:35.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:23:35.068Z||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-10-30T06:23:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:23:44.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:23:44.622Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:24:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:24:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-10-30T06:24:35.066Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:24:35.067Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:24:35.068Z||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-10-30T06:24:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:24:44.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:24:44.634Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:25:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:25:35.065Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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-10-30T06:25:35.066Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:25:35.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:25:35.069Z||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-10-30T06:25:35.069Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:25:35.702Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:25:35.704Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.705Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e57a2b24-0e38-44dd-a8d0-ad5838dd2285","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6a3309ae-4719-4d1d-9fed-1c029f78d08e","serviceDescription":"service","serviceInvariantUUID":"71990dc1-cb3d-4501-b609-0254a37ae0f8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ade4bb74-0c22-409d-ab17-a71095d882e0","resourceInvariantUUID":"20b7668d-9adb-4f97-8fac-9ae9747593e1","resourceCustomizationUUID":"b478a939-c1c8-48e3-bda6-535ac07139fa","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":"ZTNhOGM3YTkwMDYwMTgxYzJhYzBlNjBiZmJiMjViNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ddc7b56-b4b8-4716-b99d-10334e1ddf67","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjhlMzVmZmEzNWNiYTJlYzQ0ZDk0MTI0NmI3YThmNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a3b81b96-8c5d-4301-9db8-cafdbb013770","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:25:35.708Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:25:35.708Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:25:35.711Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:25:35.711Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111135065,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:25:35.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667111103538,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "ves-openapi-manager",
"timestamp": 1667111105698,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667111103538,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "ves-openapi-manager",
"timestamp": 1667111105698,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "cds",
"timestamp": 1667111112588,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "cds",
"timestamp": 1667111112588,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "cds",
"timestamp": 1667111115374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "cds",
"timestamp": 1667111116381,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-30T06:25:35.746Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e57a2b24-0e38-44dd-a8d0-ad5838dd2285
2022-10-30T06:25:35.747Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57a2b24-0e38-44dd-a8d0-ad5838dd2285 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-10-30T06:25:35.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "aai-ml",
"timestamp": 1667111117510,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-30T06:25:35.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "aai-ml",
"timestamp": 1667111117510,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:25:35.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "aai-ml",
"timestamp": 1667111120314,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667111123258,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667111123258,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "aai-ml",
"timestamp": 1667111124674,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667111125998,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "aai-ml",
"timestamp": 1667111125683,
"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-10-30T06:25:35.763Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e57a2b24-0e38-44dd-a8d0-ad5838dd2285
2022-10-30T06:25:35.763Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57a2b24-0e38-44dd-a8d0-ad5838dd2285 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-10-30T06:25:35.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667111127800,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T06:25:35.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T06:25:35.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:25:35.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667111128808,
"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-10-30T06:25:35.777Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e57a2b24-0e38-44dd-a8d0-ad5838dd2285
2022-10-30T06:25:35.778Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57a2b24-0e38-44dd-a8d0-ad5838dd2285 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-10-30T06:25:35.811Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:25:35.812Z||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-10-30T06:25:35.812Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:25:35.824Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:25:35.824Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:25:36.714Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:25:36.716Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:25:36.718Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:25:36.718Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111135065,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:25:36.818Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:25:36.819Z||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-10-30T06:25:36.819Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:25:36.830Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:25:36.831Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:25:37.719Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "6a3309ae-4719-4d1d-9fed-1c029f78d08e",
"serviceDescription": "service",
"serviceInvariantUUID": "71990dc1-cb3d-4501-b609-0254a37ae0f8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b478a939-c1c8-48e3-bda6-535ac07139fa",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ade4bb74-0c22-409d-ab17-a71095d882e0",
"resourceInvariantUUID": "20b7668d-9adb-4f97-8fac-9ae9747593e1",
"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": "NjhlMzVmZmEzNWNiYTJlYzQ0ZDk0MTI0NmI3YThmNzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a3b81b96-8c5d-4301-9db8-cafdbb013770"
}
],
"workloadContext": "Production"
}
2022-10-30T06:25:37.720Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:25:37.720Z|f6ac71aa-d945-4df5-9eb5-c1c2e4ced4ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6a3309ae-4719-4d1d-9fed-1c029f78d08e ASDC
2022-10-30T06:25:37.720Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e57a2b24-0e38-44dd-a8d0-ad5838dd2285
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:6a3309ae-4719-4d1d-9fed-1c029f78d08e
ServiceInvariantUUID:71990dc1-cb3d-4501-b609-0254a37ae0f8
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:a3b81b96-8c5d-4301-9db8-cafdbb013770
ArtifactChecksum:NjhlMzVmZmEzNWNiYTJlYzQ0ZDk0MTI0NmI3YThmNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b478a939-c1c8-48e3-bda6-535ac07139fa
ResourceInvariantUUID:20b7668d-9adb-4f97-8fac-9ae9747593e1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ade4bb74-0c22-409d-ab17-a71095d882e0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-30T06:25:37.721Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a3309ae-4719-4d1d-9fed-1c029f78d08e 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-10-30T06:25:37.747Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:25:37.748Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:25:37.748Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:25:37.748Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a3b81b96-8c5d-4301-9db8-cafdbb013770 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T06:25:37.748Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:25:37.749Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T06:25:37.816Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:25:37.818Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a3b81b96-8c5d-4301-9db8-cafdbb013770 57663
2022-10-30T06:25:37.819Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-30T06:25:37.819Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T06:25:37.819Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:25:37.820Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:25:37.821Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:25:37.822Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111137819,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:25:37.922Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:25:37.923Z||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-10-30T06:25:37.923Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:25:37.935Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:25:37.936Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:25:38.822Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:25:38.824Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:25:38.824Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a3b81b96-8c5d-4301-9db8-cafdbb013770, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T06:25:38.825Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-30T06:25:38.825Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T06:25:38.825Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T06:25:38.923Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9112990354206627280/Definitions/service-BasicNetwork-template.yml
2022-10-30T06:25:39.305Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:25:39.305Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:25:39.305Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T06:25:39.305Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|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-BasicNetwork-csar.csar
2022-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.306Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.307Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-30T06:25:39.307Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:25:39.307Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:25:39.307Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.308Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.308Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-30T06:25:39.308Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:25:39.308Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.309Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.310Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.310Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.310Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.310Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:6a3309ae-4719-4d1d-9fed-1c029f78d08e
Model Version:NULL
Model InvariantUuid:71990dc1-cb3d-4501-b609-0254a37ae0f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:20b7668d-9adb-4f97-8fac-9ae9747593e1
Model UUID:54ba0c56-4a11-4926-9f5d-f9b01cb02f75
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b478a939-c1c8-48e3-bda6-535ac07139fa
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-10-30T06:25:39.318Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: ade4bb74-0c22-409d-ab17-a71095d882e0
2022-10-30T06:25:39.319Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||No resources found for Service: 6a3309ae-4719-4d1d-9fed-1c029f78d08e
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-10-30T06:25:39.323Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||
2022-10-30T06:25:39.324Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-30T06:25:39.324Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 6a3309ae-4719-4d1d-9fed-1c029f78d08e
2022-10-30T06:25:39.324Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6a3309ae-4719-4d1d-9fed-1c029f78d08e
2022-10-30T06:25:39.325Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-30T06:25:39.325Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.330Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57531145, org.onap.sdc.toscaparser.api.parameters.Input@4806efcb, org.onap.sdc.toscaparser.api.parameters.Input@56219edd, org.onap.sdc.toscaparser.api.parameters.Input@5cc996c0, org.onap.sdc.toscaparser.api.parameters.Input@135f7d25]
2022-10-30T06:25:39.332Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.332Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.332Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.332Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.332Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6a3309ae-4719-4d1d-9fed-1c029f78d08e: Generic NeutronNet
2022-10-30T06:25:39.333Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.333Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.333Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.333Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.372Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.373Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.373Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.373Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.373Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:25:39.373Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:25:39.373Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||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-10-30T06:25:39.436Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-30T06:25:39.436Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-30T06:25:39.437Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T06:25:39.437Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T06:25:39.437Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:25:39.439Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:25:39.439Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111139436,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T06:25:39.539Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:25:39.540Z||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-10-30T06:25:39.540Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:25:39.551Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:25:39.552Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:25:40.440Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57a2b24-0e38-44dd-a8d0-ad5838dd2285
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-10-30T06:25:40.452Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57a2b24-0e38-44dd-a8d0-ad5838dd2285
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-10-30T06:25:40.456Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T06:25:40.456Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T06:25:40.457Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|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-10-30T06:25:40.462Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T06:26:10.463Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e57a2b24-0e38-44dd-a8d0-ad5838dd2285 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-10-30T06:26:10.468Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e57a2b24-0e38-44dd-a8d0-ad5838dd2285 and serviceModelVersionId: 6a3309ae-4719-4d1d-9fed-1c029f78d08e
2022-10-30T06:26:10.468Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71990dc1-cb3d-4501-b609-0254a37ae0f8
2022-10-30T06:26:10.469Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0
2022-10-30T06:26:10.473Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T06:26:10.504Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0|INFO|500||Invoke
2022-10-30T06:26:10.504Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e57a2b24-0e38-44dd-a8d0-ad5838dd2285], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[efa5b163-f9a7-4a9c-8442-9f969989a5c9], X-ECOMP-RequestID=[e57a2b24-0e38-44dd-a8d0-ad5838dd2285], X-TransactionId=[], X-ONAP-RequestID=[e57a2b24-0e38-44dd-a8d0-ad5838dd2285], Content-Type=[application/merge-patch+json]}
2022-10-30T06:26:10.521Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-30T06:26:10.620Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?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/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221030-06:26:10:497-9189], vertex-id=[241880], Content-Length=[0], Date=[Sun, 30 Oct 2022 06:26:10 GMT], Content-Type=[application/json]}
2022-10-30T06:26:10.620Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T06:26:10.620Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71990dc1-cb3d-4501-b609-0254a37ae0f8/model-vers/model-ver/6a3309ae-4719-4d1d-9fed-1c029f78d08e?depth=0|INFO|500||InvokeReturn
2022-10-30T06:26:10.621Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T06:26:10.621Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|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-10-30T06:26:10.632Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|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-10-30T06:26:10.632Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e57a2b24-0e38-44dd-a8d0-ad5838dd2285 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T06:26:10.632Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T06:26:10.633Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:10.634Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:10.634Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111170632,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T06:26:10.735Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:26:10.736Z||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-10-30T06:26:10.736Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:10.752Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:26:10.753Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T06:26:35.065Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:26:35.066Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|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-10-30T06:26:35.066Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:35.067Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T06:26:35.068Z||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-10-30T06:26:35.068Z||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 pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:35.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:26:35.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-30T06:26:35.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e57a2b24-0e38-44dd-a8d0-ad5838dd2285",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111135065,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:26:35.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-30T06:26:35.710Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:26:35.711Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T06:26:35.711Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f04e37d-f2bc-49f7-a812-23968bdea4b2","serviceName":"Demo_pNF_CcdlYzZ5NkupLfet41Tf","serviceVersion":"1.0","serviceUUID":"670b797c-a996-4dc9-8700-f50698925c7c","serviceDescription":"catalog service description","serviceInvariantUUID":"d02956ab-14bf-49e0-af41-6d2a8047d634","resources":[{"resourceInstanceName":"pNF de174c9a-7078 0","resourceName":"pNF de174c9a-7078","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7519bc14-3c74-438b-a6ea-31fb268b0cf0","resourceInvariantUUID":"e6d5ac28-20c2-4a11-a406-b39a5c8b366e","resourceCustomizationUUID":"1e925632-d9bf-489f-880c-abcf02c36860","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vf-license-model.xml","artifactChecksum":"MzQyMzZmYTI2MjcxMTBlNGE4YzRhZDg5MjA3ZWUxM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b261764d-6843-4a8b-9450-8fc0b4eee756","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/pNF.csar","artifactChecksum":"OTRlN2JlMmQ5NTg1OTU0YjkyYTNhNTY2OTZmZTk4ZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ffaecf10-dc01-408d-a38a-3b5ef089d6a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c684815-2370-4e49-8806-0538e3324d13","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vendor-license-model.xml","artifactChecksum":"OTlmNzMzNWI5MzBhNzljMmJjYTMwZmI0MmQyZDZhNDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"858d16d9-435d-4d04-8a90-18c194f49723","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e872c84-9e2f-457c-84c7-a7e798d8e75a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49a1ae2d-bd16-4c98-b033-0a34b41d7f43","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml","artifactChecksum":"MGI2YTM2MjM3NDQ3MGI0NjViMjI0NDM4ZmYxNmUxZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3280ed92-5667-4443-b059-2e72893ff82c","artifactVersion":"1"},{"artifactName":"service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar","artifactChecksum":"ZmYyNGJmNjMzYjYzZjI2MWU4MjUzM2Y2YTQ0NmY3ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d21e3ba-36ad-4957-a575-a9a9f25b4c26","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T06:26:35.713Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:35.713Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:35.715Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:35.715Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111195065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:26:35.815Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:35.816Z||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-10-30T06:26:35.816Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:35.830Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:26:35.830Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:26:36.715Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:36.716Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:36.718Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:36.718Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111195065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:26:36.819Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T06:26:36.820Z||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-10-30T06:26:36.820Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:36.833Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:26:36.834Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:26:37.719Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:37.720Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:37.722Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:37.722Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111195065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:26:37.822Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:37.823Z||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-10-30T06:26:37.823Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:37.836Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:26:37.836Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:26:38.723Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:38.724Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:38.726Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:38.726Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111195065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:26:38.826Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:38.827Z||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-10-30T06:26:38.827Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:38.839Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:26:38.840Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:26:39.726Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:39.727Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:39.729Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:39.729Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111195065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:26:39.829Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T06:26:39.830Z||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-10-30T06:26:39.830Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:39.844Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:26:39.845Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:26:40.730Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:40.731Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:40.734Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:40.734Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111195065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/resourceInstances/pnfde174c9a70780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:26:40.834Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:40.835Z||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-10-30T06:26:40.835Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:40.851Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:26:40.852Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:26:41.735Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:41.735Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:41.738Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:41.738Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111195065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T06:26:41.838Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:41.839Z||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-10-30T06:26:41.839Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:41.852Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:26:41.853Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T06:26:42.739Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T06:26:42.740Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:42.742Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:42.742Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111195065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T06:26:42.842Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:42.843Z||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-10-30T06:26:42.843Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:42.854Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:26:42.855Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:26:43.743Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
"serviceName": "Demo_pNF_CcdlYzZ5NkupLfet41Tf",
"serviceVersion": "1.0",
"serviceUUID": "670b797c-a996-4dc9-8700-f50698925c7c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d02956ab-14bf-49e0-af41-6d2a8047d634",
"resources": [
{
"resourceInstanceName": "pNF de174c9a-7078 0",
"resourceCustomizationUUID": "1e925632-d9bf-489f-880c-abcf02c36860",
"resourceName": "pNF de174c9a-7078",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "7519bc14-3c74-438b-a6ea-31fb268b0cf0",
"resourceInvariantUUID": "e6d5ac28-20c2-4a11-a406-b39a5c8b366e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
"artifactChecksum": "ZmYyNGJmNjMzYjYzZjI2MWU4MjUzM2Y2YTQ0NmY3ZjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4d21e3ba-36ad-4957-a575-a9a9f25b4c26"
}
],
"workloadContext": "Production"
}
2022-10-30T06:26:43.744Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T06:26:43.744Z|e57a2b24-0e38-44dd-a8d0-ad5838dd2285|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 670b797c-a996-4dc9-8700-f50698925c7c ASDC
2022-10-30T06:26:43.744Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:6f04e37d-f2bc-49f7-a812-23968bdea4b2
ServiceName:Demo_pNF_CcdlYzZ5NkupLfet41Tf
ServiceVersion:1.0
ServiceUUID:670b797c-a996-4dc9-8700-f50698925c7c
ServiceInvariantUUID:d02956ab-14bf-49e0-af41-6d2a8047d634
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
ArtifactUUID:4d21e3ba-36ad-4957-a575-a9a9f25b4c26
ArtifactChecksum:ZmYyNGJmNjMzYjYzZjI2MWU4MjUzM2Y2YTQ0NmY3ZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF de174c9a-7078 0
ResourceCustomizationUUID:1e925632-d9bf-489f-880c-abcf02c36860
ResourceInvariantUUID:e6d5ac28-20c2-4a11-a406-b39a5c8b366e
ResourceName:pNF de174c9a-7078
ResourceType:PNF
ResourceUUID:7519bc14-3c74-438b-a6ea-31fb268b0cf0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-30T06:26:43.744Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 670b797c-a996-4dc9-8700-f50698925c7c 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-10-30T06:26:43.770Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:26:43.770Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:26:43.770Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:26:43.771Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4d21e3ba-36ad-4957-a575-a9a9f25b4c26 from URL: /sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:43.771Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-30T06:26:43.771Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:43.823Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-30T06:26:43.827Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar 4d21e3ba-36ad-4957-a575-a9a9f25b4c26 87775
2022-10-30T06:26:43.828Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar ASDC sendASDCNotification
2022-10-30T06:26:43.828Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:43.828Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T06:26:43.828Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-30T06:26:43.830Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T06:26:43.830Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "6f04e37d-f2bc-49f7-a812-23968bdea4b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667111203828,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T06:26:43.930Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T06:26:43.931Z||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-10-30T06:26:43.931Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pPMtFtQUZjAXkg0k) ...
2022-10-30T06:26:43.946Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T06:26:43.946Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T06:26:44.830Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T06:26:44.831Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-30T06:26:44.832Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4d21e3ba-36ad-4957-a575-a9a9f25b4c26, URL: /sdc/v1/catalog/services/DemoPnfCcdlyzz5nkuplfet41tf/1.0/artifacts/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar to file: /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:44.832Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:44.832Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:44.833Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:44.983Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15316813658807080485/Definitions/service-DemoPnfCcdlyzz5nkuplfet41tf-template.yml
2022-10-30T06:26:45.591Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T06:26:45.592Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:26:45.592Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.592Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-30T06:26:45.592Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||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-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.592Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF de174c9a-7078 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-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.592Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||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-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|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-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|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-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|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-DemoPnfCcdlyzz5nkuplfet41tf-csar.csar
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.593Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Node template pNF de174c9a-7078 0 is matching search criteria
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF de174c9a-7078 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Node template pNF de174c9a-7078 0 is matching search criteria
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF de174c9a-7078 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T06:26:45.594Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.595Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_CcdlYzZ5NkupLfet41Tf
Description:catalog service description
Model UUID:670b797c-a996-4dc9-8700-f50698925c7c
Model Version:NULL
Model InvariantUuid:d02956ab-14bf-49e0-af41-6d2a8047d634
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-10-30T06:26:45.604Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7519bc14-3c74-438b-a6ea-31fb268b0cf0
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-10-30T06:26:45.608Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||pNF de174c9a-7078 0
2022-10-30T06:26:45.608Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7519bc14-3c74-438b-a6ea-31fb268b0cf0
2022-10-30T06:26:45.609Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 670b797c-a996-4dc9-8700-f50698925c7c
2022-10-30T06:26:45.609Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 670b797c-a996-4dc9-8700-f50698925c7c
2022-10-30T06:26:45.609Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF de174c9a-7078 0 7519bc14-3c74-438b-a6ea-31fb268b0cf0 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-10-30T06:26:45.614Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7538f116, org.onap.sdc.toscaparser.api.parameters.Input@49625523, org.onap.sdc.toscaparser.api.parameters.Input@2ea15c17, org.onap.sdc.toscaparser.api.parameters.Input@2b44240d, org.onap.sdc.toscaparser.api.parameters.Input@1946d032]
2022-10-30T06:26:45.615Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T06:26:45.615Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CcdlYzZ5NkupLfet41Tf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T06:26:45.616Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 670b797c-a996-4dc9-8700-f50698925c7c: pNF de174c9a-7078
2022-10-30T06:26:45.616Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||INFO|500||Processing PNF resource: 7519bc14-3c74-438b-a6ea-31fb268b0cf0
2022-10-30T06:26:45.616Z|6f04e37d-f2bc-49f7-a812-23968bdea4b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery