By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-10-23T05:18:44.748Z||main|||||INFO|500||The following profiles are active: basic
2022-10-23T05:18:57.009Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-23T05:18:57.011Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-23T05:18:57.217Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-23T05:19:01.795Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-23T05:19:02.224Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-23T05:19:02.732Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-23T05:19:02.740Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-23T05:19:02.856Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-23T05:19:03.126Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-23T05:19:03.768Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-23T05:19:06.334Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-23T05:19:08.996Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-23T05:19:09.055Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-23T05:19:10.032Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-23T05:19:10.296Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-10-23T05:19:11.739Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-23T05:19:12.839Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-23T05:19:12.867Z||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$$af915e9a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-23T05:19:12.869Z||main|||||WARN|500||The sdc end point is not alive
2022-10-23T05:19:15.982Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-10-23T05:19:18.776Z||main|||||WARN|500||---
2022-10-23T05:19:18.776Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-23T05:19:18.777Z||main|||||WARN|500||---
2022-10-23T05:19:19.295Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-23T05:19:23.978Z||main|||||INFO|500||Started Application in 42.421 seconds (JVM running for 45.217)
2022-10-23T05:19:24.019Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-23T05:19:24.031Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-23T05:19:24.048Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-23T05:19:24.077Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-23T05:19:24.131Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1dc39628-11a7-49e8-a82b-dfb3495f9ce7 url= /sdc/v1/artifactTypes
2022-10-23T05:19:24.131Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-23T05:19:24.411Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-23T05:19:24.448Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-10-23T05:19:24.480Z||scheduling-1|||||DEBUG|500||create keys
2022-10-23T05:19:24.492Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-23T05:19:24.606Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:19:24.624Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c5ad0c1d-cb0f-49a2-92cc-d3340df7f3fa url= /sdc/v1/registerForDistribution
2022-10-23T05:19:24.735Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c5ad0c1d-cb0f-49a2-92cc-d3340df7f3fa url= /sdc/v1/registerForDistribution
2022-10-23T05:19:24.735Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-23T05:19:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:19:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:19:24.753Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-23T05:19:24.761Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:19:24.761Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:19:24.762Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:19:24.762Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:19:35.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:19:35.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:20:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:20:24.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:20:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:20:24.745Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:20:24.746Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:20:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:20:34.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:20:34.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:21:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:21:24.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:21:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:21:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:21:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:21:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:21:34.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:21:34.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:22:24.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:22:24.744Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:22:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:22:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:22:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:22:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:22:34.293Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:22:34.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:23:24.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:23:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:23:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:23:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:23:24.746Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:23:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:23:34.296Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:23:34.296Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:24:24.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:24:24.742Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:24:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:24:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:24:24.746Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:24:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:24:34.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:24:34.308Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:25:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:25:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:25:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:25:24.745Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:25:24.746Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:25:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:25:34.287Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:25:34.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:26:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:26:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:26:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:26:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:26:24.748Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:26:24.748Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:26:34.290Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:26:34.299Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:27:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:27:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:27:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:27:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:27:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:27:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:27:34.300Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:27:34.300Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:28:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:28:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:28:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:28:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:28:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:28:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:28:34.304Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:28:34.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:29:20.721Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-23T05:29:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:29:24.744Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:29:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:29:24.745Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:29:24.745Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:29:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:29:34.307Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:29:34.309Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:30:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:30:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:30:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:30:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:30:24.746Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:30:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:30:34.299Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:30:34.302Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:31:24.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:31:24.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:31:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:31:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:31:24.746Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:31:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:31:34.308Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:31:34.309Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:32:24.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:32:24.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:32:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:32:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:32:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:32:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:32:34.292Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:32:34.338Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:33:24.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:33:24.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:33:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:33:24.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:33:24.746Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:33:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:33:34.296Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:33:34.302Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:34:24.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:34:24.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:34:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:34:24.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:34:24.745Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:34:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:34:34.296Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:34:34.301Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:35:24.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:35:24.742Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:35:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:35:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:35:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:35:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:35:34.296Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:35:34.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:36:24.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:36:24.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:36:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:36:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:36:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:36:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:36:34.299Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:36:34.298Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:37:24.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:37:24.744Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:37:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:37:24.745Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:37:24.747Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:37:24.747Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:37:34.294Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:37:34.298Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:38:24.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:38:24.743Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:38:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:38:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:38:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:38:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:38:34.288Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:38:34.295Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:39:24.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:39:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:39:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:39:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:39:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:39:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:39:34.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:39:34.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:40:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:40:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:40:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:40:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:40:24.745Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:40:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:40:34.288Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:40:34.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:41:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:41:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:41:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:41:24.745Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:41:24.745Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:41:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:41:34.282Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:41:34.283Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:42:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:42:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:42:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:42:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:42:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:42:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:42:34.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:42:34.337Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:43:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:43:24.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:43:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:43:24.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:43:24.747Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:43:24.747Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:43:34.290Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:43:34.292Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:44:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:44:24.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:44:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:44:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:44:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:44:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:44:34.284Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:44:34.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:45:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:45:24.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:45:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:45:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:45:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:45:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:45:34.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:45:34.301Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:46:24.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:46:24.744Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:46:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:46:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:46:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:46:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:46:34.287Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:46:34.291Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:47:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:47:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:47:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:47:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:47:24.747Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:47:24.747Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:47:34.285Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:47:34.286Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:48:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:48:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:48:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:48:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:48:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:48:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:48:34.285Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:48:34.286Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:49:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:49:24.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:49:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:49:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:49:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:49:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:49:34.295Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:49:34.296Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:50:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:50:24.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:50:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:50:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:50:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:50:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:50:34.289Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:50:34.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:51:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:51:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:51:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:51:24.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:51:24.746Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:51:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:51:34.305Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:51:34.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:52:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:52:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:52:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:52:24.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:52:24.745Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:52:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:52:34.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:52:34.310Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:53:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:53:24.742Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:53:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:53:24.745Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:53:24.746Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:53:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:53:34.284Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:53:34.285Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:54:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:54:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:54:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:54:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:54:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:54:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:54:34.290Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:54:34.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:55:24.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:55:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:55:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:55:24.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:55:24.745Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:55:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:55:34.288Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:55:34.291Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:56:24.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:56:24.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:56:24.743Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T05:56:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:56:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:56:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:56:34.289Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:56:34.304Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:57:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:57:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:57:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:57:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:57:24.746Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:57:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:57:34.291Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:57:34.298Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:58:24.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:58:24.743Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:58:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:58:24.745Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:58:24.745Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:58:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:58:34.285Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:58:34.291Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:24.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:59:24.742Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:59:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:59:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T05:59:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T05:59:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T05:59:28.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:28.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T05:59:28.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0adaeff-6148-4d7a-bb77-dc5dfed63440","serviceName":"vFW 2022-10-23 05-58-33","serviceVersion":"1.0","serviceUUID":"ee55937c-a738-4222-8570-5330e5257353","serviceDescription":"catalog service description","serviceInvariantUUID":"f102bdd6-0267-4f3f-936c-cbdc8738daed","resources":[{"resourceInstanceName":"vFW bcdf3a3c-bcae 0","resourceName":"vFW bcdf3a3c-bcae","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145","resourceInvariantUUID":"072f983b-ea1f-4a40-8a3f-ba301c79d332","resourceCustomizationUUID":"196199f4-16fc-4d18-a8a0-c3720682e2e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml","artifactChecksum":"OTVhZjgxNjY2MDZlOWJiMzM4ZDRkZjExODNhMDAwNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db6d63d5-9ad8-434c-823e-aec97cc03918","artifactVersion":"1"},{"artifactName":"vfwbcdf3a3cbcae0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json","artifactChecksum":"MDI2MzkxZDAwYWM5Zjg5ZDZmMTVhMmNkNTE0M2M1OTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2121b42-ce9c-45c6-b829-e7539c34b190","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ca2ba185-8c70-4a3d-a115-1c3fd9fe159b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml","artifactChecksum":"MTUxMGJkOTg4ZTgyODlkOWQyODE0OTFhNmMyNDkxZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1343a338-437a-4175-ab6f-77158d0c4ba1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b4d34e24-919c-424b-a731-e23eadf2136f","artifactVersion":"2","generatedFromUUID":"ca2ba185-8c70-4a3d-a115-1c3fd9fe159b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221023055833-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml","artifactChecksum":"OTk5NmRlNzQ2ZTY1MTc4NzY4ZDBjY2E5OTBlM2EyNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9fe5be39-6d9d-49c6-9bb8-49bd2fdb4d70","artifactVersion":"1"},{"artifactName":"service-Vfw20221023055833-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar","artifactChecksum":"OTQzZWRmYjViZGYzZjQwMGZjYzU4MWI1YmQzYzI2NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c001f09-515f-4219-b161-43691a54ae5b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T05:59:28.737Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:28.746Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:28.763Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:28.763Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T05:59:28.863Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-10-23T05:59:28.867Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:28.867Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:28.881Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:28.882Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1}
2022-10-23T05:59:29.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:29.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T05:59:29.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T05:59:29.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T05:59:29.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T05:59:29.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504759932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T05:59:29.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T05:59:29.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T05:59:29.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504762372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T05:59:29.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T05:59:29.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T05:59:29.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "cds",
"timestamp": 1666504766791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T05:59:29.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T05:59:29.771Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:29.772Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:29.774Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:29.774Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T05:59:29.874Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T05:59:29.875Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:29.875Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:29.888Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:29.889Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:30.776Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:30.777Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:30.779Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:30.780Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-23T05:59:30.880Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:30.881Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:30.881Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:30.891Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:30.892Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:31.780Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:31.781Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:31.784Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:31.784Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T05:59:31.884Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:31.885Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:31.886Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:31.907Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:31.908Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:32.789Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:32.790Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:32.793Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:32.793Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-23T05:59:32.893Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:32.894Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:32.895Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:32.909Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:32.910Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:33.794Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:33.795Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:33.797Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:33.797Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T05:59:33.897Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T05:59:33.898Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:33.899Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:33.909Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:33.909Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-23T05:59:34.798Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T05:59:34.799Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:34.801Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:34.802Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T05:59:34.902Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:34.903Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:34.903Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:34.916Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:34.917Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:35.804Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"serviceName": "vFW 2022-10-23 05-58-33",
"serviceVersion": "1.0",
"serviceUUID": "ee55937c-a738-4222-8570-5330e5257353",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f102bdd6-0267-4f3f-936c-cbdc8738daed",
"resources": [
{
"resourceInstanceName": "vFW bcdf3a3c-bcae 0",
"resourceCustomizationUUID": "196199f4-16fc-4d18-a8a0-c3720682e2e8",
"resourceName": "vFW bcdf3a3c-bcae",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145",
"resourceInvariantUUID": "072f983b-ea1f-4a40-8a3f-ba301c79d332",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbcdf3a3cbcae0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"artifactChecksum": "MDI2MzkxZDAwYWM5Zjg5ZDZmMTVhMmNkNTE0M2M1OTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e2121b42-ce9c-45c6-b829-e7539c34b190",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ca2ba185-8c70-4a3d-a115-1c3fd9fe159b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b4d34e24-919c-424b-a731-e23eadf2136f",
"generatedFromUUID": "ca2ba185-8c70-4a3d-a115-1c3fd9fe159b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b4d34e24-919c-424b-a731-e23eadf2136f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221023055833-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"artifactChecksum": "OTQzZWRmYjViZGYzZjQwMGZjYzU4MWI1YmQzYzI2NTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4c001f09-515f-4219-b161-43691a54ae5b"
}
],
"workloadContext": "Production"
}
2022-10-23T05:59:35.805Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T05:59:35.806Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ee55937c-a738-4222-8570-5330e5257353 ASDC
2022-10-23T05:59:35.929Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d0adaeff-6148-4d7a-bb77-dc5dfed63440
ServiceName:vFW 2022-10-23 05-58-33
ServiceVersion:1.0
ServiceUUID:ee55937c-a738-4222-8570-5330e5257353
ServiceInvariantUUID:f102bdd6-0267-4f3f-936c-cbdc8738daed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221023055833-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar
ArtifactUUID:4c001f09-515f-4219-b161-43691a54ae5b
ArtifactChecksum:OTQzZWRmYjViZGYzZjQwMGZjYzU4MWI1YmQzYzI2NTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bcdf3a3c-bcae 0
ResourceCustomizationUUID:196199f4-16fc-4d18-a8a0-c3720682e2e8
ResourceInvariantUUID:072f983b-ea1f-4a40-8a3f-ba301c79d332
ResourceName:vFW bcdf3a3c-bcae
ResourceType:VF
ResourceUUID:a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbcdf3a3cbcae0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json
ArtifactUUID:e2121b42-ce9c-45c6-b829-e7539c34b190
ArtifactChecksum:MDI2MzkxZDAwYWM5Zjg5ZDZmMTVhMmNkNTE0M2M1OTA=
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/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml
ArtifactUUID:ca2ba185-8c70-4a3d-a115-1c3fd9fe159b
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/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env
ArtifactUUID:b4d34e24-919c-424b-a731-e23eadf2136f
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/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env
ArtifactUUID:b4d34e24-919c-424b-a731-e23eadf2136f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-23T05:59:35.930Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee55937c-a738-4222-8570-5330e5257353 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T05:59:36.200Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T05:59:36.201Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-23T05:59:36.202Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-23T05:59:36.202Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4c001f09-515f-4219-b161-43691a54ae5b from URL: /sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:36.202Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-23T05:59:36.204Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:36.482Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-23T05:59:36.503Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar 4c001f09-515f-4219-b161-43691a54ae5b 100666
2022-10-23T05:59:36.505Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar ASDC sendASDCNotification
2022-10-23T05:59:36.505Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:36.510Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T05:59:36.511Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:36.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:36.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504776503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T05:59:36.615Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-23T05:59:36.616Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:36.616Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:36.625Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:36.626Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:37.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T05:59:37.520Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-23T05:59:37.520Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4c001f09-515f-4219-b161-43691a54ae5b, URL: /sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar to file: /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:37.521Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221023055833-csar.csar
2022-10-23T05:59:37.624Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:37.624Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:38.437Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6302150991020333299/Definitions/service-Vfw20221023055833-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-10-23T05:59:41.510Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T05:59:41.516Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-23T05:59:41.516Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.516Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bcdf3a3c-bcae 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.517Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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-Vfw20221023055833-csar.csar
2022-10-23T05:59:41.518Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-23T05:59:41.525Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.526Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.531Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:41.531Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-23T05:59:41.533Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T05:59:41.535Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.535Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.535Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:41.535Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-23T05:59:41.535Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T05:59:41.536Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.536Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.540Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.540Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:41.540Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:41.540Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:41.540Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T05:59:41.541Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.541Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.541Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T05:59:41.541Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.541Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T05:59:41.542Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T05:59:41.542Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.542Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.542Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T05:59:41.542Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.543Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T05:59:41.543Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.543Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-23T05:59:41.543Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.544Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T05:59:41.545Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.545Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:41.545Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:41.546Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.546Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:41.546Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:41.546Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.546Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:41.547Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:41.547Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.547Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:41.547Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:41.547Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:41.548Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-23T05:59:41.548Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T05:59:41.548Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T05:59:41.548Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.548Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.548Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T05:59:41.549Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.549Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T05:59:41.549Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.549Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cac4c07c-f5ba-4f66-b25a-8373b5cd1edd
2022-10-23T05:59:41.549Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.550Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:41.550Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:41.550Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:41.550Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T05:59:41.550Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.550Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.551Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T05:59:41.551Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.551Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-23T05:59:41.551Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T05:59:41.551Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.552Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T05:59:41.552Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.552Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1549fbbf-8b18-4ec6-8dae-4c9378fe33a9
2022-10-23T05:59:41.552Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.552Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:41.554Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:41.554Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:41.554Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T05:59:41.554Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.554Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.555Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T05:59:41.555Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.555Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T05:59:41.555Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T05:59:41.555Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:41.555Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:41.556Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-23T05:59:41.556Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d590b183-3817-4ac9-8c23-e89a0b8fc3a6
2022-10-23T05:59:41.556Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.556Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.556Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.557Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.557Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.557Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.557Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:41.557Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:41.558Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-23 05-58-33
Description:catalog service description
Model UUID:ee55937c-a738-4222-8570-5330e5257353
Model Version:NULL
Model InvariantUuid:f102bdd6-0267-4f3f-936c-cbdc8738daed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bcdf3a3c-bcae
Model UUID:767e7e13-9e5f-4bda-9e61-45ccd0db319e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:072f983b-ea1f-4a40-8a3f-ba301c79d332
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:196199f4-16fc-4d18-a8a0-c3720682e2e8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3cba1eb3-ab9e-4c45-864e-79bc3f4a57ed
ModelName:VfwBcdf3a3cBcae..base_vfw..module-0
ModelUuid:5c83c454-e771-413a-a009-5cff42a35941
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cac4c07c-f5ba-4f66-b25a-8373b5cd1edd
ModelInvariantUuid:fca970b6-c338-4a8d-bdd3-af4547d8b2cf
ModelName:vFW bcdf3a3c-bcae-nodes.vfwCvfc
ModelUuid:9fa6daf8-0bf9-4e5b-89cc-8aa921a1cb3f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d94754b6-6029-433b-8fb5-ab0f52f33251
ModelInvariantUuid:c43423c9-2e32-44d9-be88-7bf61c8efe89
ModelName:VfwBcdf3a3cBcae.compute.nodes.heat.vfw
ModelUuid:8d2840a4-8990-4a91-bb7a-606de6c16d9a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1549fbbf-8b18-4ec6-8dae-4c9378fe33a9
ModelInvariantUuid:bdf02176-f1f0-417b-bd84-eef1866402f4
ModelName:vFW bcdf3a3c-bcae-nodes.vsnCvfc
ModelUuid:79f1de67-0bcc-4b2d-9c1d-f0f2457ff3a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d83f034c-ffa5-4ea8-ab0a-e9759d5b5dc6
ModelInvariantUuid:05955bf8-1192-48e2-a532-a469ea67c0b5
ModelName:VfwBcdf3a3cBcae.compute.nodes.heat.vsn
ModelUuid:b4459629-f3c5-4563-b5ce-040f754818f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d590b183-3817-4ac9-8c23-e89a0b8fc3a6
ModelInvariantUuid:91a90166-1a57-4074-8567-f51031fa4748
ModelName:vFW bcdf3a3c-bcae-nodes.vpgCvfc
ModelUuid:8b01d2c2-77d3-43bf-9a5e-7503d6006a36
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f87353e6-59f3-4906-ab79-ea577ac1d353
ModelInvariantUuid:7b2605f7-6f40-47d4-a220-ae12cd41b1bf
ModelName:VfwBcdf3a3cBcae.compute.nodes.heat.vpg
ModelUuid:c6e85f8e-cf7e-47a3-baf8-320709935359
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T05:59:41.584Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T05:59:41.691Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||vFW bcdf3a3c-bcae 0
2022-10-23T05:59:41.699Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145
2022-10-23T05:59:41.699Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e2121b42-ce9c-45c6-b829-e7539c34b190 from URL: /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json
2022-10-23T05:59:41.699Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-23T05:59:41.700Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json
2022-10-23T05:59:41.751Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-23T05:59:41.751Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json e2121b42-ce9c-45c6-b829-e7539c34b190 785
2022-10-23T05:59:41.751Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json ASDC sendASDCNotification
2022-10-23T05:59:41.751Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json
2022-10-23T05:59:41.752Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T05:59:41.752Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:41.755Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:41.755Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504781751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T05:59:41.855Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:41.856Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:41.857Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:41.866Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:41.866Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:42.757Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBcdf3a3cBcae..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3cba1eb3-ab9e-4c45-864e-79bc3f4a57ed",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5c83c454-e771-413a-a009-5cff42a35941",
"vfModuleModelCustomizationUUID": "ed4f42e1-efb1-4262-a074-dac03c8d272a",
"isBase": true,
"artifacts": [
"ca2ba185-8c70-4a3d-a115-1c3fd9fe159b",
"b4d34e24-919c-424b-a731-e23eadf2136f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-23T05:59:42.771Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBcdf3a3cBcae..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c83c454-e771-413a-a009-5cff42a35941
VfModuleModelInvariantUUID:3cba1eb3-ab9e-4c45-864e-79bc3f4a57ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca2ba185-8c70-4a3d-a115-1c3fd9fe159b
,
b4d34e24-919c-424b-a731-e23eadf2136f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-23T05:59:42.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBcdf3a3cBcae..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3cba1eb3-ab9e-4c45-864e-79bc3f4a57ed",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5c83c454-e771-413a-a009-5cff42a35941",
"vfModuleModelCustomizationUUID": "ed4f42e1-efb1-4262-a074-dac03c8d272a",
"isBase": true,
"artifacts": [
"ca2ba185-8c70-4a3d-a115-1c3fd9fe159b",
"b4d34e24-919c-424b-a731-e23eadf2136f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-23T05:59:42.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBcdf3a3cBcae..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c83c454-e771-413a-a009-5cff42a35941
VfModuleModelInvariantUUID:3cba1eb3-ab9e-4c45-864e-79bc3f4a57ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca2ba185-8c70-4a3d-a115-1c3fd9fe159b
,
b4d34e24-919c-424b-a731-e23eadf2136f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-23T05:59:42.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ca2ba185-8c70-4a3d-a115-1c3fd9fe159b from URL: /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml
2022-10-23T05:59:42.774Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-23T05:59:42.775Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml
2022-10-23T05:59:42.830Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-23T05:59:42.831Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml ca2ba185-8c70-4a3d-a115-1c3fd9fe159b 20368
2022-10-23T05:59:42.831Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-23T05:59:42.832Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml
2022-10-23T05:59:42.832Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T05:59:42.832Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:42.834Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:42.834Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504782831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T05:59:42.934Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:42.935Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:42.935Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:42.946Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:42.947Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:43.835Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b4d34e24-919c-424b-a731-e23eadf2136f from URL: /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env
2022-10-23T05:59:43.835Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-23T05:59:43.835Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env
2022-10-23T05:59:43.888Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-23T05:59:43.889Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env b4d34e24-919c-424b-a731-e23eadf2136f 2098
2022-10-23T05:59:43.889Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-23T05:59:43.889Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env
2022-10-23T05:59:43.889Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T05:59:43.890Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:43.893Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:43.893Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504783889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T05:59:43.993Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:43.994Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:43.995Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:44.014Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:44.015Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:44.894Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ee55937c-a738-4222-8570-5330e5257353
2022-10-23T05:59:44.894Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bcdf3a3c-bcae 0 a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T05:59:44.928Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4968bc49, org.onap.sdc.toscaparser.api.parameters.Input@34b630d, org.onap.sdc.toscaparser.api.parameters.Input@505cdb4c, org.onap.sdc.toscaparser.api.parameters.Input@165f8271, org.onap.sdc.toscaparser.api.parameters.Input@1a59ee07]
2022-10-23T05:59:44.932Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.932Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:44.932Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-10-23T05:59:44.932Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 196199f4-16fc-4d18-a8a0-c3720682e2e8
2022-10-23T05:59:44.933Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 196199f4-16fc-4d18-a8a0-c3720682e2e8 matches Tosca VF Customization UUID: 196199f4-16fc-4d18-a8a0-c3720682e2e8
2022-10-23T05:59:44.933Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 196199f4-16fc-4d18-a8a0-c3720682e2e8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-23T05:59:44.940Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.940Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:44.941Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 196199f4-16fc-4d18-a8a0-c3720682e2e8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-23T05:59:44.942Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@479d3780
2022-10-23T05:59:44.942Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.942Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T05:59:44.942Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed4f42e1-efb1-4262-a074-dac03c8d272a
2022-10-23T05:59:44.943Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed4f42e1-efb1-4262-a074-dac03c8d272a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-23T05:59:44.950Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.950Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:44.950Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:44.951Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.951Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:44.951Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:44.952Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.952Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:44.952Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:44.952Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:44.953Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-23T05:59:44.972Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T05:59:44.973Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T05:59:44.973Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.974Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:44.974Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T05:59:44.974Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:44.974Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T05:59:44.974Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.975Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cac4c07c-f5ba-4f66-b25a-8373b5cd1edd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T05:59:44.983Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.983Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:44.983Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:44.984Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.984Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:44.984Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:44.984Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:44.984Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T05:59:44.985Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:44.985Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.985Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T05:59:44.985Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.985Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-23T05:59:44.986Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T05:59:44.986Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:44.986Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T05:59:44.986Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.986Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1549fbbf-8b18-4ec6-8dae-4c9378fe33a9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T05:59:44.988Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.988Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:44.989Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:44.991Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.991Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is not matching search criteria
2022-10-23T05:59:44.991Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T05:59:44.992Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T05:59:44.992Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T05:59:44.992Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:44.992Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.992Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T05:59:44.993Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.993Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T05:59:44.993Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T05:59:44.993Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T05:59:44.993Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T05:59:44.993Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-23T05:59:44.994Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d590b183-3817-4ac9-8c23-e89a0b8fc3a6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T05:59:44.996Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.996Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:44.996Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T05:59:44.996Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.997Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Node template vFW bcdf3a3c-bcae 0 is matching search criteria
2022-10-23T05:59:44.997Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bcdf3a3c-bcae 0] matching following query criteria: sdcType=VF, customizationUUID=196199f4-16fc-4d18-a8a0-c3720682e2e8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T05:59:44.998Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.999Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:44.999Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ee55937c-a738-4222-8570-5330e5257353: vFW bcdf3a3c-bcae
2022-10-23T05:59:44.999Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:44.999Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:45.000Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:45.000Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:45.000Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:45.000Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:45.001Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:45.001Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:45.001Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T05:59:45.001Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-10-23 05-58-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T05:59:45.001Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-10-23 05-58-33
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T05:59:45.256Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bcdf3a3c-bcae a7c0c9ed-6dcd-430b-8f9d-fd20b9a57145 1 ASDC deployResourceStructure
2022-10-23T05:59:45.256Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json ASDC sendASDCNotification
2022-10-23T05:59:45.256Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json
2022-10-23T05:59:45.257Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T05:59:45.257Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:45.258Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:45.259Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504785256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T05:59:45.359Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:45.359Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:45.360Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:45.372Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:45.373Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:46.263Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-23T05:59:46.264Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml
2022-10-23T05:59:46.264Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T05:59:46.264Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:46.270Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:46.270Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504786263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-23T05:59:46.370Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:46.371Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:46.371Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:46.382Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:46.382Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:47.272Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-23T05:59:47.272Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env
2022-10-23T05:59:47.272Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T05:59:47.274Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:47.276Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:47.276Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504787272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-23T05:59:47.376Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:47.377Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:47.377Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:47.388Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:47.389Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-23T05:59:48.277Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar ASDC sendASDCNotification
2022-10-23T05:59:48.277Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar
2022-10-23T05:59:48.277Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T05:59:48.277Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T05:59:48.280Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T05:59:48.280Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504788277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T05:59:48.380Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T05:59:48.381Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T05:59:48.381Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T05:59:48.392Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T05:59:48.392Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T05:59:49.281Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T05:59:49.308Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T05:59:49.311Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T05:59:49.311Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T05:59:49.311Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:00:19.311Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:00:19.323Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:00:19.325Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:00:19.325Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:00:19.325Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:00:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:00:24.746Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:00:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:00:24.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:00:24.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:00:24.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T06:00:24.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:00:49.326Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:00:49.340Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:00:49.342Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:00:49.342Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:00:49.343Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:01:19.343Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:01:19.354Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:01:19.356Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:01:19.356Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T06:01:19.356Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T06:01:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:01:24.746Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:01:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:01:24.774Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:01:24.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504759932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504762372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "cds",
"timestamp": 1666504766791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504759932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504762372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "cds",
"timestamp": 1666504766791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504759932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "cds",
"timestamp": 1666504766791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504762372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504759932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504762372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "cds",
"timestamp": 1666504766791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504759932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504762372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "cds",
"timestamp": 1666504766791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504764741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504759932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504762372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "cds",
"timestamp": 1666504766791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504776152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "cds",
"timestamp": 1666504775229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504776503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "cds",
"timestamp": 1666504776249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:01:24.803Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0adaeff-6148-4d7a-bb77-dc5dfed63440
2022-10-23T06:01:24.803Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0adaeff-6148-4d7a-bb77-dc5dfed63440 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:01:24.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504777263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504776021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504778325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504776021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504779494,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:01:24.819Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0adaeff-6148-4d7a-bb77-dc5dfed63440
2022-10-23T06:01:24.820Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0adaeff-6148-4d7a-bb77-dc5dfed63440 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:01:24.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504776021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504780502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504776021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "aai-ml",
"timestamp": 1666504779165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504776021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504781751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "aai-ml",
"timestamp": 1666504779165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504776021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504782831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "aai-ml",
"timestamp": 1666504779165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504776021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:01:24.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "aai-ml",
"timestamp": 1666504779165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504783889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504783820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.833Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "aai-ml",
"timestamp": 1666504779165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504785256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/vfwbcdf3a3cbcae0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "aai-ml",
"timestamp": 1666504779165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504786263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "aai-ml",
"timestamp": 1666504779165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504787272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/resourceInstances/vfwbcdf3a3cbcae0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "aai-ml",
"timestamp": 1666504787036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504788277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T06:01:24.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504789139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T06:01:24.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504790144,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:01:24.841Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0adaeff-6148-4d7a-bb77-dc5dfed63440
2022-10-23T06:01:24.841Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0adaeff-6148-4d7a-bb77-dc5dfed63440 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:01:24.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "aai-ml",
"timestamp": 1666504801995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023055833/1.0/artifacts/service-Vfw20221023055833-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T06:01:24.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:01:24.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:01:24.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "aai-ml",
"timestamp": 1666504803006,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:01:24.856Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0adaeff-6148-4d7a-bb77-dc5dfed63440
2022-10-23T06:01:24.856Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0adaeff-6148-4d7a-bb77-dc5dfed63440 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:01:49.357Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:01:49.371Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:01:49.375Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:01:49.375Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T06:01:49.375Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T06:01:49.375Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T06:01:49.376Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:01:49.376Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:01:49.376Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:01:49.377Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:01:49.377Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:01:49.377Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:01:49.384Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T06:02:19.384Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T06:02:19.396Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0adaeff-6148-4d7a-bb77-dc5dfed63440 and serviceModelVersionId: ee55937c-a738-4222-8570-5330e5257353
2022-10-23T06:02:19.396Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f102bdd6-0267-4f3f-936c-cbdc8738daed
2022-10-23T06:02:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:02:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:02:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:02:25.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:25.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504822372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504819932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504819932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504822372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T06:02:25.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504819932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504822372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-23T06:02:25.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "cds",
"timestamp": 1666504826791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504819932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504822372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "cds",
"timestamp": 1666504826791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504819932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504822372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-23T06:02:25.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504819932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "cds",
"timestamp": 1666504826791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504822372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "cds",
"timestamp": 1666504826791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666504819932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504822372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:02:25.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "cds",
"timestamp": 1666504826791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504832550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:02:25.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "cds",
"timestamp": 1666504826791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504833629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:02:25.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "cds",
"timestamp": 1666504826791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:02:25.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504834703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:02:25.317Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "cds",
"timestamp": 1666504834570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:02:25.317Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504835729,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:02:25.331Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d921072a-2f6a-4881-a45d-a132dc37a09b
2022-10-23T06:02:25.331Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d921072a-2f6a-4881-a45d-a132dc37a09b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:02:25.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "cds",
"timestamp": 1666504835578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:02:25.342Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d921072a-2f6a-4881-a45d-a132dc37a09b
2022-10-23T06:02:25.343Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d921072a-2f6a-4881-a45d-a132dc37a09b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:02:25.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666504836733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T06:02:25.351Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504836021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504836021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504836021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504836021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "aai-ml",
"timestamp": 1666504839165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504836021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "aai-ml",
"timestamp": 1666504839165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504836021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "aai-ml",
"timestamp": 1666504839165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504836021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:02:25.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "aai-ml",
"timestamp": 1666504839165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504843786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:02:25.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "aai-ml",
"timestamp": 1666504839165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "aai-ml",
"timestamp": 1666504839165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:25.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "aai-ml",
"timestamp": 1666504839165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:02:25.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T06:02:25.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504846201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T06:02:25.359Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "aai-ml",
"timestamp": 1666504846921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:02:25.360Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666504847206,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:02:25.364Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d921072a-2f6a-4881-a45d-a132dc37a09b
2022-10-23T06:02:25.365Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d921072a-2f6a-4881-a45d-a132dc37a09b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:02:25.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "aai-ml",
"timestamp": 1666504853809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T06:02:25.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:02:25.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T06:02:25.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "aai-ml",
"timestamp": 1666504854815,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:02:25.381Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d921072a-2f6a-4881-a45d-a132dc37a09b
2022-10-23T06:02:25.381Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d921072a-2f6a-4881-a45d-a132dc37a09b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:02:35.696Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f102bdd6-0267-4f3f-936c-cbdc8738daed/model-vers/model-ver/ee55937c-a738-4222-8570-5330e5257353?depth=0
2022-10-23T06:02:35.812Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T06:02:36.362Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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/f102bdd6-0267-4f3f-936c-cbdc8738daed/model-vers/model-ver/ee55937c-a738-4222-8570-5330e5257353?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-23T06:02:36.367Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f102bdd6-0267-4f3f-936c-cbdc8738daed/model-vers/model-ver/ee55937c-a738-4222-8570-5330e5257353?depth=0|INFO|500||Invoke
2022-10-23T06:02:36.507Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f102bdd6-0267-4f3f-936c-cbdc8738daed/model-vers/model-ver/ee55937c-a738-4222-8570-5330e5257353?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-23T06:02:36.698Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f102bdd6-0267-4f3f-936c-cbdc8738daed/model-vers/model-ver/ee55937c-a738-4222-8570-5330e5257353?depth=0|INFO|500||InvokeReturn
2022-10-23T06:02:36.699Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|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/f102bdd6-0267-4f3f-936c-cbdc8738daed/model-vers/model-ver/ee55937c-a738-4222-8570-5330e5257353?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221023-06:02:36:720-72691], vertex-id=[155752], Content-Length=[0], Date=[Sun, 23 Oct 2022 06:02:36 GMT], Content-Type=[application/json]}
2022-10-23T06:02:36.700Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-10-23T06:02:36.703Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T06:02:36.703Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:02:36.708Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T06:02:36.709Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0adaeff-6148-4d7a-bb77-dc5dfed63440 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T06:02:36.710Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T06:02:36.711Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:36.712Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:36.713Z|d0adaeff-6148-4d7a-bb77-dc5dfed63440|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504956709,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:02:36.824Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-10-23T06:02:36.825Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:36.826Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:36.848Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:36.849Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:02:37.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:02:37.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:02:37.728Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:42.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:42.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:02:42.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d921072a-2f6a-4881-a45d-a132dc37a09b","serviceName":"basic_onboard_bUhsne","serviceVersion":"1.0","serviceUUID":"a5396f1f-4fbe-4a1c-8999-119b3d9e146c","serviceDescription":"service","serviceInvariantUUID":"3ba88ec0-e6bf-460c-854d-5ce009dee5b6","resources":[{"resourceInstanceName":"basic_onboard_bUhsne 0","resourceName":"basic_onboard_bUhsne","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ab378a2-e3bb-437b-b89d-4ca7943cd8d9","resourceInvariantUUID":"948ad20e-2d41-4005-8adc-66a551eeef80","resourceCustomizationUUID":"154201f2-e7b9-40e3-8da9-4bb186ff2d32","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml","artifactChecksum":"ZTI2ZGIxN2U5NDA0ZjZiM2ZiZjkzM2IyYzhlYmMxNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7145b39b-81cd-46dc-8b3d-7a308492b71e","artifactVersion":"1"},{"artifactName":"basic_onboard_buhsne0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json","artifactChecksum":"ZWVjZjkyMTVlYzExZGFiZmM0MGU5MWEwNDBiNzAyZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b55a0fa-0ecf-47e7-bbe8-15cfef11cfe0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"70102c38-82b1-47a4-b877-20f2469cdf5a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5b97bda-6b44-4919-bc2e-f74b60bc4e80","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4aa29946-a3b9-481e-8b07-1842f5cf94ee","artifactVersion":"2","generatedFromUUID":"70102c38-82b1-47a4-b877-20f2469cdf5a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBuhsne-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml","artifactChecksum":"MTJkZGJmNTVmN2Y4NzEyNTg2OTY2ODMwOTM4NDI1NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98dbff50-7bdb-480a-872c-3bc326c1a276","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBuhsne-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar","artifactChecksum":"MTQ1ZTE5YTA2YTA5Y2JhNGZjMjg2NzM3MDVkNDZlZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c5c6349-0b5c-4e18-919b-8d267be1ebb6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T06:02:42.234Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:42.234Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:42.236Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:42.236Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:42.336Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:42.338Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:42.339Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:42.347Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:42.348Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:43.236Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:43.237Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:43.239Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:43.240Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T06:02:43.341Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T06:02:43.342Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:43.342Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:43.353Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:43.354Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:44.240Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:44.241Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:44.243Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:44.243Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-23T06:02:44.343Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:44.345Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:44.345Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:44.361Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:44.361Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:45.243Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:45.244Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:45.247Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:45.248Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:45.348Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:45.349Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:45.350Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:45.361Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:45.361Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:02:46.249Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:46.249Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:46.251Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:46.252Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-23T06:02:46.353Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:46.355Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:46.355Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:46.366Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:46.367Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:02:47.252Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:47.253Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:47.255Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:47.256Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:02:47.356Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:02:47.356Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:47.357Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:47.367Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:47.367Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:48.256Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:02:48.257Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:48.259Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:48.259Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:02:48.360Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:02:48.361Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:48.361Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:48.372Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:48.372Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:49.262Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"serviceName": "basic_onboard_bUhsne",
"serviceVersion": "1.0",
"serviceUUID": "a5396f1f-4fbe-4a1c-8999-119b3d9e146c",
"serviceDescription": "service",
"serviceInvariantUUID": "3ba88ec0-e6bf-460c-854d-5ce009dee5b6",
"resources": [
{
"resourceInstanceName": "basic_onboard_bUhsne 0",
"resourceCustomizationUUID": "154201f2-e7b9-40e3-8da9-4bb186ff2d32",
"resourceName": "basic_onboard_bUhsne",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7ab378a2-e3bb-437b-b89d-4ca7943cd8d9",
"resourceInvariantUUID": "948ad20e-2d41-4005-8adc-66a551eeef80",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_buhsne0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"artifactChecksum": "ZWVjZjkyMTVlYzExZGFiZmM0MGU5MWEwNDBiNzAyZTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6b55a0fa-0ecf-47e7-bbe8-15cfef11cfe0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "70102c38-82b1-47a4-b877-20f2469cdf5a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4aa29946-a3b9-481e-8b07-1842f5cf94ee",
"generatedFromUUID": "70102c38-82b1-47a4-b877-20f2469cdf5a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4aa29946-a3b9-481e-8b07-1842f5cf94ee",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBuhsne-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"artifactChecksum": "MTQ1ZTE5YTA2YTA5Y2JhNGZjMjg2NzM3MDVkNDZlZjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1c5c6349-0b5c-4e18-919b-8d267be1ebb6"
}
],
"workloadContext": "Production"
}
2022-10-23T06:02:49.262Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T06:02:49.263Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a5396f1f-4fbe-4a1c-8999-119b3d9e146c ASDC
2022-10-23T06:02:49.263Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d921072a-2f6a-4881-a45d-a132dc37a09b
ServiceName:basic_onboard_bUhsne
ServiceVersion:1.0
ServiceUUID:a5396f1f-4fbe-4a1c-8999-119b3d9e146c
ServiceInvariantUUID:3ba88ec0-e6bf-460c-854d-5ce009dee5b6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBuhsne-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar
ArtifactUUID:1c5c6349-0b5c-4e18-919b-8d267be1ebb6
ArtifactChecksum:MTQ1ZTE5YTA2YTA5Y2JhNGZjMjg2NzM3MDVkNDZlZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bUhsne 0
ResourceCustomizationUUID:154201f2-e7b9-40e3-8da9-4bb186ff2d32
ResourceInvariantUUID:948ad20e-2d41-4005-8adc-66a551eeef80
ResourceName:basic_onboard_bUhsne
ResourceType:VF
ResourceUUID:7ab378a2-e3bb-437b-b89d-4ca7943cd8d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_buhsne0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json
ArtifactUUID:6b55a0fa-0ecf-47e7-bbe8-15cfef11cfe0
ArtifactChecksum:ZWVjZjkyMTVlYzExZGFiZmM0MGU5MWEwNDBiNzAyZTk=
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/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml
ArtifactUUID:70102c38-82b1-47a4-b877-20f2469cdf5a
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/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env
ArtifactUUID:4aa29946-a3b9-481e-8b07-1842f5cf94ee
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/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env
ArtifactUUID:4aa29946-a3b9-481e-8b07-1842f5cf94ee
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-23T06:02:49.263Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5396f1f-4fbe-4a1c-8999-119b3d9e146c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:02:49.298Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:02:49.299Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-23T06:02:49.299Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-23T06:02:49.300Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1c5c6349-0b5c-4e18-919b-8d267be1ebb6 from URL: /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:49.300Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-23T06:02:49.301Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:49.376Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-23T06:02:49.380Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar 1c5c6349-0b5c-4e18-919b-8d267be1ebb6 75294
2022-10-23T06:02:49.381Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar ASDC sendASDCNotification
2022-10-23T06:02:49.381Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:49.381Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:02:49.382Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:49.383Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:49.384Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504969381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:02:49.484Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:49.484Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:49.484Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:49.496Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:49.496Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:50.385Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:02:50.386Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-23T06:02:50.386Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1c5c6349-0b5c-4e18-919b-8d267be1ebb6, URL: /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar to file: /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:50.387Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:50.387Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:50.387Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:50.560Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13101675145899422297/Definitions/service-BasicOnboardBuhsne-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-23T06:02:51.775Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T06:02:51.776Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-23T06:02:51.776Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.776Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-23T06:02:51.776Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.776Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||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-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bUhsne 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||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-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||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-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-23T06:02:51.777Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.778Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.778Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:51.778Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-23T06:02:51.779Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:02:51.779Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.779Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.780Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:51.780Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-23T06:02:51.780Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:02:51.780Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.781Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.781Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.781Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is not matching search criteria
2022-10-23T06:02:51.781Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-23T06:02:51.781Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.782Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:51.783Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:02:51.783Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.783Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:51.783Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:02:51.783Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.784Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:51.784Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:02:51.784Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.784Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is not matching search criteria
2022-10-23T06:02:51.784Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-23T06:02:51.784Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-23T06:02:51.785Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2f478472-171e-40bb-a0c3-aa942c70e851
2022-10-23T06:02:51.785Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.785Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.785Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.785Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.785Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.786Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.786Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:51.786Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:51.786Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_bUhsne
Description:service
Model UUID:a5396f1f-4fbe-4a1c-8999-119b3d9e146c
Model Version:NULL
Model InvariantUuid:3ba88ec0-e6bf-460c-854d-5ce009dee5b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_bUhsne
Model UUID:c2ad55a1-dbcb-4fdb-b637-8a92d9694e97
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:948ad20e-2d41-4005-8adc-66a551eeef80
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:154201f2-e7b9-40e3-8da9-4bb186ff2d32
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7376d231-3f33-436b-a81a-1d0d03b9946f
ModelName:BasicOnboardBuhsne..base_ubuntu18..module-0
ModelUuid:bafbe206-574b-40cc-9462-ceadb949b05d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2f478472-171e-40bb-a0c3-aa942c70e851
ModelInvariantUuid:2a2a0116-3b38-4ba7-b436-62b44040c127
ModelName:basic_onboard_bUhsne-nodes.ubuntu18Cvfc
ModelUuid:d917de59-0061-45fc-878b-f13794f85023
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:240b0ad3-450e-4a44-8992-954827aa805e
ModelInvariantUuid:c1aa1727-fd62-4494-af70-298e5ba2f55c
ModelName:BasicOnboardBuhsne.compute.nodes.heat.ubuntu18
ModelUuid:ad2b16b3-3741-4b6e-bd1b-e6a868f590b4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T06:02:51.804Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ab378a2-e3bb-437b-b89d-4ca7943cd8d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:02:51.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||basic_onboard_bUhsne 0
2022-10-23T06:02:51.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ab378a2-e3bb-437b-b89d-4ca7943cd8d9
2022-10-23T06:02:51.808Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6b55a0fa-0ecf-47e7-bbe8-15cfef11cfe0 from URL: /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json
2022-10-23T06:02:51.809Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-23T06:02:51.809Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json
2022-10-23T06:02:51.853Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-23T06:02:51.854Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json 6b55a0fa-0ecf-47e7-bbe8-15cfef11cfe0 798
2022-10-23T06:02:51.855Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json ASDC sendASDCNotification
2022-10-23T06:02:51.855Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json
2022-10-23T06:02:51.856Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:02:51.857Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:51.859Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:51.859Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504971855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:02:51.959Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:51.960Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:51.960Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:51.971Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:51.972Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:52.859Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBuhsne..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7376d231-3f33-436b-a81a-1d0d03b9946f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bafbe206-574b-40cc-9462-ceadb949b05d",
"vfModuleModelCustomizationUUID": "55dace54-3547-4455-bac3-4995b3bf76d6",
"isBase": true,
"artifacts": [
"70102c38-82b1-47a4-b877-20f2469cdf5a",
"4aa29946-a3b9-481e-8b07-1842f5cf94ee"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-23T06:02:52.866Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBuhsne..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bafbe206-574b-40cc-9462-ceadb949b05d
VfModuleModelInvariantUUID:7376d231-3f33-436b-a81a-1d0d03b9946f
VfModuleModelDescription:NULL
Artifacts UUID List:{
70102c38-82b1-47a4-b877-20f2469cdf5a
,
4aa29946-a3b9-481e-8b07-1842f5cf94ee
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-23T06:02:52.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBuhsne..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7376d231-3f33-436b-a81a-1d0d03b9946f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bafbe206-574b-40cc-9462-ceadb949b05d",
"vfModuleModelCustomizationUUID": "55dace54-3547-4455-bac3-4995b3bf76d6",
"isBase": true,
"artifacts": [
"70102c38-82b1-47a4-b877-20f2469cdf5a",
"4aa29946-a3b9-481e-8b07-1842f5cf94ee"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-23T06:02:52.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBuhsne..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bafbe206-574b-40cc-9462-ceadb949b05d
VfModuleModelInvariantUUID:7376d231-3f33-436b-a81a-1d0d03b9946f
VfModuleModelDescription:NULL
Artifacts UUID List:{
70102c38-82b1-47a4-b877-20f2469cdf5a
,
4aa29946-a3b9-481e-8b07-1842f5cf94ee
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-23T06:02:52.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 70102c38-82b1-47a4-b877-20f2469cdf5a from URL: /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml
2022-10-23T06:02:52.869Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-23T06:02:52.870Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml
2022-10-23T06:02:52.921Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-23T06:02:52.921Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml 70102c38-82b1-47a4-b877-20f2469cdf5a 5033
2022-10-23T06:02:52.921Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-23T06:02:52.922Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml
2022-10-23T06:02:52.922Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:02:52.922Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:52.925Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:52.926Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504972921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:02:53.026Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:53.027Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:53.027Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:53.038Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:53.038Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:02:53.927Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4aa29946-a3b9-481e-8b07-1842f5cf94ee from URL: /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env
2022-10-23T06:02:53.927Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-23T06:02:53.927Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env
2022-10-23T06:02:53.968Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-23T06:02:53.969Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env 4aa29946-a3b9-481e-8b07-1842f5cf94ee 909
2022-10-23T06:02:53.969Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-23T06:02:53.969Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env
2022-10-23T06:02:53.970Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:02:53.970Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:53.972Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:53.972Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504973969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:02:54.072Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:54.073Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:54.073Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:54.083Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:54.083Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:02:54.973Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a5396f1f-4fbe-4a1c-8999-119b3d9e146c
2022-10-23T06:02:54.974Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bUhsne 0 7ab378a2-e3bb-437b-b89d-4ca7943cd8d9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:02:54.991Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11f35cfa, org.onap.sdc.toscaparser.api.parameters.Input@888831d, org.onap.sdc.toscaparser.api.parameters.Input@54dc402d, org.onap.sdc.toscaparser.api.parameters.Input@6b7b0f67, org.onap.sdc.toscaparser.api.parameters.Input@60648a7e]
2022-10-23T06:02:54.993Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:54.993Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:54.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-10-23T06:02:54.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 154201f2-e7b9-40e3-8da9-4bb186ff2d32
2022-10-23T06:02:54.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 154201f2-e7b9-40e3-8da9-4bb186ff2d32 matches Tosca VF Customization UUID: 154201f2-e7b9-40e3-8da9-4bb186ff2d32
2022-10-23T06:02:54.994Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 154201f2-e7b9-40e3-8da9-4bb186ff2d32 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-23T06:02:54.997Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:54.997Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:54.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 154201f2-e7b9-40e3-8da9-4bb186ff2d32: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-23T06:02:54.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29e0a98c
2022-10-23T06:02:54.998Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:54.999Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T06:02:54.999Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55dace54-3547-4455-bac3-4995b3bf76d6
2022-10-23T06:02:54.999Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55dace54-3547-4455-bac3-4995b3bf76d6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-23T06:02:55.001Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:55.002Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:55.002Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:02:55.002Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:55.002Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:55.003Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:02:55.003Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:55.003Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is not matching search criteria
2022-10-23T06:02:55.003Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-23T06:02:55.004Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-23T06:02:55.004Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2f478472-171e-40bb-a0c3-aa942c70e851
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T06:02:55.006Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:55.006Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:55.006Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T06:02:55.006Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:55.007Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bUhsne 0 is matching search criteria
2022-10-23T06:02:55.007Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bUhsne 0] matching following query criteria: sdcType=VF, customizationUUID=154201f2-e7b9-40e3-8da9-4bb186ff2d32
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:02:55.009Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:55.009Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:55.009Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a5396f1f-4fbe-4a1c-8999-119b3d9e146c: basic_onboard_bUhsne
2022-10-23T06:02:55.010Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:55.010Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:55.010Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:55.010Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:55.010Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:55.011Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:55.011Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:55.011Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:55.011Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:02:55.011Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bUhsne is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:02:55.012Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_bUhsne
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:02:55.089Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bUhsne 7ab378a2-e3bb-437b-b89d-4ca7943cd8d9 1 ASDC deployResourceStructure
2022-10-23T06:02:55.090Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json ASDC sendASDCNotification
2022-10-23T06:02:55.090Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json
2022-10-23T06:02:55.091Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:02:55.096Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:55.099Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:55.100Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504975090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T06:02:55.200Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:02:55.201Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:55.201Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:55.213Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:55.214Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:02:56.101Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-23T06:02:56.102Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml
2022-10-23T06:02:56.102Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:02:56.103Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:56.106Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:56.106Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504976101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-23T06:02:56.206Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:02:56.207Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:56.207Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:56.220Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:56.220Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:57.107Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-23T06:02:57.108Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env
2022-10-23T06:02:57.108Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:02:57.108Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:57.110Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:57.110Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504977107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-23T06:02:57.210Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:57.211Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:57.212Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:57.222Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:57.223Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:58.111Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar ASDC sendASDCNotification
2022-10-23T06:02:58.111Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar
2022-10-23T06:02:58.111Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:02:58.112Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:02:58.114Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:02:58.114Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504978111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T06:02:58.214Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:02:58.215Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:02:58.215Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:02:58.226Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:02:58.226Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:02:59.115Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d921072a-2f6a-4881-a45d-a132dc37a09b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:02:59.128Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d921072a-2f6a-4881-a45d-a132dc37a09b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:02:59.132Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:02:59.132Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T06:02:59.132Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T06:02:59.132Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T06:02:59.132Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:02:59.133Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:02:59.133Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:02:59.133Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:02:59.133Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:02:59.133Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:02:59.139Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T06:03:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:03:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:03:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:03:25.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:03:25.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0adaeff-6148-4d7a-bb77-dc5dfed63440",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504956709,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:03:25.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T06:03:25.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504957727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504969381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504971855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504972921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504973969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504975090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/basic_onboard_buhsne0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504976101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504977107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/resourceInstances/basic_onboard_buhsne0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666504978111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuhsne/1.0/artifacts/service-BasicOnboardBuhsne-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T06:03:25.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:03:29.139Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d921072a-2f6a-4881-a45d-a132dc37a09b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T06:03:29.146Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d921072a-2f6a-4881-a45d-a132dc37a09b and serviceModelVersionId: a5396f1f-4fbe-4a1c-8999-119b3d9e146c
2022-10-23T06:03:29.146Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ba88ec0-e6bf-460c-854d-5ce009dee5b6
2022-10-23T06:03:29.147Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0
2022-10-23T06:03:29.151Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T06:03:29.200Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0|INFO|500||Invoke
2022-10-23T06:03:29.200Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d921072a-2f6a-4881-a45d-a132dc37a09b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b7c5c66-8ba3-48c0-9611-d15d95d908ce], X-ECOMP-RequestID=[d921072a-2f6a-4881-a45d-a132dc37a09b], X-TransactionId=[], X-ONAP-RequestID=[d921072a-2f6a-4881-a45d-a132dc37a09b], Content-Type=[application/merge-patch+json]}
2022-10-23T06:03:29.225Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-23T06:03:29.328Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?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/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221023-06:03:29:431-91977], vertex-id=[393400], Content-Length=[0], Date=[Sun, 23 Oct 2022 06:03:29 GMT], Content-Type=[application/json]}
2022-10-23T06:03:29.329Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-23T06:03:29.329Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ba88ec0-e6bf-460c-854d-5ce009dee5b6/model-vers/model-ver/a5396f1f-4fbe-4a1c-8999-119b3d9e146c?depth=0|INFO|500||InvokeReturn
2022-10-23T06:03:29.330Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T06:03:29.330Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:03:29.334Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T06:03:29.334Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d921072a-2f6a-4881-a45d-a132dc37a09b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T06:03:29.334Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T06:03:29.335Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:03:29.336Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:03:29.337Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505009334,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:03:29.437Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:03:29.438Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:03:29.438Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:03:29.451Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:03:29.451Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:03:30.349Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:03:30.350Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:03:30.350Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:03:39.890Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:03:39.891Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:03:39.892Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:03:39.892Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:03:49.465Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:03:49.465Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:03:49.466Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:03:49.466Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XmTyxVRAP14qptkR) ...
2022-10-23T06:03:59.003Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:04:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:04:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:04:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:04:24.744Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:04:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:04:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:04:25.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:04:25.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T06:04:25.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d921072a-2f6a-4881-a45d-a132dc37a09b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505009334,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:04:25.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:04:34.285Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:05:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:05:24.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:05:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:05:24.744Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:05:24.745Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:05:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:05:34.285Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:05:34.287Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:06:24.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:06:24.743Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:06:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:06:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:06:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:06:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:06:34.286Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:06:34.288Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:07:24.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:07:24.743Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:07:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:07:24.745Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:07:24.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:07:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:07:34.283Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:07:34.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:08:24.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:08:24.742Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:08:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:08:24.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:08:24.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:08:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:08:34.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:08:34.337Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:09:24.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:09:24.743Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:09:24.744Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:09:24.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:09:24.745Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:09:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:09:34.286Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:09:34.287Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:10:24.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:10:24.742Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:10:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:10:24.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:10:24.745Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:10:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:10:34.285Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:10:34.288Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:11:24.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:11:24.742Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:11:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:11:24.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:11:24.745Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:11:24.745Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:11:34.286Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:11:34.287Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:12:24.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:12:24.742Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:12:24.742Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:12:24.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:12:24.746Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:12:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:12:34.292Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:12:34.292Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:13:24.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:13:24.743Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:13:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:13:24.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:13:24.746Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:13:24.746Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:13:34.289Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:13:34.294Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:14:24.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:14:24.743Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:14:24.743Z||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 XmTyxVRAP14qptkR) ...
2022-10-23T06:14:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T06:14:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T06:14:24.745Z|d921072a-2f6a-4881-a45d-a132dc37a09b|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 XmTyxVRAP14qptkR) ...
2022-10-23T06:14:25.223Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:14:25.225Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.226Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "cds",
"timestamp": 1666505636791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.227Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "cds",
"timestamp": 1666505636791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "cds",
"timestamp": 1666505640486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.228Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "ves-openapi-manager",
"timestamp": 1666505639932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.229Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.229Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.229Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "cds",
"timestamp": 1666505641494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:14:25.248Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2942dbb2-d0ac-470b-8c91-783e9aa5dc01
2022-10-23T06:14:25.249Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2942dbb2-d0ac-470b-8c91-783e9aa5dc01 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "ves-openapi-manager",
"timestamp": 1666505639932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666505642372,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.258Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666505642372,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666505646021,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666505646021,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666505648786,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:14:25.259Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "aai-ml",
"timestamp": 1666505649165,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666505650462,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "aai-ml",
"timestamp": 1666505649165,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.260Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666505651467,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:14:25.265Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2942dbb2-d0ac-470b-8c91-783e9aa5dc01
2022-10-23T06:14:25.266Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2942dbb2-d0ac-470b-8c91-783e9aa5dc01 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:14:25.273Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.273Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "aai-ml",
"timestamp": 1666505651890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "cds",
"timestamp": 1666505651791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "cds",
"timestamp": 1666505651791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "cds",
"timestamp": 1666505651791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.274Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "cds",
"timestamp": 1666505651791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "aai-ml",
"timestamp": 1666505655988,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "cds",
"timestamp": 1666505651791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.275Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "aai-ml",
"timestamp": 1666505656992,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:14:25.280Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2942dbb2-d0ac-470b-8c91-783e9aa5dc01
2022-10-23T06:14:25.280Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2942dbb2-d0ac-470b-8c91-783e9aa5dc01 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:14:25.288Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.288Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "cds",
"timestamp": 1666505651791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.288Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.288Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.288Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "aai-ml",
"timestamp": 1666505649165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "cds",
"timestamp": 1666505651791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "aai-ml",
"timestamp": 1666505649165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.289Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "cds",
"timestamp": 1666505651791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "aai-ml",
"timestamp": 1666505649165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "cds",
"timestamp": 1666505660529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.290Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1666505659932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "aai-ml",
"timestamp": 1666505649165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.291Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "cds",
"timestamp": 1666505661535,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:14:25.301Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e019f592-2691-4ef9-b5aa-db4ce26c16d2
2022-10-23T06:14:25.301Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e019f592-2691-4ef9-b5aa-db4ce26c16d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T06:14:25.309Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.309Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1666505659932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.309Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.309Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.309Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666505662372,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "aai-ml",
"timestamp": 1666505649165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1666505659932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.310Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666505662372,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "aai-ml",
"timestamp": 1666505649165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1666505659932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.311Z|d921072a-2f6a-4881-a45d-a132dc37a09b|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-23T06:14:25.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:14:25.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T06:14:25.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2942dbb2-d0ac-470b-8c91-783e9aa5dc01","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"58c4e52f-7d8a-4cbd-90a0-4be7be61e1de","serviceDescription":"service","serviceInvariantUUID":"dd56305f-78ce-4e1b-a225-7df4fba538dc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2657ca20-47b6-4412-9bfb-478bbadd3093","resourceInvariantUUID":"0fa2ed17-9b10-4a1e-b19e-7f784cbe700a","resourceCustomizationUUID":"fdee44b8-77ce-438b-8e04-63a4ccf834b5","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ODcxMDU1ZGI3OGM1ZTQwNjg4N2EwYTdlZmM5YTk4MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"73fb51c8-712b-4e5b-b0b4-73b50507ec9a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDIyYWI1MmE3ZjhjZmNkMTA2NWMyMGZiNGU0MjllYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38e094b6-8997-43d3-942c-2630d7859f48","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T06:14:25.390Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:14:25.391Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:14:25.396Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:14:25.396Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505664741,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:14:25.495Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-23T06:14:25.496Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:14:25.496Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:14:25.508Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:14:25.508Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:14:26.397Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:14:26.398Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:14:26.400Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:14:26.401Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505664741,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:14:26.500Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:14:26.501Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:14:26.501Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:14:26.512Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:14:26.513Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:14:27.402Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "58c4e52f-7d8a-4cbd-90a0-4be7be61e1de",
"serviceDescription": "service",
"serviceInvariantUUID": "dd56305f-78ce-4e1b-a225-7df4fba538dc",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "fdee44b8-77ce-438b-8e04-63a4ccf834b5",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "2657ca20-47b6-4412-9bfb-478bbadd3093",
"resourceInvariantUUID": "0fa2ed17-9b10-4a1e-b19e-7f784cbe700a",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZDIyYWI1MmE3ZjhjZmNkMTA2NWMyMGZiNGU0MjllYWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38e094b6-8997-43d3-942c-2630d7859f48"
}
],
"workloadContext": "Production"
}
2022-10-23T06:14:27.402Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T06:14:27.402Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de ASDC
2022-10-23T06:14:27.403Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2942dbb2-d0ac-470b-8c91-783e9aa5dc01
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:58c4e52f-7d8a-4cbd-90a0-4be7be61e1de
ServiceInvariantUUID:dd56305f-78ce-4e1b-a225-7df4fba538dc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:38e094b6-8997-43d3-942c-2630d7859f48
ArtifactChecksum:ZDIyYWI1MmE3ZjhjZmNkMTA2NWMyMGZiNGU0MjllYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fdee44b8-77ce-438b-8e04-63a4ccf834b5
ResourceInvariantUUID:0fa2ed17-9b10-4a1e-b19e-7f784cbe700a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2657ca20-47b6-4412-9bfb-478bbadd3093
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-23T06:14:27.403Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:14:27.432Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:14:27.433Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:14:27.433Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:14:27.434Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 38e094b6-8997-43d3-942c-2630d7859f48 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-23T06:14:27.434Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:14:27.434Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-23T06:14:27.495Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:14:27.499Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 38e094b6-8997-43d3-942c-2630d7859f48 57656
2022-10-23T06:14:27.499Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-23T06:14:27.500Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-23T06:14:27.500Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:14:27.501Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:14:27.503Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:14:27.503Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505667499,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:14:27.603Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:14:27.604Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:14:27.604Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:14:27.619Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:14:27.619Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:14:28.504Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:14:28.506Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:14:28.506Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 38e094b6-8997-43d3-942c-2630d7859f48, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:28.507Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-23T06:14:28.507Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:28.507Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:28.636Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15665228193062726452/Definitions/service-BasicNetwork-template.yml
2022-10-23T06:14:29.219Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T06:14:29.219Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.220Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.221Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.221Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:14:29.221Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.221Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.221Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:14:29.222Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.223Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.223Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.223Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.223Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.223Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.224Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.224Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.224Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.224Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.224Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:58c4e52f-7d8a-4cbd-90a0-4be7be61e1de
Model Version:NULL
Model InvariantUuid:dd56305f-78ce-4e1b-a225-7df4fba538dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0fa2ed17-9b10-4a1e-b19e-7f784cbe700a
Model UUID:3474eba2-69e7-4df2-abb0-72e87c76cfc1
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:fdee44b8-77ce-438b-8e04-63a4ccf834b5
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T06:14:29.232Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 2657ca20-47b6-4412-9bfb-478bbadd3093
2022-10-23T06:14:29.232Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||No resources found for Service: 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:14:29.238Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||
2022-10-23T06:14:29.238Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-23T06:14:29.239Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de
2022-10-23T06:14:29.239Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de
2022-10-23T06:14:29.239Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-23T06:14:29.239Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:14:29.244Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27f89feb, org.onap.sdc.toscaparser.api.parameters.Input@55ad243a, org.onap.sdc.toscaparser.api.parameters.Input@441fe8a8, org.onap.sdc.toscaparser.api.parameters.Input@13dad8fa, org.onap.sdc.toscaparser.api.parameters.Input@70be1aad]
2022-10-23T06:14:29.245Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.245Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.246Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.246Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.246Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de: Generic NeutronNet
2022-10-23T06:14:29.246Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.246Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.247Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.247Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-23T06:14:29.278Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.279Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.279Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.279Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.279Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:14:29.279Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:14:29.279Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-23T06:14:29.322Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-23T06:14:29.322Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-23T06:14:29.323Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-23T06:14:29.323Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T06:14:29.323Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:14:29.325Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:14:29.325Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505669322,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T06:14:29.426Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:14:29.427Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:14:29.427Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:14:29.437Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:14:29.437Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:14:30.326Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2942dbb2-d0ac-470b-8c91-783e9aa5dc01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:14:30.338Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2942dbb2-d0ac-470b-8c91-783e9aa5dc01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T06:14:30.340Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T06:14:30.340Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T06:14:30.340Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T06:14:30.340Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T06:14:30.341Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:14:30.341Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:14:30.341Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:14:30.341Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T06:14:30.341Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T06:14:30.346Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T06:15:00.347Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2942dbb2-d0ac-470b-8c91-783e9aa5dc01 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T06:15:00.357Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2942dbb2-d0ac-470b-8c91-783e9aa5dc01 and serviceModelVersionId: 58c4e52f-7d8a-4cbd-90a0-4be7be61e1de
2022-10-23T06:15:00.358Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd56305f-78ce-4e1b-a225-7df4fba538dc
2022-10-23T06:15:00.359Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd56305f-78ce-4e1b-a225-7df4fba538dc/model-vers/model-ver/58c4e52f-7d8a-4cbd-90a0-4be7be61e1de?depth=0
2022-10-23T06:15:00.365Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T06:15:00.424Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd56305f-78ce-4e1b-a225-7df4fba538dc/model-vers/model-ver/58c4e52f-7d8a-4cbd-90a0-4be7be61e1de?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-23T06:15:00.426Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd56305f-78ce-4e1b-a225-7df4fba538dc/model-vers/model-ver/58c4e52f-7d8a-4cbd-90a0-4be7be61e1de?depth=0|INFO|500||Invoke
2022-10-23T06:15:00.450Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd56305f-78ce-4e1b-a225-7df4fba538dc/model-vers/model-ver/58c4e52f-7d8a-4cbd-90a0-4be7be61e1de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-23T06:15:00.533Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd56305f-78ce-4e1b-a225-7df4fba538dc/model-vers/model-ver/58c4e52f-7d8a-4cbd-90a0-4be7be61e1de?depth=0|INFO|500||InvokeReturn
2022-10-23T06:15:00.534Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd56305f-78ce-4e1b-a225-7df4fba538dc/model-vers/model-ver/58c4e52f-7d8a-4cbd-90a0-4be7be61e1de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221023-06:15:00:585-17760], vertex-id=[405688], Content-Length=[0], Date=[Sun, 23 Oct 2022 06:15:00 GMT], Content-Type=[application/json]}
2022-10-23T06:15:00.534Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-10-23T06:15:00.535Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T06:15:00.535Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:15:00.539Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T06:15:00.540Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2942dbb2-d0ac-470b-8c91-783e9aa5dc01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T06:15:00.540Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T06:15:00.541Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:00.544Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:00.544Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2942dbb2-d0ac-470b-8c91-783e9aa5dc01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505700540,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T06:15:00.644Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T06:15:00.645Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:00.646Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:00.663Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:15:00.664Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:15:01.557Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T06:15:01.558Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e019f592-2691-4ef9-b5aa-db4ce26c16d2","serviceName":"Demo_pNF_mPvaNa4apDojauIFjzva","serviceVersion":"1.0","serviceUUID":"6711c20b-4d01-4e46-9ed4-f05676bb59bf","serviceDescription":"catalog service description","serviceInvariantUUID":"64d99052-e916-472b-9823-9816b518eed3","resources":[{"resourceInstanceName":"pNF 8a752afc-1982 0","resourceName":"pNF 8a752afc-1982","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0","resourceInvariantUUID":"47b16128-8469-480e-a03f-24af3aa210a5","resourceCustomizationUUID":"6fbfc92d-e4a1-44ac-9db6-25a40342d428","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml","artifactChecksum":"YWUwZWM0MjY0ZTIwNTJiZjNhODA1Y2FmMjJjMzdhNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5dfe02dc-49c6-4360-b9d1-b5161f7bbd0b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar","artifactChecksum":"YWY5ZDcxN2UzNDk3Zjc4MWMxMDg1NzNlOWQ3MDQ1MzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ea6c23c-c004-4379-b60a-77f7d4a0e29b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfe17c9a-b016-4d5d-88b8-99582bfe36a7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml","artifactChecksum":"Y2JkYjI3ZTBhYTQwMzNiNjZhY2NjNjBjY2NkZWZiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e04e634d-58aa-4d25-954f-1d1e6b4cae84","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5518f6ee-c4a5-4d75-bb76-a309e6762074","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ae06767-750f-44e6-933b-392d893d38a1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMpvana4apdojauifjzva-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-template.yml","artifactChecksum":"Y2M4ODZiMmUyMzVmYzNjZGQzMDZhNzNjNjNjMDQ3ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb5f4317-2e58-4240-b394-c773256ee942","artifactVersion":"1"},{"artifactName":"service-DemoPnfMpvana4apdojauifjzva-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar","artifactChecksum":"ZTFhYmM2N2M2NjY2ZGJjYmE4NzUzYzU1OTcyODM4NGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f87c7ef0-6e7f-4f14-829d-e6644b9de41b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T06:15:01.558Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:01.559Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:01.561Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:01.561Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505664741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:15:01.661Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:01.662Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:01.662Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:01.673Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:15:01.673Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:02.561Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:02.562Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:02.564Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:02.564Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505664741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:15:02.664Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:02.665Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:02.665Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:02.675Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:15:02.675Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:03.564Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:03.565Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:03.567Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:03.567Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505664741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:15:03.667Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:03.668Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:03.669Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:03.680Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:15:03.680Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-23T06:15:04.568Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:04.569Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:04.570Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:04.571Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505664741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:15:04.671Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:04.674Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:04.674Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:04.685Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:15:04.685Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:05.571Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:05.572Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:05.574Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:05.574Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505664741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:15:05.674Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:05.675Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:05.675Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:05.684Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:15:05.684Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:06.574Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:06.576Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:06.578Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:06.578Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505664741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/resourceInstances/pnf8a752afc19820/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:15:06.678Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:06.679Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:06.680Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:06.689Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:15:06.689Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:07.579Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:07.580Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:07.582Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:07.582Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505664741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T06:15:07.682Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:07.683Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:07.684Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:07.693Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:15:07.693Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:08.583Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T06:15:08.584Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:08.586Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:08.586Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505664741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T06:15:08.686Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:08.687Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:08.687Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:08.697Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:15:08.698Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:09.587Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"serviceName": "Demo_pNF_mPvaNa4apDojauIFjzva",
"serviceVersion": "1.0",
"serviceUUID": "6711c20b-4d01-4e46-9ed4-f05676bb59bf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "64d99052-e916-472b-9823-9816b518eed3",
"resources": [
{
"resourceInstanceName": "pNF 8a752afc-1982 0",
"resourceCustomizationUUID": "6fbfc92d-e4a1-44ac-9db6-25a40342d428",
"resourceName": "pNF 8a752afc-1982",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0",
"resourceInvariantUUID": "47b16128-8469-480e-a03f-24af3aa210a5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfMpvana4apdojauifjzva-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
"artifactChecksum": "ZTFhYmM2N2M2NjY2ZGJjYmE4NzUzYzU1OTcyODM4NGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f87c7ef0-6e7f-4f14-829d-e6644b9de41b"
}
],
"workloadContext": "Production"
}
2022-10-23T06:15:09.587Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T06:15:09.587Z|2942dbb2-d0ac-470b-8c91-783e9aa5dc01|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6711c20b-4d01-4e46-9ed4-f05676bb59bf ASDC
2022-10-23T06:15:09.588Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e019f592-2691-4ef9-b5aa-db4ce26c16d2
ServiceName:Demo_pNF_mPvaNa4apDojauIFjzva
ServiceVersion:1.0
ServiceUUID:6711c20b-4d01-4e46-9ed4-f05676bb59bf
ServiceInvariantUUID:64d99052-e916-472b-9823-9816b518eed3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMpvana4apdojauifjzva-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar
ArtifactUUID:f87c7ef0-6e7f-4f14-829d-e6644b9de41b
ArtifactChecksum:ZTFhYmM2N2M2NjY2ZGJjYmE4NzUzYzU1OTcyODM4NGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8a752afc-1982 0
ResourceCustomizationUUID:6fbfc92d-e4a1-44ac-9db6-25a40342d428
ResourceInvariantUUID:47b16128-8469-480e-a03f-24af3aa210a5
ResourceName:pNF 8a752afc-1982
ResourceType:PNF
ResourceUUID:8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-23T06:15:09.589Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6711c20b-4d01-4e46-9ed4-f05676bb59bf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T06:15:09.615Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:15:09.616Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:15:09.616Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:15:09.616Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f87c7ef0-6e7f-4f14-829d-e6644b9de41b from URL: /sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:09.616Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-23T06:15:09.617Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:09.674Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-23T06:15:09.680Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar f87c7ef0-6e7f-4f14-829d-e6644b9de41b 87757
2022-10-23T06:15:09.680Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar ASDC sendASDCNotification
2022-10-23T06:15:09.680Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:09.680Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T06:15:09.681Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-23T06:15:09.683Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T06:15:09.683Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e019f592-2691-4ef9-b5aa-db4ce26c16d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666505709680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T06:15:09.783Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T06:15:09.784Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T06:15:09.784Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XmTyxVRAP14qptkR) ...
2022-10-23T06:15:09.813Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T06:15:09.814Z||pool-48-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-10-23T06:15:10.684Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T06:15:10.685Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-23T06:15:10.685Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f87c7ef0-6e7f-4f14-829d-e6644b9de41b, URL: /sdc/v1/catalog/services/DemoPnfMpvana4apdojauifjzva/1.0/artifacts/service-DemoPnfMpvana4apdojauifjzva-csar.csar to file: /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:10.685Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:10.686Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:10.686Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:10.827Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5291952465093722412/Definitions/service-DemoPnfMpvana4apdojauifjzva-template.yml
2022-10-23T06:15:11.589Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T06:15:11.590Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:15:11.590Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.590Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-23T06:15:11.590Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8a752afc-1982 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.590Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.590Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMpvana4apdojauifjzva-csar.csar
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:15:11.591Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.592Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Node template pNF 8a752afc-1982 0 is matching search criteria
2022-10-23T06:15:11.592Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:15:11.592Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 8a752afc-1982 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:15:11.592Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:15:11.592Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Node template pNF 8a752afc-1982 0 is matching search criteria
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 8a752afc-1982 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:15:11.593Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.594Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_mPvaNa4apDojauIFjzva
Description:catalog service description
Model UUID:6711c20b-4d01-4e46-9ed4-f05676bb59bf
Model Version:NULL
Model InvariantUuid:64d99052-e916-472b-9823-9816b518eed3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T06:15:11.602Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:15:11.605Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||pNF 8a752afc-1982 0
2022-10-23T06:15:11.605Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0
2022-10-23T06:15:11.605Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6711c20b-4d01-4e46-9ed4-f05676bb59bf
2022-10-23T06:15:11.606Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6711c20b-4d01-4e46-9ed4-f05676bb59bf
2022-10-23T06:15:11.606Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8a752afc-1982 0 8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T06:15:11.610Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@486362b7, org.onap.sdc.toscaparser.api.parameters.Input@34056ca2, org.onap.sdc.toscaparser.api.parameters.Input@6959e41c, org.onap.sdc.toscaparser.api.parameters.Input@2a596b01, org.onap.sdc.toscaparser.api.parameters.Input@797cc227]
2022-10-23T06:15:11.610Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T06:15:11.610Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mPvaNa4apDojauIFjzva is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T06:15:11.611Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6711c20b-4d01-4e46-9ed4-f05676bb59bf: pNF 8a752afc-1982
2022-10-23T06:15:11.611Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||INFO|500||Processing PNF resource: 8b2989a5-b76b-4ec0-97d6-8ebcadb9a2e0
2022-10-23T06:15:11.611Z|e019f592-2691-4ef9-b5aa-db4ce26c16d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery