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-06-01T05:29:58.520Z||main|||||INFO|500||The following profiles are active: basic
2022-06-01T05:30:19.701Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-01T05:30:19.702Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-01T05:30:19.927Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-01T05:30:25.663Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-01T05:30:26.103Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-01T05:30:26.715Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-01T05:30:26.722Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-01T05:30:26.871Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-01T05:30:27.193Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-01T05:30:27.994Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-01T05:30:30.135Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-01T05:30:33.053Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-01T05:30:33.121Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-01T05:30:33.877Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-01T05:30:34.125Z||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-06-01T05:30:35.527Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-01T05:30:36.899Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-01T05:30:36.920Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$4f705321.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-01T05:30:36.923Z||main|||||WARN|500||The sdc end point is not alive
2022-06-01T05:30:40.551Z||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-06-01T05:30:45.476Z||main|||||WARN|500||---
2022-06-01T05:30:45.477Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-01T05:30:45.477Z||main|||||WARN|500||---
2022-06-01T05:30:46.261Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-01T05:30:52.671Z||main|||||INFO|500||Started Application in 61.775 seconds (JVM running for 67.912)
2022-06-01T05:30:52.703Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-01T05:30:52.708Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-01T05:30:52.727Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-01T05:30:52.758Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-01T05:30:52.807Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3373f1ad-0f6c-4651-a039-fc759a360396 url= /sdc/v1/artifactTypes
2022-06-01T05:30:52.808Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-01T05:30:53.141Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-01T05:30:53.174Z||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-06-01T05:30:53.201Z||scheduling-1|||||DEBUG|500||create keys
2022-06-01T05:30:53.208Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-01T05:30:53.247Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:30:53.274Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bc5aad49-0873-4fd6-abe4-9b5cc4d8198c url= /sdc/v1/registerForDistribution
2022-06-01T05:30:53.370Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= bc5aad49-0873-4fd6-abe4-9b5cc4d8198c url= /sdc/v1/registerForDistribution
2022-06-01T05:30:53.371Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-01T05:30:53.384Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:30:53.393Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-01T05:30:53.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:30:53.395Z||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-06-01T05:30:53.396Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:30:53.398Z||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-06-01T05:30:53.398Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:31:03.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:31:03.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:31:53.380Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:31:53.381Z||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-06-01T05:31:53.382Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:31:53.382Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:31:53.383Z||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-06-01T05:31:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:32:02.937Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:32:02.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:32:53.379Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:32:53.381Z||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-06-01T05:32:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:32:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:32:53.384Z||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-06-01T05:32:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:33:02.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:33:02.929Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:33:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:33:53.381Z||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-06-01T05:33:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:33:53.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:33:53.384Z||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-06-01T05:33:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:34:02.933Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:34:02.934Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:34:53.379Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:34:53.381Z||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-06-01T05:34:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:34:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:34:53.384Z||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-06-01T05:34:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:35:02.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:35:02.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:35:53.380Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:35:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:35:53.382Z||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-06-01T05:35:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:35:53.383Z||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-06-01T05:35:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:36:02.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:36:02.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:36:53.380Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:36:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:36:53.383Z||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-06-01T05:36:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:36:53.386Z||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-06-01T05:36:53.387Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:37:02.934Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:37:02.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:37:53.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:37:53.380Z||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-06-01T05:37:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:37:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:37:53.385Z||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-06-01T05:37:53.385Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:38:02.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:38:02.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:38:53.379Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:38:53.380Z||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-06-01T05:38:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:38:53.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:38:53.384Z||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-06-01T05:38:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:39:02.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:39:02.929Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:39:53.379Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:39:53.381Z||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-06-01T05:39:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:39:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:39:53.383Z||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-06-01T05:39:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:40:02.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:40:02.941Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:40:31.067Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-01T05:40:53.379Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:40:53.380Z||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-06-01T05:40:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:40:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:40:53.383Z||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-06-01T05:40:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:41:02.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:41:02.927Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:41:53.379Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:41:53.380Z||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-06-01T05:41:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:41:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:41:53.383Z||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-06-01T05:41:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:42:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:42:02.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:42:53.380Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:42:53.381Z||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-06-01T05:42:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:42:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:42:53.383Z||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-06-01T05:42:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:43:02.927Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:43:02.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:43:53.380Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:43:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:43:53.382Z||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-06-01T05:43:53.382Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:43:53.383Z||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-06-01T05:43:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:44:02.932Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:44:02.932Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:44:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:44:53.380Z||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-06-01T05:44:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:44:53.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:44:53.385Z||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-06-01T05:44:53.385Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:45:02.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:45:02.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:45:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:45:53.380Z||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-06-01T05:45:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:45:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:45:53.383Z||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-06-01T05:45:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:46:02.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:46:02.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:46:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:46:53.381Z||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-06-01T05:46:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:46:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:46:53.383Z||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-06-01T05:46:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:47:02.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:47:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:47:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:47:53.381Z||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-06-01T05:47:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:47:53.382Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:47:53.382Z||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-06-01T05:47:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:48:02.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:48:02.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:48:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:48:53.380Z||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-06-01T05:48:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:48:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:48:53.384Z||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-06-01T05:48:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:49:02.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:49:02.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:49:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:49:53.381Z||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-06-01T05:49:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:49:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:49:53.382Z||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-06-01T05:49:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:50:02.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:50:02.933Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:50:53.380Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:50:53.382Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:50:53.382Z||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-06-01T05:50:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:50:53.384Z||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-06-01T05:50:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:51:02.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:51:02.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:51:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:51:53.381Z||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-06-01T05:51:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:51:53.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:51:53.384Z||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-06-01T05:51:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:52:02.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:52:02.940Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:52:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:52:53.380Z||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-06-01T05:52:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:52:53.382Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:52:53.383Z||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-06-01T05:52:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:53:02.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:53:02.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:53:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:53:53.380Z||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-06-01T05:53:53.380Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:53:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:53:53.383Z||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-06-01T05:53:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:54:02.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:54:02.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:54:53.379Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:54:53.381Z||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-06-01T05:54:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:54:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:54:53.383Z||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-06-01T05:54:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:55:02.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:55:02.927Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:55:53.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:55:53.380Z||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-06-01T05:55:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:55:53.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:55:53.384Z||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-06-01T05:55:53.385Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:56:02.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:56:02.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:56:53.379Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:56:53.381Z||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-06-01T05:56:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:56:53.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:56:53.384Z||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-06-01T05:56:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:57:02.932Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:57:02.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:57:53.379Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:57:53.380Z||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-06-01T05:57:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:57:53.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:57:53.383Z||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-06-01T05:57:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:58:02.918Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:58:02.925Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:58:53.380Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:58:53.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:58:53.384Z||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-06-01T05:58:53.384Z||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-06-01T05:58:53.385Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:58:53.385Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:59:02.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:59:02.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T05:59:53.379Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:59:53.381Z||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-06-01T05:59:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T05:59:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T05:59:53.383Z||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-06-01T05:59:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:00:02.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:00:02.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:00:53.379Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:00:53.380Z||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-06-01T06:00:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:00:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:00:53.383Z||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-06-01T06:00:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:01:02.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:01:02.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:01:53.379Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:01:53.380Z||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-06-01T06:01:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:01:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:01:53.383Z||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-06-01T06:01:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:02:02.931Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:02:02.931Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:02:53.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:02:53.380Z||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-06-01T06:02:53.380Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:02:53.382Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:02:53.383Z||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-06-01T06:02:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:03:02.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:03:02.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:03:53.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:03:53.380Z||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-06-01T06:03:53.380Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:03:53.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:03:53.384Z||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-06-01T06:03:53.385Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:04:02.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:04:02.931Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:04:53.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:04:53.380Z||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-06-01T06:04:53.380Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:04:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:04:53.383Z||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-06-01T06:04:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:05:02.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:05:02.927Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:05:53.380Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:05:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:05:53.383Z||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-06-01T06:05:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:05:53.384Z||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-06-01T06:05:53.384Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:06:02.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:06:02.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:06:53.379Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:06:53.380Z||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-06-01T06:06:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:06:53.382Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:06:53.383Z||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-06-01T06:06:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:07:02.924Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:07:02.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:07:53.379Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:07:53.381Z||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-06-01T06:07:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:07:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:07:53.383Z||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-06-01T06:07:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:08:02.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:08:02.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:08:53.379Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:08:53.380Z||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-06-01T06:08:53.380Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:08:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:08:53.382Z||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-06-01T06:08:53.382Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:09:02.932Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:09:02.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:09:53.379Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:09:53.380Z||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-06-01T06:09:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:09:53.382Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:09:53.385Z||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-06-01T06:09:53.385Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:10:02.935Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:10:02.935Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:10:53.379Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:10:53.380Z||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-06-01T06:10:53.381Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:10:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:10:53.382Z||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-06-01T06:10:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:11:02.936Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:11:02.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:11:53.379Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:11:53.380Z||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-06-01T06:11:53.380Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:11:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:11:53.383Z||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-06-01T06:11:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:12:02.922Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:12:02.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:12:53.380Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:12:53.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:12:53.383Z||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-06-01T06:12:53.383Z||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-06-01T06:12:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:12:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:12:53.746Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:12:53.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "ves-openapi-manager",
"timestamp": 1654063932029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "ves-openapi-manager",
"timestamp": 1654063932029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "cds",
"timestamp": 1654063942278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "ves-openapi-manager",
"timestamp": 1654063932029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "cds",
"timestamp": 1654063942278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "ves-openapi-manager",
"timestamp": 1654063932029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "cds",
"timestamp": 1654063942278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "policy-id",
"timestamp": 1654063943981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "ves-openapi-manager",
"timestamp": 1654063932029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "cds",
"timestamp": 1654063942278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "policy-id",
"timestamp": 1654063943981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654063944369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "ves-openapi-manager",
"timestamp": 1654063932029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "cds",
"timestamp": 1654063942278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "policy-id",
"timestamp": 1654063943981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-01T06:12:53.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654063944369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "aai-ml",
"timestamp": 1654063946018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "ves-openapi-manager",
"timestamp": 1654063932029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "cds",
"timestamp": 1654063942278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "policy-id",
"timestamp": 1654063943981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654063944369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "aai-ml",
"timestamp": 1654063946018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "cds",
"timestamp": 1654063942278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:12:53.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "policy-id",
"timestamp": 1654063943981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654063944369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "aai-ml",
"timestamp": 1654063946018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "policy-id",
"timestamp": 1654063943981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654063944369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "aai-ml",
"timestamp": 1654063946018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654063949277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "cds",
"timestamp": 1654063950520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:12:53.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:12:53.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "policy-id",
"timestamp": 1654063943981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:12:53.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654063944369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "aai-ml",
"timestamp": 1654063946018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:53.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654063949277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "NOTIFIED"
}
2022-06-01T06:12:53.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:53.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:53.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "cds",
"timestamp": 1654063951534,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-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-06-01T06:12:54.014Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20decfed-ca11-4ebe-bf4d-cf77f55b4447
2022-06-01T06:12:54.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:12:54.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"20decfed-ca11-4ebe-bf4d-cf77f55b4447","serviceName":"basic_onboard_VgpMqZ","serviceVersion":"1.0","serviceUUID":"1cf31c9a-1239-4358-bda8-6449490af63d","serviceDescription":"service","serviceInvariantUUID":"8946331b-1ca8-4f1c-aa55-0dcdfd131aff","resources":[{"resourceInstanceName":"basic_onboard_VgpMqZ 0","resourceName":"basic_onboard_VgpMqZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fea69fc9-606d-439e-be83-26beb0310071","resourceInvariantUUID":"541a0f84-2f39-4184-bc95-44f56efcfdb4","resourceCustomizationUUID":"78b608e2-f8fe-496a-9a76-00ac1c1a0c9d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml","artifactChecksum":"Y2U1MzA5NjYxYTIwY2VhMzRhMzhiNmZiMTE2NTE3NmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb13b15d-57e9-43c9-8cee-eb3dc2c3f888","artifactVersion":"1"},{"artifactName":"basic_onboard_vgpmqz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json","artifactChecksum":"ZjBkZjMxMzUzNTRmNGU1MDNjN2QxYmYyODQ0ZDk4YjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c522c4e-c538-4961-9d4d-67e08a6b57b8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1633818c-bf29-4de9-9384-ad0727dd136e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7d1f9926-2e9b-4cde-8862-25e273ca303a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"736a7641-1b77-4f73-8046-27e07cf4609f","artifactVersion":"2","generatedFromUUID":"1633818c-bf29-4de9-9384-ad0727dd136e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVgpmqz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml","artifactChecksum":"YjcxMDNlYzhjOGRhOTljOTBlNTBmOWQ0ZDcwZmI5NTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bd48b1d-d4a2-4bde-bdf6-79d881d31076","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVgpmqz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar","artifactChecksum":"MWQ1MTE5YmU2ZjY4M2I3NTM2OTBhNTgxZjk1YzliNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"628cd74d-eb29-45cd-a702-ac75e7973fbf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-01T06:12:54.028Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:12:54.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:12:54.038Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20decfed-ca11-4ebe-bf4d-cf77f55b4447 and ComponentName cds
2022-06-01T06:12:54.052Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:12:54.052Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
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-06-01T06:12:54.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654063944369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:12:54.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "aai-ml",
"timestamp": 1654063946018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:54.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654063949277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-01T06:12:54.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "policy-id",
"timestamp": 1654063952013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:12:54.070Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:12:54.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "aai-ml",
"timestamp": 1654063946018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:12:54.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654063949277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:54.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "policy-id",
"timestamp": 1654063953025,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-01T06:12:54.072Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:12:54.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654063952385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:12:54.072Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:12:54.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654063949277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-01T06:12:54.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "policy-id",
"timestamp": 1654063954029,
"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-06-01T06:12:54.093Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20decfed-ca11-4ebe-bf4d-cf77f55b4447
2022-06-01T06:12:54.093Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:12:54.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "aai-ml",
"timestamp": 1654063954058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:12:54.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:12:54.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654063949277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:54.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654063949277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:12:54.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654063955631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-01T06:12:54.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:12:54.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654063957314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:12:54.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:12:54.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654063956635,
"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-06-01T06:12:54.119Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20decfed-ca11-4ebe-bf4d-cf77f55b4447
2022-06-01T06:12:54.120Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:12:54.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654063958413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:12:54.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:12:54.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "clamp",
"timestamp": 1654063957187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:54.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "clamp",
"timestamp": 1654063957187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "NOTIFIED"
}
2022-06-01T06:12:54.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654063959594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:12:54.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:12:54.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "clamp",
"timestamp": 1654063957187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:54.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654063960664,
"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-06-01T06:12:54.139Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20decfed-ca11-4ebe-bf4d-cf77f55b4447
2022-06-01T06:12:54.139Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20decfed-ca11-4ebe-bf4d-cf77f55b4447 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-01T06:12:54.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "clamp",
"timestamp": 1654063957187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:54.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654063961670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-01T06:12:54.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:12:54.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "clamp",
"timestamp": 1654063957187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:54.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "clamp",
"timestamp": 1654063957187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:54.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "clamp",
"timestamp": 1654063957187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:12:54.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-01T06:12:54.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "clamp",
"timestamp": 1654063970499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:12:54.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:12:54.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-01T06:12:54.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "clamp",
"timestamp": 1654063972192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-01T06:12:54.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:12:54.154Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-01T06:12:54.160Z||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-06-01T06:12:54.160Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:12:54.169Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:12:54.169Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:12:55.061Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:12:55.061Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:12:55.063Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:12:55.063Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "NOTIFIED"
}
2022-06-01T06:12:55.163Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:12:55.164Z||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-06-01T06:12:55.165Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:12:55.182Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:12:55.183Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:12:56.064Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:12:56.066Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:12:56.069Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:12:56.070Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-01T06:12:56.169Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-01T06:12:56.170Z||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-06-01T06:12:56.171Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:12:56.182Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:12:56.183Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-01T06:12:57.070Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:12:57.071Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:12:57.074Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:12:57.075Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:57.174Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-01T06:12:57.175Z||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-06-01T06:12:57.176Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:12:57.206Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:12:57.206Z||pool-6-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:12:58.075Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:12:58.077Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:12:58.080Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:12:58.080Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-01T06:12:58.180Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:12:58.181Z||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-06-01T06:12:58.182Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:12:58.192Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:12:58.192Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:12:59.081Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:12:59.082Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:12:59.085Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:12:59.086Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:12:59.186Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:12:59.187Z||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-06-01T06:12:59.187Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:12:59.201Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:12:59.202Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:13:00.088Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:13:00.089Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:13:00.091Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:13:00.092Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:13:00.192Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:13:00.193Z||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-06-01T06:13:00.193Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:13:00.217Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:13:00.219Z||pool-9-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:13:01.095Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"serviceName": "basic_onboard_VgpMqZ",
"serviceVersion": "1.0",
"serviceUUID": "1cf31c9a-1239-4358-bda8-6449490af63d",
"serviceDescription": "service",
"serviceInvariantUUID": "8946331b-1ca8-4f1c-aa55-0dcdfd131aff",
"resources": [
{
"resourceInstanceName": "basic_onboard_VgpMqZ 0",
"resourceCustomizationUUID": "78b608e2-f8fe-496a-9a76-00ac1c1a0c9d",
"resourceName": "basic_onboard_VgpMqZ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fea69fc9-606d-439e-be83-26beb0310071",
"resourceInvariantUUID": "541a0f84-2f39-4184-bc95-44f56efcfdb4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vgpmqz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"artifactChecksum": "ZjBkZjMxMzUzNTRmNGU1MDNjN2QxYmYyODQ0ZDk4YjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7c522c4e-c538-4961-9d4d-67e08a6b57b8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1633818c-bf29-4de9-9384-ad0727dd136e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "736a7641-1b77-4f73-8046-27e07cf4609f",
"generatedFromUUID": "1633818c-bf29-4de9-9384-ad0727dd136e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "736a7641-1b77-4f73-8046-27e07cf4609f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVgpmqz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"artifactChecksum": "MWQ1MTE5YmU2ZjY4M2I3NTM2OTBhNTgxZjk1YzliNDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "628cd74d-eb29-45cd-a702-ac75e7973fbf"
}
],
"workloadContext": "Production"
}
2022-06-01T06:13:01.097Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-01T06:13:01.097Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1cf31c9a-1239-4358-bda8-6449490af63d ASDC
2022-06-01T06:13:01.282Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:20decfed-ca11-4ebe-bf4d-cf77f55b4447
ServiceName:basic_onboard_VgpMqZ
ServiceVersion:1.0
ServiceUUID:1cf31c9a-1239-4358-bda8-6449490af63d
ServiceInvariantUUID:8946331b-1ca8-4f1c-aa55-0dcdfd131aff
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVgpmqz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar
ArtifactUUID:628cd74d-eb29-45cd-a702-ac75e7973fbf
ArtifactChecksum:MWQ1MTE5YmU2ZjY4M2I3NTM2OTBhNTgxZjk1YzliNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VgpMqZ 0
ResourceCustomizationUUID:78b608e2-f8fe-496a-9a76-00ac1c1a0c9d
ResourceInvariantUUID:541a0f84-2f39-4184-bc95-44f56efcfdb4
ResourceName:basic_onboard_VgpMqZ
ResourceType:VF
ResourceUUID:fea69fc9-606d-439e-be83-26beb0310071
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vgpmqz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json
ArtifactUUID:7c522c4e-c538-4961-9d4d-67e08a6b57b8
ArtifactChecksum:ZjBkZjMxMzUzNTRmNGU1MDNjN2QxYmYyODQ0ZDk4YjM=
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/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1633818c-bf29-4de9-9384-ad0727dd136e
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/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env
ArtifactUUID:736a7641-1b77-4f73-8046-27e07cf4609f
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/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env
ArtifactUUID:736a7641-1b77-4f73-8046-27e07cf4609f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-01T06:13:01.282Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cf31c9a-1239-4358-bda8-6449490af63d 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-06-01T06:13:01.337Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-01T06:13:01.340Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-01T06:13:01.350Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-01T06:13:01.350Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 628cd74d-eb29-45cd-a702-ac75e7973fbf from URL: /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:01.351Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-01T06:13:01.357Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:01.476Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-01T06:13:01.492Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar 628cd74d-eb29-45cd-a702-ac75e7973fbf 71585
2022-06-01T06:13:01.493Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar ASDC sendASDCNotification
2022-06-01T06:13:01.494Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:01.503Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-01T06:13:01.504Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:13:01.506Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:13:01.506Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063981492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:13:01.606Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:13:01.608Z||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-06-01T06:13:01.608Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:13:01.618Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:13:01.619Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:13:02.507Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-01T06:13:02.508Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-01T06:13:02.509Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 628cd74d-eb29-45cd-a702-ac75e7973fbf, URL: /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar to file: /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:02.510Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:02.641Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:02.642Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:03.299Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4812627258823001162/Definitions/service-BasicOnboardVgpmqz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-01T06:13:05.574Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-01T06:13:05.579Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-01T06:13:05.579Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:05.579Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-01T06:13:05.579Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VgpMqZ 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:05.580Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:05.580Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|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-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:05.580Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:05.580Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|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-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:05.581Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:05.581Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|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-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:05.581Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|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-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:05.581Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|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-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:05.581Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-01T06:13:05.588Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.590Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:05.594Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria
2022-06-01T06:13:05.594Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-01T06:13:05.596Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-01T06:13:05.598Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.598Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:05.599Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria
2022-06-01T06:13:05.599Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-01T06:13:05.599Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-01T06:13:05.600Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.600Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:05.603Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.604Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is not matching search criteria
2022-06-01T06:13:05.604Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-01T06:13:05.604Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-01T06:13:05.605Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-01T06:13:05.605Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-01T06:13:05.605Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-01T06:13:05.606Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.606Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-01T06:13:05.608Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.608Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria
2022-06-01T06:13:05.608Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:13:05.608Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.609Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria
2022-06-01T06:13:05.609Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:13:05.609Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.610Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria
2022-06-01T06:13:05.610Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:13:05.610Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.611Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is not matching search criteria
2022-06-01T06:13:05.611Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-01T06:13:05.611Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-01T06:13:05.611Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=922d99f0-5eef-4914-97b6-7cb1e7dbaa4e
2022-06-01T06:13:05.612Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.612Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:05.612Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.612Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:05.613Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.613Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:05.613Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:05.614Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:05.614Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_VgpMqZ
Description:service
Model UUID:1cf31c9a-1239-4358-bda8-6449490af63d
Model Version:NULL
Model InvariantUuid:8946331b-1ca8-4f1c-aa55-0dcdfd131aff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_VgpMqZ
Model UUID:51ba2d65-d2eb-4530-ad6c-7a73566a1642
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:541a0f84-2f39-4184-bc95-44f56efcfdb4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:78b608e2-f8fe-496a-9a76-00ac1c1a0c9d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f43acb1f-a96a-4755-91b2-ecc92a81f0fc
ModelName:BasicOnboardVgpmqz..base_ubuntu18..module-0
ModelUuid:4eee9d90-3ab6-4d29-b152-c2ecc59923b1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:922d99f0-5eef-4914-97b6-7cb1e7dbaa4e
ModelInvariantUuid:0d88ef99-ac7b-4928-9fca-355bcbfd1d19
ModelName:basic_onboard_VgpMqZ-nodes.ubuntu18Cvfc
ModelUuid:f9da35ca-b283-41ab-a0b4-b86ab84da5a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2b9dc6ab-9500-4154-ade1-043c8257b9b7
ModelInvariantUuid:b6d8e6c4-b62e-4f8d-9420-7cfe6a1727f6
ModelName:BasicOnboardVgpmqz.compute.nodes.heat.ubuntu18
ModelUuid:f5cbacfd-4203-4b5b-a037-66a44abe1b67
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-06-01T06:13:05.627Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: fea69fc9-606d-439e-be83-26beb0310071
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-06-01T06:13:05.743Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||basic_onboard_VgpMqZ 0
2022-06-01T06:13:05.749Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fea69fc9-606d-439e-be83-26beb0310071
2022-06-01T06:13:05.750Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7c522c4e-c538-4961-9d4d-67e08a6b57b8 from URL: /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json
2022-06-01T06:13:05.750Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-01T06:13:05.750Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json
2022-06-01T06:13:05.958Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-01T06:13:05.959Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json 7c522c4e-c538-4961-9d4d-67e08a6b57b8 798
2022-06-01T06:13:05.959Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json ASDC sendASDCNotification
2022-06-01T06:13:05.959Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json
2022-06-01T06:13:05.959Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-01T06:13:05.960Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:13:05.962Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:13:05.963Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063985959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:13:06.063Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:13:06.064Z||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-06-01T06:13:06.065Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:13:06.075Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:13:06.076Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:13:06.964Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVgpmqz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f43acb1f-a96a-4755-91b2-ecc92a81f0fc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4eee9d90-3ab6-4d29-b152-c2ecc59923b1",
"vfModuleModelCustomizationUUID": "ac47618c-89ee-43da-a22e-0b7383c121ba",
"isBase": true,
"artifacts": [
"1633818c-bf29-4de9-9384-ad0727dd136e",
"736a7641-1b77-4f73-8046-27e07cf4609f"
],
"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-06-01T06:13:06.980Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVgpmqz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4eee9d90-3ab6-4d29-b152-c2ecc59923b1
VfModuleModelInvariantUUID:f43acb1f-a96a-4755-91b2-ecc92a81f0fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
1633818c-bf29-4de9-9384-ad0727dd136e
,
736a7641-1b77-4f73-8046-27e07cf4609f
}
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-06-01T06:13:06.984Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVgpmqz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f43acb1f-a96a-4755-91b2-ecc92a81f0fc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4eee9d90-3ab6-4d29-b152-c2ecc59923b1",
"vfModuleModelCustomizationUUID": "ac47618c-89ee-43da-a22e-0b7383c121ba",
"isBase": true,
"artifacts": [
"1633818c-bf29-4de9-9384-ad0727dd136e",
"736a7641-1b77-4f73-8046-27e07cf4609f"
],
"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-06-01T06:13:06.985Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVgpmqz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4eee9d90-3ab6-4d29-b152-c2ecc59923b1
VfModuleModelInvariantUUID:f43acb1f-a96a-4755-91b2-ecc92a81f0fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
1633818c-bf29-4de9-9384-ad0727dd136e
,
736a7641-1b77-4f73-8046-27e07cf4609f
}
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-06-01T06:13:06.985Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1633818c-bf29-4de9-9384-ad0727dd136e from URL: /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml
2022-06-01T06:13:06.985Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-01T06:13:06.985Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml
2022-06-01T06:13:07.251Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-01T06:13:07.252Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml 1633818c-bf29-4de9-9384-ad0727dd136e 5033
2022-06-01T06:13:07.252Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-01T06:13:07.252Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml
2022-06-01T06:13:07.252Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-01T06:13:07.252Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:13:07.254Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:13:07.254Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063987252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:13:07.354Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-01T06:13:07.356Z||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-06-01T06:13:07.356Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:13:07.366Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:13:07.367Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:13:08.256Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 736a7641-1b77-4f73-8046-27e07cf4609f from URL: /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env
2022-06-01T06:13:08.256Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-01T06:13:08.256Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env
2022-06-01T06:13:08.462Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-01T06:13:08.463Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env 736a7641-1b77-4f73-8046-27e07cf4609f 909
2022-06-01T06:13:08.463Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-01T06:13:08.463Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env
2022-06-01T06:13:08.463Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-01T06:13:08.464Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:13:08.467Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:13:08.467Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063988463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:13:08.567Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-01T06:13:08.568Z||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-06-01T06:13:08.569Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:13:08.581Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:13:08.583Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:13:09.468Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1cf31c9a-1239-4358-bda8-6449490af63d
2022-06-01T06:13:09.470Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VgpMqZ 0 fea69fc9-606d-439e-be83-26beb0310071 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-06-01T06:13:09.512Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5793b08, org.onap.sdc.toscaparser.api.parameters.Input@71ddb14c, org.onap.sdc.toscaparser.api.parameters.Input@86dfb63, org.onap.sdc.toscaparser.api.parameters.Input@4564f244, org.onap.sdc.toscaparser.api.parameters.Input@989309b]
2022-06-01T06:13:09.517Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:09.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-06-01T06:13:09.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 78b608e2-f8fe-496a-9a76-00ac1c1a0c9d
2022-06-01T06:13:09.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78b608e2-f8fe-496a-9a76-00ac1c1a0c9d matches Tosca VF Customization UUID: 78b608e2-f8fe-496a-9a76-00ac1c1a0c9d
2022-06-01T06:13:09.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 78b608e2-f8fe-496a-9a76-00ac1c1a0c9d 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-06-01T06:13:09.528Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.529Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:09.531Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 78b608e2-f8fe-496a-9a76-00ac1c1a0c9d: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-01T06:13:09.531Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b912a14
2022-06-01T06:13:09.531Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.531Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-01T06:13:09.532Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac47618c-89ee-43da-a22e-0b7383c121ba
2022-06-01T06:13:09.534Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac47618c-89ee-43da-a22e-0b7383c121ba
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-06-01T06:13:09.543Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.544Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria
2022-06-01T06:13:09.544Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:13:09.545Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.545Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria
2022-06-01T06:13:09.545Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:13:09.545Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.546Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is not matching search criteria
2022-06-01T06:13:09.546Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-01T06:13:09.546Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-01T06:13:09.546Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=922d99f0-5eef-4914-97b6-7cb1e7dbaa4e
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-06-01T06:13:09.561Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.561Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria
2022-06-01T06:13:09.562Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:13:09.562Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.562Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_VgpMqZ 0 is matching search criteria
2022-06-01T06:13:09.562Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_VgpMqZ 0] matching following query criteria: sdcType=VF, customizationUUID=78b608e2-f8fe-496a-9a76-00ac1c1a0c9d
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-06-01T06:13:09.567Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.567Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:09.567Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1cf31c9a-1239-4358-bda8-6449490af63d: basic_onboard_VgpMqZ
2022-06-01T06:13:09.567Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.568Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:09.568Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.568Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:09.568Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.569Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:09.569Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.569Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:09.569Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:13:09.570Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_VgpMqZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:13:09.570Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_VgpMqZ
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-06-01T06:13:09.798Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VgpMqZ fea69fc9-606d-439e-be83-26beb0310071 1 ASDC deployResourceStructure
2022-06-01T06:13:09.798Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json ASDC sendASDCNotification
2022-06-01T06:13:09.799Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json
2022-06-01T06:13:09.799Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-01T06:13:09.799Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:13:09.801Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:13:09.801Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063989798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-01T06:13:09.901Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:13:09.903Z||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-06-01T06:13:09.903Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:13:09.914Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:13:09.915Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:13:10.803Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-01T06:13:10.804Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml
2022-06-01T06:13:10.804Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-01T06:13:10.804Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:13:10.806Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:13:10.807Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063990803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-01T06:13:10.907Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:13:10.908Z||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-06-01T06:13:10.908Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:13:10.918Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:13:10.919Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:13:11.811Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-01T06:13:11.811Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env
2022-06-01T06:13:11.811Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-01T06:13:11.811Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:13:11.813Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:13:11.813Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063991810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-01T06:13:11.914Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:13:11.915Z||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-06-01T06:13:11.915Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:13:11.926Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:13:11.927Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:13:12.814Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar ASDC sendASDCNotification
2022-06-01T06:13:12.815Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar
2022-06-01T06:13:12.815Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-01T06:13:12.815Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:13:12.818Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:13:12.818Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063992814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-01T06:13:12.918Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:13:12.919Z||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-06-01T06:13:12.920Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:13:12.930Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:13:12.930Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:13:13.819Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:13:13.840Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:13:13.846Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-01T06:13:13.847Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-01T06:13:13.847Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-01T06:13:43.848Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:13:43.864Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:13:43.870Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-01T06:13:43.870Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-01T06:13:43.870Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-01T06:13:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:13:53.383Z||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-06-01T06:13:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:13:53.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:13:53.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:13:53.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "aai-ml",
"timestamp": 1654063973080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-01T06:13:53.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:14:13.871Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:14:13.885Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:14:13.888Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-01T06:14:13.889Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-01T06:14:13.889Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-01T06:14:43.889Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:14:43.907Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:14:43.913Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-01T06:14:43.913Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-01T06:14:43.914Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-01T06:14:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:14:53.383Z||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-06-01T06:14:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:14:53.415Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:14:53.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:14:53.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:14:53.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:15:13.914Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:15:13.925Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:15:13.927Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-01T06:15:13.927Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-01T06:15:13.927Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-01T06:15:43.928Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:15:43.940Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:15:43.943Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-01T06:15:43.943Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-01T06:15:43.943Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-01T06:15:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:15:53.383Z||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-06-01T06:15:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:15:53.408Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:15:53.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "clamp",
"timestamp": 1654063973199,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-01T06:15:53.419Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 20decfed-ca11-4ebe-bf4d-cf77f55b4447
2022-06-01T06:15:53.419Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20decfed-ca11-4ebe-bf4d-cf77f55b4447 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-01T06:15:53.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "aai-ml",
"timestamp": 1654063974087,
"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-06-01T06:15:53.435Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20decfed-ca11-4ebe-bf4d-cf77f55b4447
2022-06-01T06:15:53.435Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:15:53.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "NOTIFIED"
}
2022-06-01T06:15:53.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:15:53.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-01T06:15:53.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:15:53.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:15:53.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:15:53.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-01T06:15:53.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:15:53.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:15:53.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:15:53.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063973379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:15:53.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:15:53.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063981492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:15:53.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:15:53.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063985959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:15:53.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:15:53.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063987252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:15:53.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:15:53.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063988463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:15:53.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:15:53.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063989798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/basic_onboard_vgpmqz0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-01T06:15:53.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:15:53.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063990803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-01T06:15:53.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:15:53.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063991810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/resourceInstances/basic_onboard_vgpmqz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-01T06:15:53.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:15:53.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:15:53.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654063992814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgpmqz/1.0/artifacts/service-BasicOnboardVgpmqz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-01T06:15:53.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:13.944Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:16:13.956Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447
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-06-01T06:16:13.959Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-01T06:16:13.959Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-01T06:16:13.960Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-01T06:16:13.960Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-01T06:16:13.960Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-01T06:16:13.960Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-01T06:16:13.960Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-01T06:16:13.961Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-01T06:16:13.961Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-01T06:16:13.961Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-01T06:16:13.961Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|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-06-01T06:16:13.966Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-01T06:16:43.967Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 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-06-01T06:16:43.981Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20decfed-ca11-4ebe-bf4d-cf77f55b4447 and serviceModelVersionId: 1cf31c9a-1239-4358-bda8-6449490af63d
2022-06-01T06:16:43.981Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8946331b-1ca8-4f1c-aa55-0dcdfd131aff
2022-06-01T06:16:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:16:53.383Z||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-06-01T06:16:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:16:53.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:16:53.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "cds",
"timestamp": 1654064047277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "clamp",
"timestamp": 1654064047187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064049277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "policy-id",
"timestamp": 1654064043981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654064052028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "cds",
"timestamp": 1654064047277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "clamp",
"timestamp": 1654064047187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "NOTIFIED"
}
2022-06-01T06:16:53.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064049277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "NOTIFIED"
}
2022-06-01T06:16:53.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "policy-id",
"timestamp": 1654064043981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654064052028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "cds",
"timestamp": 1654064047277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064049277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-01T06:16:53.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "clamp",
"timestamp": 1654064047187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "policy-id",
"timestamp": 1654064043981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-01T06:16:53.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654064052028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "cds",
"timestamp": 1654064047277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "clamp",
"timestamp": 1654064047187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064049277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "policy-id",
"timestamp": 1654064043981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654064052028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "cds",
"timestamp": 1654064047277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "clamp",
"timestamp": 1654064047187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064049277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-01T06:16:53.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "policy-id",
"timestamp": 1654064043981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654064052028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "cds",
"timestamp": 1654064047277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "clamp",
"timestamp": 1654064047187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064049277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "policy-id",
"timestamp": 1654064043981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654064052028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "cds",
"timestamp": 1654064047277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:16:53.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "clamp",
"timestamp": 1654064047187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:16:53.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064049277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:16:53.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "policy-id",
"timestamp": 1654064043981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:16:53.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654064052028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:53.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:53.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "cds",
"timestamp": 1654064060156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:16:53.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:53.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064059945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:16:53.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:53.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "policy-id",
"timestamp": 1654064059944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:16:53.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:53.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "cds",
"timestamp": 1654064061163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-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-06-01T06:16:53.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7f4cc57-2e8c-4be6-8512-88a6bb239cc2
2022-06-01T06:16:53.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:16:53.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "policy-id",
"timestamp": 1654064060949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-01T06:16:53.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:53.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064061449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:16:53.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:53.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "policy-id",
"timestamp": 1654064061953,
"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-06-01T06:16:53.982Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7f4cc57-2e8c-4be6-8512-88a6bb239cc2
2022-06-01T06:16:53.983Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:16:53.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064062651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:16:53.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:53.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:53.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064063684,
"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-06-01T06:16:54.001Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7f4cc57-2e8c-4be6-8512-88a6bb239cc2
2022-06-01T06:16:54.001Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-01T06:16:54.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064064689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-01T06:16:54.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:54.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654064064369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:54.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654064064369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:54.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "aai-ml",
"timestamp": 1654064066018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:54.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654064064369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:54.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "aai-ml",
"timestamp": 1654064066018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:54.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "aai-ml",
"timestamp": 1654064066018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:54.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654064064369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:54.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "aai-ml",
"timestamp": 1654064066018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:54.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654064064369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:54.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654064064369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:54.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "aai-ml",
"timestamp": 1654064066018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:54.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654064064369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:16:54.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "aai-ml",
"timestamp": 1654064066018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:16:54.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "aai-ml",
"timestamp": 1654064066018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:16:54.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-01T06:16:54.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654064072205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:16:54.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:54.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "clamp",
"timestamp": 1654064073189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:16:54.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:54.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "aai-ml",
"timestamp": 1654064073939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:16:54.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:54.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "clamp",
"timestamp": 1654064075199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-01T06:16:54.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:54.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654064075074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-01T06:16:54.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:54.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "clamp",
"timestamp": 1654064076204,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-01T06:16:54.030Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7f4cc57-2e8c-4be6-8512-88a6bb239cc2
2022-06-01T06:16:54.031Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-01T06:16:54.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654064076078,
"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-06-01T06:16:54.051Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7f4cc57-2e8c-4be6-8512-88a6bb239cc2
2022-06-01T06:16:54.052Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:16:54.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "aai-ml",
"timestamp": 1654064090680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-01T06:16:54.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:16:54.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-01T06:16:54.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "aai-ml",
"timestamp": 1654064091686,
"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-06-01T06:16:54.076Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7f4cc57-2e8c-4be6-8512-88a6bb239cc2
2022-06-01T06:16:54.077Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:16:59.977Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8946331b-1ca8-4f1c-aa55-0dcdfd131aff/model-vers/model-ver/1cf31c9a-1239-4358-bda8-6449490af63d?depth=0
2022-06-01T06:17:00.137Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-01T06:17:00.693Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|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/8946331b-1ca8-4f1c-aa55-0dcdfd131aff/model-vers/model-ver/1cf31c9a-1239-4358-bda8-6449490af63d?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-06-01T06:17:00.700Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8946331b-1ca8-4f1c-aa55-0dcdfd131aff/model-vers/model-ver/1cf31c9a-1239-4358-bda8-6449490af63d?depth=0|INFO|500||Invoke
2022-06-01T06:17:00.852Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8946331b-1ca8-4f1c-aa55-0dcdfd131aff/model-vers/model-ver/1cf31c9a-1239-4358-bda8-6449490af63d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-01T06:17:01.479Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8946331b-1ca8-4f1c-aa55-0dcdfd131aff/model-vers/model-ver/1cf31c9a-1239-4358-bda8-6449490af63d?depth=0|INFO|500||InvokeReturn
2022-06-01T06:17:01.482Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|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/8946331b-1ca8-4f1c-aa55-0dcdfd131aff/model-vers/model-ver/1cf31c9a-1239-4358-bda8-6449490af63d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220601-06:17:00:330-55846], vertex-id=[229616], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:17:00 GMT], Content-Type=[application/json]}
2022-06-01T06:17:01.483Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-01T06:17:01.489Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-01T06:17:01.490Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|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-06-01T06:17:01.499Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|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-06-01T06:17:01.500Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20decfed-ca11-4ebe-bf4d-cf77f55b4447 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-01T06:17:01.501Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-01T06:17:01.502Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:01.504Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:01.504Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064221500,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-01T06:17:01.606Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-01T06:17:01.607Z||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-06-01T06:17:01.607Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:01.619Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:01.619Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-01T06:17:02.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:17:02.518Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|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-06-01T06:17:02.519Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:06.940Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:06.942Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-01T06:17:06.942Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7f4cc57-2e8c-4be6-8512-88a6bb239cc2","serviceName":"vFW 2022-06-01 06-12-29","serviceVersion":"1.0","serviceUUID":"f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4","serviceDescription":"catalog service description","serviceInvariantUUID":"e93945f2-205b-480f-8ae3-72e0c91ba4d8","resources":[{"resourceInstanceName":"vFW b824f0fb-25ca 0","resourceName":"vFW b824f0fb-25ca","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee70fec4-7e3b-4299-ac46-9d1c52d62838","resourceInvariantUUID":"a7d495a6-ac54-4c7c-a6d6-61edd13f03d1","resourceCustomizationUUID":"8a47bfb7-39f0-47e3-b292-6c312e1f3d36","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml","artifactChecksum":"NDdmOGE4ODA5MjA0ZTQ1YWNhMjI1N2ZlN2EyNmI4ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05e27af8-7eed-46a8-8f65-b68402a556f1","artifactVersion":"1"},{"artifactName":"vfwb824f0fb25ca0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json","artifactChecksum":"OGYxNWU5ZmQ0NmFhYzE4MTQ0ODYyMzIzNWU1NzY1NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"557db151-706e-49a8-9df4-20ebacceefa2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84985157-2827-4941-9192-5cf0cd624e62","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml","artifactChecksum":"NDZjNzQ3NDE1MWVhYzFkNTllNDk4MGYwNmVkMDY5MmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ade92341-9955-4821-95ae-bbd328ed679d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b410bbbf-8b0b-44cc-8373-2990869b50be","artifactVersion":"2","generatedFromUUID":"84985157-2827-4941-9192-5cf0cd624e62"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220601061229-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml","artifactChecksum":"NjdhZTFhNjY3YjAxMzg2MjI3MTM4NzkyZWZkY2MyZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a07f0f3c-b4f8-42cc-a7a0-d8664fd002b9","artifactVersion":"1"},{"artifactName":"service-Vfw20220601061229-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar","artifactChecksum":"MjNhMjQxZWZkMjdhMDY3Y2I1OTYyM2E1YzVlM2RkZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8b0b83a-5a6e-4fe4-ad32-b34a54c4cf15","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-01T06:17:06.948Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:17:06.948Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:06.950Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:06.950Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:07.051Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:07.053Z||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-06-01T06:17:07.053Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:07.065Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:07.065Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:07.954Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:17:07.955Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:07.958Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:07.958Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "NOTIFIED"
}
2022-06-01T06:17:08.057Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-01T06:17:08.059Z||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-06-01T06:17:08.059Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:08.069Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:08.069Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:08.958Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:17:08.962Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:08.965Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:08.965Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-01T06:17:09.065Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:09.066Z||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-06-01T06:17:09.067Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:09.081Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:09.082Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-01T06:17:09.968Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:17:09.969Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:09.972Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:09.973Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:10.073Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:10.074Z||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-06-01T06:17:10.075Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:10.086Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:10.087Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:10.974Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:17:10.975Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:10.978Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:10.978Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-01T06:17:11.078Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:11.079Z||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-06-01T06:17:11.079Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:11.089Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:11.090Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:11.979Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:17:11.980Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:11.983Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:11.983Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:12.083Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:12.084Z||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-06-01T06:17:12.084Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:12.094Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:12.094Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:12.983Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:17:12.984Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:12.986Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:12.987Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:17:13.087Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:13.088Z||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-06-01T06:17:13.088Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:13.099Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:13.099Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-01T06:17:13.988Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"serviceName": "vFW 2022-06-01 06-12-29",
"serviceVersion": "1.0",
"serviceUUID": "f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e93945f2-205b-480f-8ae3-72e0c91ba4d8",
"resources": [
{
"resourceInstanceName": "vFW b824f0fb-25ca 0",
"resourceCustomizationUUID": "8a47bfb7-39f0-47e3-b292-6c312e1f3d36",
"resourceName": "vFW b824f0fb-25ca",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ee70fec4-7e3b-4299-ac46-9d1c52d62838",
"resourceInvariantUUID": "a7d495a6-ac54-4c7c-a6d6-61edd13f03d1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb824f0fb25ca0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"artifactChecksum": "OGYxNWU5ZmQ0NmFhYzE4MTQ0ODYyMzIzNWU1NzY1NmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "557db151-706e-49a8-9df4-20ebacceefa2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "84985157-2827-4941-9192-5cf0cd624e62",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b410bbbf-8b0b-44cc-8373-2990869b50be",
"generatedFromUUID": "84985157-2827-4941-9192-5cf0cd624e62"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b410bbbf-8b0b-44cc-8373-2990869b50be",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220601061229-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"artifactChecksum": "MjNhMjQxZWZkMjdhMDY3Y2I1OTYyM2E1YzVlM2RkZDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c8b0b83a-5a6e-4fe4-ad32-b34a54c4cf15"
}
],
"workloadContext": "Production"
}
2022-06-01T06:17:13.989Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-01T06:17:13.989Z|20decfed-ca11-4ebe-bf4d-cf77f55b4447|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4 ASDC
2022-06-01T06:17:13.989Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e7f4cc57-2e8c-4be6-8512-88a6bb239cc2
ServiceName:vFW 2022-06-01 06-12-29
ServiceVersion:1.0
ServiceUUID:f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4
ServiceInvariantUUID:e93945f2-205b-480f-8ae3-72e0c91ba4d8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220601061229-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar
ArtifactUUID:c8b0b83a-5a6e-4fe4-ad32-b34a54c4cf15
ArtifactChecksum:MjNhMjQxZWZkMjdhMDY3Y2I1OTYyM2E1YzVlM2RkZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b824f0fb-25ca 0
ResourceCustomizationUUID:8a47bfb7-39f0-47e3-b292-6c312e1f3d36
ResourceInvariantUUID:a7d495a6-ac54-4c7c-a6d6-61edd13f03d1
ResourceName:vFW b824f0fb-25ca
ResourceType:VF
ResourceUUID:ee70fec4-7e3b-4299-ac46-9d1c52d62838
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb824f0fb25ca0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json
ArtifactUUID:557db151-706e-49a8-9df4-20ebacceefa2
ArtifactChecksum:OGYxNWU5ZmQ0NmFhYzE4MTQ0ODYyMzIzNWU1NzY1NmQ=
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/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml
ArtifactUUID:84985157-2827-4941-9192-5cf0cd624e62
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/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env
ArtifactUUID:b410bbbf-8b0b-44cc-8373-2990869b50be
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/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env
ArtifactUUID:b410bbbf-8b0b-44cc-8373-2990869b50be
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-01T06:17:13.989Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4 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-06-01T06:17:14.030Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-01T06:17:14.031Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-01T06:17:14.032Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-01T06:17:14.032Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c8b0b83a-5a6e-4fe4-ad32-b34a54c4cf15 from URL: /sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:14.032Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-01T06:17:14.032Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:14.590Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-01T06:17:14.598Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar c8b0b83a-5a6e-4fe4-ad32-b34a54c4cf15 99006
2022-06-01T06:17:14.599Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar ASDC sendASDCNotification
2022-06-01T06:17:14.599Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:14.599Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-01T06:17:14.600Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:14.602Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:14.602Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064234599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:17:14.702Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:14.703Z||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-06-01T06:17:14.703Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:14.717Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:14.717Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:15.603Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-01T06:17:15.604Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-01T06:17:15.605Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c8b0b83a-5a6e-4fe4-ad32-b34a54c4cf15, URL: /sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar to file: /app/ASDC/1/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:15.605Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220601061229-csar.csar
2022-06-01T06:17:15.605Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:15.606Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:15.920Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4662282082537950215/Definitions/service-Vfw20220601061229-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-01T06:17:18.181Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-01T06:17:18.182Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-01T06:17:18.182Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.182Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-01T06:17:18.182Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.183Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.183Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|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-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.183Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|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-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.183Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|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-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.183Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.183Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b824f0fb-25ca 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.184Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|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-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.184Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.184Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.184Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|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-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.184Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|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-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.185Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|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-Vfw20220601061229-csar.csar
2022-06-01T06:17:18.185Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-01T06:17:18.185Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.185Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:18.186Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria
2022-06-01T06:17:18.186Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-01T06:17:18.186Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-01T06:17:18.186Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.187Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:18.187Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria
2022-06-01T06:17:18.187Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-01T06:17:18.187Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-01T06:17:18.188Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.188Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:18.188Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.188Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria
2022-06-01T06:17:18.188Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-01T06:17:18.189Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-01T06:17:18.189Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-01T06:17:18.189Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:18.190Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:17:18.190Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:17:18.190Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-01T06:17:18.190Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-01T06:17:18.190Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-01T06:17:18.191Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:17:18.191Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:18.191Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-01T06:17:18.191Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:18.191Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-01T06:17:18.192Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:17:18.192Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-01T06:17:18.192Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.192Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-01T06:17:18.193Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.193Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria
2022-06-01T06:17:18.193Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:17:18.193Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.194Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria
2022-06-01T06:17:18.194Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:17:18.194Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.194Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria
2022-06-01T06:17:18.195Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:17:18.195Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.195Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria
2022-06-01T06:17:18.195Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-01T06:17:18.196Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-01T06:17:18.196Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-01T06:17:18.196Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-01T06:17:18.196Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-01T06:17:18.197Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:17:18.197Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:18.197Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-01T06:17:18.197Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:18.198Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-01T06:17:18.198Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:17:18.198Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e72f3e66-9f38-4df0-896e-f6bbd810cc03
2022-06-01T06:17:18.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria
2022-06-01T06:17:18.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-01T06:17:18.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-01T06:17:18.200Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-01T06:17:18.200Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:18.200Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:17:18.201Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:17:18.201Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-01T06:17:18.201Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-01T06:17:18.201Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-01T06:17:18.202Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:18.202Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-01T06:17:18.203Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:17:18.203Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=792e1d91-2034-4105-b565-c50bedaa1a7e
2022-06-01T06:17:18.203Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.204Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria
2022-06-01T06:17:18.204Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-01T06:17:18.204Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-01T06:17:18.204Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-01T06:17:18.205Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:18.205Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:17:18.205Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:17:18.206Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-01T06:17:18.206Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-01T06:17:18.206Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-01T06:17:18.207Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:17:18.207Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:18.207Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-01T06:17:18.207Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bd328e2d-9595-4406-9245-4c1c8e8ad723
2022-06-01T06:17:18.208Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.208Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:18.208Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.209Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:18.209Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.209Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:18.210Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:18.210Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:18.210Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-01 06-12-29
Description:catalog service description
Model UUID:f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4
Model Version:NULL
Model InvariantUuid:e93945f2-205b-480f-8ae3-72e0c91ba4d8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b824f0fb-25ca
Model UUID:d6b28ed9-e3d6-4c80-bc2c-288d4b56bae6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a7d495a6-ac54-4c7c-a6d6-61edd13f03d1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8a47bfb7-39f0-47e3-b292-6c312e1f3d36
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fa2cf4ed-589d-4f5a-9fcf-b4df6f19c11a
ModelName:VfwB824f0fb25ca..base_vfw..module-0
ModelUuid:90126a36-6f11-4937-85dc-357e839f8f1e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e72f3e66-9f38-4df0-896e-f6bbd810cc03
ModelInvariantUuid:5ffe64a8-7d25-4915-9adf-aa23d08825c2
ModelName:vFW b824f0fb-25ca-nodes.vfwCvfc
ModelUuid:32cbd4a2-52cc-4447-bcbc-705caefba12d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c6b75493-356a-41a6-8a4f-80c5d886508c
ModelInvariantUuid:35cb15c1-79f5-4232-865b-40468257b25e
ModelName:VfwB824f0fb25ca.compute.nodes.heat.vfw
ModelUuid:57091f28-d262-4870-b709-74447fa90a70
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:792e1d91-2034-4105-b565-c50bedaa1a7e
ModelInvariantUuid:b8f757e1-cb21-4e53-b82f-5234e874df00
ModelName:vFW b824f0fb-25ca-nodes.vsnCvfc
ModelUuid:a691952c-4596-463e-8e48-2628f2424a5b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:96c5fd6e-7b0d-48d7-adca-33c38083e206
ModelInvariantUuid:62c2acd5-674a-4e10-a293-59bda7377068
ModelName:VfwB824f0fb25ca.compute.nodes.heat.vsn
ModelUuid:b92f8d11-f27f-4784-9d51-7ff4fcd42e67
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bd328e2d-9595-4406-9245-4c1c8e8ad723
ModelInvariantUuid:ba62f8cd-3205-4d62-a6f9-c9ba78690f7d
ModelName:vFW b824f0fb-25ca-nodes.vpgCvfc
ModelUuid:02bde4ad-5c5c-4c56-9666-6d0dfb93132f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ccc93c42-68f3-4280-908e-7d67f009bac1
ModelInvariantUuid:14cacb2c-5bcb-47d4-851a-2508fb13696c
ModelName:VfwB824f0fb25ca.compute.nodes.heat.vpg
ModelUuid:00dfdb75-9d89-436c-b15f-594163992e90
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-06-01T06:17:18.220Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ee70fec4-7e3b-4299-ac46-9d1c52d62838
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-06-01T06:17:18.224Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||vFW b824f0fb-25ca 0
2022-06-01T06:17:18.224Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee70fec4-7e3b-4299-ac46-9d1c52d62838
2022-06-01T06:17:18.224Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 557db151-706e-49a8-9df4-20ebacceefa2 from URL: /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json
2022-06-01T06:17:18.224Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-01T06:17:18.225Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json
2022-06-01T06:17:19.002Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-01T06:17:19.003Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json 557db151-706e-49a8-9df4-20ebacceefa2 785
2022-06-01T06:17:19.003Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json ASDC sendASDCNotification
2022-06-01T06:17:19.003Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json
2022-06-01T06:17:19.003Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-01T06:17:19.004Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:19.005Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:19.006Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064239003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:17:19.106Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:19.108Z||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-06-01T06:17:19.108Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:19.118Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:19.120Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:20.008Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB824f0fb25ca..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fa2cf4ed-589d-4f5a-9fcf-b4df6f19c11a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "90126a36-6f11-4937-85dc-357e839f8f1e",
"vfModuleModelCustomizationUUID": "6e6461f1-77d7-4adf-99ac-666a10dbc6f8",
"isBase": true,
"artifacts": [
"84985157-2827-4941-9192-5cf0cd624e62",
"b410bbbf-8b0b-44cc-8373-2990869b50be"
],
"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-06-01T06:17:20.013Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB824f0fb25ca..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90126a36-6f11-4937-85dc-357e839f8f1e
VfModuleModelInvariantUUID:fa2cf4ed-589d-4f5a-9fcf-b4df6f19c11a
VfModuleModelDescription:NULL
Artifacts UUID List:{
84985157-2827-4941-9192-5cf0cd624e62
,
b410bbbf-8b0b-44cc-8373-2990869b50be
}
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-06-01T06:17:20.016Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB824f0fb25ca..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fa2cf4ed-589d-4f5a-9fcf-b4df6f19c11a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "90126a36-6f11-4937-85dc-357e839f8f1e",
"vfModuleModelCustomizationUUID": "6e6461f1-77d7-4adf-99ac-666a10dbc6f8",
"isBase": true,
"artifacts": [
"84985157-2827-4941-9192-5cf0cd624e62",
"b410bbbf-8b0b-44cc-8373-2990869b50be"
],
"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-06-01T06:17:20.016Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB824f0fb25ca..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90126a36-6f11-4937-85dc-357e839f8f1e
VfModuleModelInvariantUUID:fa2cf4ed-589d-4f5a-9fcf-b4df6f19c11a
VfModuleModelDescription:NULL
Artifacts UUID List:{
84985157-2827-4941-9192-5cf0cd624e62
,
b410bbbf-8b0b-44cc-8373-2990869b50be
}
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-06-01T06:17:20.016Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 84985157-2827-4941-9192-5cf0cd624e62 from URL: /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml
2022-06-01T06:17:20.016Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-01T06:17:20.017Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml
2022-06-01T06:17:20.197Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-01T06:17:20.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml 84985157-2827-4941-9192-5cf0cd624e62 20368
2022-06-01T06:17:20.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-01T06:17:20.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml
2022-06-01T06:17:20.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-01T06:17:20.199Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:20.201Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:20.201Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064240199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:17:20.302Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-01T06:17:20.303Z||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-06-01T06:17:20.304Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:20.314Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:20.314Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:21.202Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b410bbbf-8b0b-44cc-8373-2990869b50be from URL: /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env
2022-06-01T06:17:21.203Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-01T06:17:21.203Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env
2022-06-01T06:17:21.326Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-01T06:17:21.327Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env b410bbbf-8b0b-44cc-8373-2990869b50be 2098
2022-06-01T06:17:21.327Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-01T06:17:21.327Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env
2022-06-01T06:17:21.327Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-01T06:17:21.328Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:21.330Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:21.330Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064241327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:17:21.430Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:21.431Z||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-06-01T06:17:21.432Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:21.443Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:21.445Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:22.331Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4
2022-06-01T06:17:22.331Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b824f0fb-25ca 0 ee70fec4-7e3b-4299-ac46-9d1c52d62838 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-06-01T06:17:22.356Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@435a2517, org.onap.sdc.toscaparser.api.parameters.Input@4fca1fb4, org.onap.sdc.toscaparser.api.parameters.Input@429d2106, org.onap.sdc.toscaparser.api.parameters.Input@5fa33e29, org.onap.sdc.toscaparser.api.parameters.Input@4d43ca57]
2022-06-01T06:17:22.359Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.359Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:22.360Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-06-01T06:17:22.360Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8a47bfb7-39f0-47e3-b292-6c312e1f3d36
2022-06-01T06:17:22.360Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a47bfb7-39f0-47e3-b292-6c312e1f3d36 matches Tosca VF Customization UUID: 8a47bfb7-39f0-47e3-b292-6c312e1f3d36
2022-06-01T06:17:22.360Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8a47bfb7-39f0-47e3-b292-6c312e1f3d36 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-06-01T06:17:22.364Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.364Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:22.366Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8a47bfb7-39f0-47e3-b292-6c312e1f3d36: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-01T06:17:22.366Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3fc1eecb
2022-06-01T06:17:22.366Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.366Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-01T06:17:22.367Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e6461f1-77d7-4adf-99ac-666a10dbc6f8
2022-06-01T06:17:22.367Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e6461f1-77d7-4adf-99ac-666a10dbc6f8
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-06-01T06:17:22.372Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.372Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria
2022-06-01T06:17:22.373Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:17:22.373Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.373Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria
2022-06-01T06:17:22.374Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:17:22.374Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.374Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria
2022-06-01T06:17:22.375Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-01T06:17:22.375Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-01T06:17:22.375Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-01T06:17:22.377Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-01T06:17:22.377Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-01T06:17:22.377Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:17:22.377Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:22.378Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-01T06:17:22.378Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:22.378Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-01T06:17:22.378Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:17:22.379Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e72f3e66-9f38-4df0-896e-f6bbd810cc03
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-06-01T06:17:22.383Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.383Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria
2022-06-01T06:17:22.383Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:17:22.384Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.384Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria
2022-06-01T06:17:22.384Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-01T06:17:22.385Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-01T06:17:22.385Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-01T06:17:22.385Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:22.385Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:17:22.386Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:17:22.386Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-01T06:17:22.386Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-01T06:17:22.386Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-01T06:17:22.387Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:22.387Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-01T06:17:22.387Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:17:22.387Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=792e1d91-2034-4105-b565-c50bedaa1a7e
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-06-01T06:17:22.392Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.392Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria
2022-06-01T06:17:22.392Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:17:22.398Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.398Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is not matching search criteria
2022-06-01T06:17:22.398Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-01T06:17:22.399Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-01T06:17:22.399Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-01T06:17:22.399Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:22.399Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:17:22.400Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:17:22.400Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-01T06:17:22.400Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-01T06:17:22.400Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-01T06:17:22.401Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:17:22.401Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-01T06:17:22.401Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-01T06:17:22.402Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bd328e2d-9595-4406-9245-4c1c8e8ad723
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-06-01T06:17:22.407Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.408Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria
2022-06-01T06:17:22.408Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:17:22.409Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.409Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Node template vFW b824f0fb-25ca 0 is matching search criteria
2022-06-01T06:17:22.409Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b824f0fb-25ca 0] matching following query criteria: sdcType=VF, customizationUUID=8a47bfb7-39f0-47e3-b292-6c312e1f3d36
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-06-01T06:17:22.413Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.413Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:22.413Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4: vFW b824f0fb-25ca
2022-06-01T06:17:22.414Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.414Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:22.414Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.414Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:22.415Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.415Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:22.415Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.415Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:22.416Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:17:22.416Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-12-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:17:22.416Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-06-01 06-12-29
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-06-01T06:17:22.642Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b824f0fb-25ca ee70fec4-7e3b-4299-ac46-9d1c52d62838 1 ASDC deployResourceStructure
2022-06-01T06:17:22.643Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json ASDC sendASDCNotification
2022-06-01T06:17:22.643Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json
2022-06-01T06:17:22.643Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-01T06:17:22.644Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:22.646Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:22.646Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064242643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-01T06:17:22.747Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-01T06:17:22.748Z||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-06-01T06:17:22.748Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:22.760Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:22.761Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:23.647Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-01T06:17:23.648Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml
2022-06-01T06:17:23.648Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-01T06:17:23.648Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:23.650Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:23.650Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064243647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-01T06:17:23.751Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:23.752Z||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-06-01T06:17:23.752Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:23.769Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:23.769Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:24.654Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-01T06:17:24.654Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env
2022-06-01T06:17:24.655Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-01T06:17:24.658Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:24.660Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:24.660Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064244654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-01T06:17:24.761Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-01T06:17:24.762Z||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-06-01T06:17:24.762Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:24.772Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:24.773Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:25.662Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar ASDC sendASDCNotification
2022-06-01T06:17:25.662Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar
2022-06-01T06:17:25.662Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-01T06:17:25.662Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:25.664Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:25.665Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064245661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-01T06:17:25.765Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:25.766Z||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-06-01T06:17:25.766Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:25.776Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:25.777Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:17:26.665Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7f4cc57-2e8c-4be6-8512-88a6bb239cc2
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-06-01T06:17:26.687Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7f4cc57-2e8c-4be6-8512-88a6bb239cc2
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-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-01T06:17:26.691Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-01T06:17:26.692Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-01T06:17:26.692Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-01T06:17:26.692Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-01T06:17:26.692Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|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-06-01T06:17:26.697Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-01T06:17:53.382Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:17:53.383Z||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-06-01T06:17:53.383Z||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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:53.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:53.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20decfed-ca11-4ebe-bf4d-cf77f55b4447",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064221500,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-01T06:17:53.513Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:17:53.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "NOTIFIED"
}
2022-06-01T06:17:53.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-01T06:17:53.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-01T06:17:53.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064222518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:17:53.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064234599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:17:53.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:17:53.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064239003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:17:53.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:17:53.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064240199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:17:53.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:17:53.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064241327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:17:53.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:17:53.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064242643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/vfwb824f0fb25ca0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-01T06:17:53.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:17:53.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064243647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-01T06:17:53.525Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:17:53.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064244654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/resourceInstances/vfwb824f0fb25ca0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-01T06:17:53.525Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:17:53.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064245661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061229/1.0/artifacts/service-Vfw20220601061229-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-01T06:17:53.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-01T06:17:53.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "clamp",
"timestamp": 1654064257187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "policy-id",
"timestamp": 1654064263981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "clamp",
"timestamp": 1654064257187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json",
"status": "NOTIFIED"
}
2022-06-01T06:17:53.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "policy-id",
"timestamp": 1654064263981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "clamp",
"timestamp": 1654064257187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "policy-id",
"timestamp": 1654064263981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-01T06:17:53.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064269277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "clamp",
"timestamp": 1654064257187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "policy-id",
"timestamp": 1654064263981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064269277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json",
"status": "NOTIFIED"
}
2022-06-01T06:17:53.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "clamp",
"timestamp": 1654064257187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "policy-id",
"timestamp": 1654064263981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654064269277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-01T06:17:53.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "cds",
"timestamp": 1654064272277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "clamp",
"timestamp": 1654064257187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:53.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-01T06:17:53.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "policy-id",
"timestamp": 1654064263981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:53.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-01T06:17:56.697Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 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-06-01T06:17:56.705Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 and serviceModelVersionId: f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4
2022-06-01T06:17:56.705Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e93945f2-205b-480f-8ae3-72e0c91ba4d8
2022-06-01T06:17:56.707Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0
2022-06-01T06:17:56.712Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-01T06:17:56.759Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0|INFO|500||Invoke
2022-06-01T06:17:56.760Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e7f4cc57-2e8c-4be6-8512-88a6bb239cc2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a81e4a85-8cb3-47dd-8caa-d94d83182d58], X-ECOMP-RequestID=[e7f4cc57-2e8c-4be6-8512-88a6bb239cc2], X-TransactionId=[], X-ONAP-RequestID=[e7f4cc57-2e8c-4be6-8512-88a6bb239cc2], Content-Type=[application/merge-patch+json]}
2022-06-01T06:17:56.788Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-01T06:17:56.986Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?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/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220601-06:17:56:264-72211], vertex-id=[233704], Content-Length=[0], Date=[Wed, 01 Jun 2022 06:17:56 GMT], Content-Type=[application/json]}
2022-06-01T06:17:56.987Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-01T06:17:56.987Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e93945f2-205b-480f-8ae3-72e0c91ba4d8/model-vers/model-ver/f76a6e6b-bb9c-4b8f-9ef9-fdcfb8ff39a4?depth=0|INFO|500||InvokeReturn
2022-06-01T06:17:56.987Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-01T06:17:56.987Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|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-06-01T06:17:57.000Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|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-06-01T06:17:57.000Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7f4cc57-2e8c-4be6-8512-88a6bb239cc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-01T06:17:57.000Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-01T06:17:57.001Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:57.002Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:57.003Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7f4cc57-2e8c-4be6-8512-88a6bb239cc2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064277000,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-01T06:17:57.103Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:57.104Z||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-06-01T06:17:57.104Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:57.119Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:57.119Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-06-01T06:17:58.020Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-01T06:17:58.020Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|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-06-01T06:17:58.021Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|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 ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:58.652Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:58.653Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-01T06:17:58.653Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ecaae37-cc32-4c19-8ea3-2eb35df29586","serviceName":"vFW 2022-06-01 06-15-39","serviceVersion":"1.0","serviceUUID":"4d58c3f9-457b-485e-91fa-c51aeff9411c","serviceDescription":"catalog service description","serviceInvariantUUID":"8279f2f9-f22b-4da3-ae7d-f6373381e52d","resources":[{"resourceInstanceName":"vFW b255cc71-4b32 0","resourceName":"vFW b255cc71-4b32","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b65631db-a75b-492a-8734-12d6cabfdc62","resourceInvariantUUID":"6539c5c3-27ff-44fc-9775-ef4c38caaf38","resourceCustomizationUUID":"e5448a5a-399f-4f29-bb9c-b7739ed4d569","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml","artifactChecksum":"NTJkNWY4MTE4ODU5MGU0N2QyMzdhZmU4MGM1NmRjNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6cf6f6f9-daf4-4ec3-901a-1baf423e34c7","artifactVersion":"1"},{"artifactName":"vfwb255cc714b320_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json","artifactChecksum":"ZmMwZjk1ZGVkYzJjNjE5YWViNzEzOWNhNzNiZDJkNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76e8dfeb-f4ba-4e8f-9196-f0e1160d23ed","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml","artifactChecksum":"YWQ2ZjY1MmFmYzg3MDBhYTBlNDRjODE2MDZhODRlY2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8749ebd-7e13-4319-a25e-216fc4a8d23c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719","artifactVersion":"2","generatedFromUUID":"2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220601061539-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml","artifactChecksum":"ZDU4YjYxNGY0ZTgxZGNmNzY5ZDc3MzU2NjNhNzg1NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48ba0fd1-b16f-4df8-b498-7d2fd44cc9ae","artifactVersion":"1"},{"artifactName":"service-Vfw20220601061539-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar","artifactChecksum":"M2VlZjk2ODhkYTliNWM4NGZiODYyYTNlOTE5NWM0YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46f37305-e94e-4548-a70c-552781887f81","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-01T06:17:58.658Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:17:58.658Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:58.661Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:58.661Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064278019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:17:58.761Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:58.762Z||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-06-01T06:17:58.762Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:58.774Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:58.775Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-01T06:17:59.661Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:17:59.662Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:17:59.664Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:17:59.664Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064278019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json",
"status": "NOTIFIED"
}
2022-06-01T06:17:59.764Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:17:59.765Z||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-06-01T06:17:59.765Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:17:59.782Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:17:59.782Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:18:00.665Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:18:00.666Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:18:00.668Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:18:00.668Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064278019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-01T06:18:00.768Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:18:00.769Z||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-06-01T06:18:00.769Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:18:00.779Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:18:00.780Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:18:01.669Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:18:01.670Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:18:01.672Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:18:01.672Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064278019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:18:01.772Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:18:01.774Z||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-06-01T06:18:01.774Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:18:01.784Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:18:01.784Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:18:02.673Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:18:02.673Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:18:02.675Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:18:02.675Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064278019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-01T06:18:02.776Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:18:02.777Z||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-06-01T06:18:02.777Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:18:02.788Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:18:02.789Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:18:03.676Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:18:03.677Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:18:03.679Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:18:03.679Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064278019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-01T06:18:03.779Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:18:03.780Z||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-06-01T06:18:03.780Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:18:03.789Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:18:03.790Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:18:04.680Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-01T06:18:04.681Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:18:04.683Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:18:04.683Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064278019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar",
"status": "NOTIFIED"
}
2022-06-01T06:18:04.783Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:18:04.785Z||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-06-01T06:18:04.785Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:18:04.795Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:18:04.796Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:18:05.685Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"serviceName": "vFW 2022-06-01 06-15-39",
"serviceVersion": "1.0",
"serviceUUID": "4d58c3f9-457b-485e-91fa-c51aeff9411c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8279f2f9-f22b-4da3-ae7d-f6373381e52d",
"resources": [
{
"resourceInstanceName": "vFW b255cc71-4b32 0",
"resourceCustomizationUUID": "e5448a5a-399f-4f29-bb9c-b7739ed4d569",
"resourceName": "vFW b255cc71-4b32",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b65631db-a75b-492a-8734-12d6cabfdc62",
"resourceInvariantUUID": "6539c5c3-27ff-44fc-9775-ef4c38caaf38",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb255cc714b320_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json",
"artifactChecksum": "ZmMwZjk1ZGVkYzJjNjE5YWViNzEzOWNhNzNiZDJkNjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "76e8dfeb-f4ba-4e8f-9196-f0e1160d23ed",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719",
"generatedFromUUID": "2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220601061539-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar",
"artifactChecksum": "M2VlZjk2ODhkYTliNWM4NGZiODYyYTNlOTE5NWM0YjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "46f37305-e94e-4548-a70c-552781887f81"
}
],
"workloadContext": "Production"
}
2022-06-01T06:18:05.686Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-01T06:18:05.687Z|e7f4cc57-2e8c-4be6-8512-88a6bb239cc2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d58c3f9-457b-485e-91fa-c51aeff9411c ASDC
2022-06-01T06:18:05.687Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2ecaae37-cc32-4c19-8ea3-2eb35df29586
ServiceName:vFW 2022-06-01 06-15-39
ServiceVersion:1.0
ServiceUUID:4d58c3f9-457b-485e-91fa-c51aeff9411c
ServiceInvariantUUID:8279f2f9-f22b-4da3-ae7d-f6373381e52d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220601061539-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar
ArtifactUUID:46f37305-e94e-4548-a70c-552781887f81
ArtifactChecksum:M2VlZjk2ODhkYTliNWM4NGZiODYyYTNlOTE5NWM0YjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b255cc71-4b32 0
ResourceCustomizationUUID:e5448a5a-399f-4f29-bb9c-b7739ed4d569
ResourceInvariantUUID:6539c5c3-27ff-44fc-9775-ef4c38caaf38
ResourceName:vFW b255cc71-4b32
ResourceType:VF
ResourceUUID:b65631db-a75b-492a-8734-12d6cabfdc62
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb255cc714b320_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json
ArtifactUUID:76e8dfeb-f4ba-4e8f-9196-f0e1160d23ed
ArtifactChecksum:ZmMwZjk1ZGVkYzJjNjE5YWViNzEzOWNhNzNiZDJkNjM=
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/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml
ArtifactUUID:2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04
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/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env
ArtifactUUID:35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719
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/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env
ArtifactUUID:35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-01T06:18:05.687Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d58c3f9-457b-485e-91fa-c51aeff9411c 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-06-01T06:18:05.729Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-01T06:18:05.730Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-01T06:18:05.730Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-01T06:18:05.731Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 46f37305-e94e-4548-a70c-552781887f81 from URL: /sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:05.731Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-01T06:18:05.732Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:05.975Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-01T06:18:05.979Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar 46f37305-e94e-4548-a70c-552781887f81 99016
2022-06-01T06:18:05.980Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar ASDC sendASDCNotification
2022-06-01T06:18:05.980Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:05.980Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-01T06:18:05.980Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:18:05.982Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:18:05.983Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064285980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:18:06.083Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:18:06.084Z||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-06-01T06:18:06.084Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:18:06.095Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:18:06.095Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-01T06:18:06.983Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-01T06:18:06.984Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-01T06:18:06.985Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 46f37305-e94e-4548-a70c-552781887f81, URL: /sdc/v1/catalog/services/Vfw20220601061539/1.0/artifacts/service-Vfw20220601061539-csar.csar to file: /app/ASDC/1/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:06.985Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220601061539-csar.csar
2022-06-01T06:18:06.986Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:06.986Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:07.193Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16387988579961280139/Definitions/service-Vfw20220601061539-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-01T06:18:09.290Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-01T06:18:09.290Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-01T06:18:09.290Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.290Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|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-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|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-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|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-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b255cc71-4b32 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|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-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.291Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|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-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|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-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|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-Vfw20220601061539-csar.csar
2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria
2022-06-01T06:18:09.292Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-01T06:18:09.293Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-01T06:18:09.293Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.293Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:18:09.293Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria
2022-06-01T06:18:09.293Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-01T06:18:09.293Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is not matching search criteria
2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-01T06:18:09.294Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-01T06:18:09.295Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.296Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-01T06:18:09.297Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.297Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria
2022-06-01T06:18:09.297Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:18:09.297Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.297Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria
2022-06-01T06:18:09.297Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria
2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is not matching search criteria
2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-01T06:18:09.298Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-01T06:18:09.299Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f7a52f27-58e2-4526-b6ba-1c1c418269d5
2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is not matching search criteria
2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-01T06:18:09.300Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-01T06:18:09.301Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c48c09eb-b187-4db2-a0ce-28de8213df6b
2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is not matching search criteria
2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-01T06:18:09.302Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:18:09.303Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=821fcdbc-a9e6-47b4-99aa-12a0a250c2a5
2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.304Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:18:09.305Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:09.305Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:18:09.305Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-01 06-15-39
Description:catalog service description
Model UUID:4d58c3f9-457b-485e-91fa-c51aeff9411c
Model Version:NULL
Model InvariantUuid:8279f2f9-f22b-4da3-ae7d-f6373381e52d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b255cc71-4b32
Model UUID:5350649f-cc92-43b0-83c7-c69d731602d7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6539c5c3-27ff-44fc-9775-ef4c38caaf38
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e5448a5a-399f-4f29-bb9c-b7739ed4d569
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6127ad40-3f8b-426a-a283-6fef4a4fa231
ModelName:VfwB255cc714b32..base_vfw..module-0
ModelUuid:7ce69977-82cd-4956-8026-5ff4f9e5cf01
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f7a52f27-58e2-4526-b6ba-1c1c418269d5
ModelInvariantUuid:26a7aa58-821d-40cf-9504-f0b22ed3e3cf
ModelName:vFW b255cc71-4b32-nodes.vfwCvfc
ModelUuid:06e0acad-86cd-4dac-b1f2-219a58578859
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7bb13da3-0ffc-4ac3-bdc4-9eb927f02a88
ModelInvariantUuid:d284eec3-ec21-476b-809b-5c78dd313224
ModelName:VfwB255cc714b32.compute.nodes.heat.vfw
ModelUuid:df3b91a2-8685-46d3-a8ba-5da2d81e5bf4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c48c09eb-b187-4db2-a0ce-28de8213df6b
ModelInvariantUuid:c44df1b3-91cb-409b-8ef6-0b6d2cb15cd8
ModelName:vFW b255cc71-4b32-nodes.vsnCvfc
ModelUuid:b75ac4f8-123f-41d2-9f74-7e5d48444665
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:147f81af-83b3-4bb3-9b1b-f5fa246c0f7e
ModelInvariantUuid:3b5d9199-3d0b-48ab-806d-f0b4287282fd
ModelName:VfwB255cc714b32.compute.nodes.heat.vsn
ModelUuid:116f8cda-27db-4bb4-906d-18391c305ae8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:821fcdbc-a9e6-47b4-99aa-12a0a250c2a5
ModelInvariantUuid:4423cb0f-967c-4bc1-a39d-0b5148ef1cac
ModelName:vFW b255cc71-4b32-nodes.vpgCvfc
ModelUuid:de9aa9eb-2864-402f-976f-44714da47f3c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f60ea0ac-7815-47b9-96ab-d9009970e467
ModelInvariantUuid:21eb31cc-9498-454e-a354-bbd2f3921566
ModelName:VfwB255cc714b32.compute.nodes.heat.vpg
ModelUuid:7603f7b8-c62d-4140-8d8a-2493e5fa728a
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-06-01T06:18:09.314Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b65631db-a75b-492a-8734-12d6cabfdc62
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-06-01T06:18:09.317Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||vFW b255cc71-4b32 0
2022-06-01T06:18:09.317Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b65631db-a75b-492a-8734-12d6cabfdc62
2022-06-01T06:18:09.317Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 76e8dfeb-f4ba-4e8f-9196-f0e1160d23ed from URL: /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json
2022-06-01T06:18:09.317Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-01T06:18:09.317Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json
2022-06-01T06:18:09.381Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-01T06:18:09.381Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json 76e8dfeb-f4ba-4e8f-9196-f0e1160d23ed 785
2022-06-01T06:18:09.382Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json ASDC sendASDCNotification
2022-06-01T06:18:09.382Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json
2022-06-01T06:18:09.382Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-01T06:18:09.382Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:18:09.384Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:18:09.384Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064289382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/vfwb255cc714b320_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:18:09.484Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:18:09.485Z||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-06-01T06:18:09.486Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:18:09.504Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:18:09.505Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-01T06:18:10.385Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB255cc714b32..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6127ad40-3f8b-426a-a283-6fef4a4fa231",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7ce69977-82cd-4956-8026-5ff4f9e5cf01",
"vfModuleModelCustomizationUUID": "29329ed4-29b8-4033-b95b-7453b9801177",
"isBase": true,
"artifacts": [
"2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04",
"35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719"
],
"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-06-01T06:18:10.388Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB255cc714b32..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ce69977-82cd-4956-8026-5ff4f9e5cf01
VfModuleModelInvariantUUID:6127ad40-3f8b-426a-a283-6fef4a4fa231
VfModuleModelDescription:NULL
Artifacts UUID List:{
2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04
,
35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719
}
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-06-01T06:18:10.391Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB255cc714b32..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6127ad40-3f8b-426a-a283-6fef4a4fa231",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7ce69977-82cd-4956-8026-5ff4f9e5cf01",
"vfModuleModelCustomizationUUID": "29329ed4-29b8-4033-b95b-7453b9801177",
"isBase": true,
"artifacts": [
"2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04",
"35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719"
],
"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-06-01T06:18:10.391Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB255cc714b32..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ce69977-82cd-4956-8026-5ff4f9e5cf01
VfModuleModelInvariantUUID:6127ad40-3f8b-426a-a283-6fef4a4fa231
VfModuleModelDescription:NULL
Artifacts UUID List:{
2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04
,
35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719
}
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-06-01T06:18:10.391Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04 from URL: /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml
2022-06-01T06:18:10.391Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-01T06:18:10.392Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml
2022-06-01T06:18:10.459Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-01T06:18:10.460Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml 2aa9e0f9-fbd5-4c87-9aae-fcaa3e29ca04 20368
2022-06-01T06:18:10.461Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-01T06:18:10.461Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml
2022-06-01T06:18:10.461Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-01T06:18:10.461Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:18:10.463Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:18:10.463Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064290460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:18:10.564Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-01T06:18:10.565Z||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-06-01T06:18:10.565Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:18:10.575Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:18:10.576Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-01T06:18:11.467Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719 from URL: /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env
2022-06-01T06:18:11.468Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-01T06:18:11.468Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env
2022-06-01T06:18:11.703Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-01T06:18:11.704Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env 35d26a8d-c24e-4d5f-9d4b-3e0d97bb8719 2098
2022-06-01T06:18:11.704Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-01T06:18:11.705Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env
2022-06-01T06:18:11.705Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-01T06:18:11.705Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-01T06:18:11.708Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-01T06:18:11.708Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ecaae37-cc32-4c19-8ea3-2eb35df29586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654064291704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220601061539/1.0/resourceInstances/vfwb255cc714b320/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-01T06:18:11.808Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-01T06:18:11.809Z||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-06-01T06:18:11.809Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZjqQDeSNOygc0trw) ...
2022-06-01T06:18:11.830Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-01T06:18:11.830Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-01T06:18:12.709Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4d58c3f9-457b-485e-91fa-c51aeff9411c
2022-06-01T06:18:12.709Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b255cc71-4b32 0 b65631db-a75b-492a-8734-12d6cabfdc62 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-06-01T06:18:12.726Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46f16661, org.onap.sdc.toscaparser.api.parameters.Input@73819473, org.onap.sdc.toscaparser.api.parameters.Input@679a8328, org.onap.sdc.toscaparser.api.parameters.Input@5b6c98f9, org.onap.sdc.toscaparser.api.parameters.Input@16e33f9b]
2022-06-01T06:18:12.728Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:12.729Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:18:12.729Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-06-01T06:18:12.730Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e5448a5a-399f-4f29-bb9c-b7739ed4d569
2022-06-01T06:18:12.730Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5448a5a-399f-4f29-bb9c-b7739ed4d569 matches Tosca VF Customization UUID: e5448a5a-399f-4f29-bb9c-b7739ed4d569
2022-06-01T06:18:12.730Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e5448a5a-399f-4f29-bb9c-b7739ed4d569 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-06-01T06:18:12.735Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:12.735Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-01T06:18:12.737Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e5448a5a-399f-4f29-bb9c-b7739ed4d569: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-01T06:18:12.737Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@659abe1c
2022-06-01T06:18:12.737Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:12.738Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-01 06-15-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-01T06:18:12.738Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 29329ed4-29b8-4033-b95b-7453b9801177
2022-06-01T06:18:12.738Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 29329ed4-29b8-4033-b95b-7453b9801177
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-06-01T06:18:12.742Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:12.742Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria
2022-06-01T06:18:12.743Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:18:12.743Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:12.743Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria
2022-06-01T06:18:12.744Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:18:12.744Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:12.744Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is not matching search criteria
2022-06-01T06:18:12.744Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-01T06:18:12.745Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-01T06:18:12.745Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-01T06:18:12.745Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-01T06:18:12.745Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-01T06:18:12.746Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-01T06:18:12.746Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-01T06:18:12.746Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-01T06:18:12.746Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-01T06:18:12.747Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-01T06:18:12.747Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-01T06:18:12.747Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f7a52f27-58e2-4526-b6ba-1c1c418269d5
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-06-01T06:18:12.753Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-01T06:18:12.753Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Node template vFW b255cc71-4b32 0 is matching search criteria
2022-06-01T06:18:12.753Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b255cc71-4b32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-01T06:18:12.754Z|2ecaae37-cc32-4c19-8ea3-2eb35df29586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery