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-11-24T05:10:45.196Z||main|||||INFO|500||The following profiles are active: basic
2022-11-24T05:11:00.659Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-24T05:11:00.660Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-24T05:11:00.802Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-24T05:11:06.729Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-24T05:11:07.207Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-24T05:11:07.790Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-24T05:11:07.799Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-24T05:11:07.959Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-24T05:11:08.196Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-24T05:11:08.866Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-24T05:11:10.870Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-24T05:11:13.607Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-24T05:11:13.685Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-24T05:11:14.451Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-24T05:11:14.760Z||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-11-24T05:11:16.190Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-24T05:11:17.321Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-24T05:11:17.349Z||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$$5917c19b.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-11-24T05:11:17.351Z||main|||||WARN|500||The sdc end point is not alive
2022-11-24T05:11:21.235Z||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-11-24T05:11:24.524Z||main|||||WARN|500||---
2022-11-24T05:11:24.524Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-24T05:11:24.524Z||main|||||WARN|500||---
2022-11-24T05:11:25.073Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-24T05:11:30.965Z||main|||||INFO|500||Started Application in 49.591 seconds (JVM running for 51.923)
2022-11-24T05:11:31.002Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-24T05:11:31.007Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-24T05:11:31.022Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-24T05:11:31.057Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-24T05:11:31.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07ec1161-2e76-4cad-b5f0-4e21efa47586 url= /sdc/v1/artifactTypes
2022-11-24T05:11:31.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-24T05:11:31.467Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-24T05:11:31.497Z||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-11-24T05:11:31.524Z||scheduling-1|||||DEBUG|500||create keys
2022-11-24T05:11:31.534Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-24T05:11:31.594Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:11:31.619Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 21d63b2d-fa7a-401d-b4d9-cc6b0735ace4 url= /sdc/v1/registerForDistribution
2022-11-24T05:11:31.765Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 21d63b2d-fa7a-401d-b4d9-cc6b0735ace4 url= /sdc/v1/registerForDistribution
2022-11-24T05:11:31.766Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-24T05:11:31.789Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:11:31.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:11:31.800Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-24T05:11:31.804Z||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-11-24T05:11:31.804Z||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-11-24T05:11:31.805Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:11:31.805Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:11:42.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:11:42.280Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:12:31.778Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:12:31.779Z||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-11-24T05:12:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:12:31.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:12:31.786Z||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-11-24T05:12:31.786Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:12:41.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:12:41.364Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:13:31.778Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:13:31.779Z||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-11-24T05:13:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:13:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:13:31.782Z||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-11-24T05:13:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:13:41.334Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:13:41.341Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:14:31.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:14:31.780Z||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-11-24T05:14:31.781Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:14:31.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:14:31.782Z||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-11-24T05:14:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:14:41.335Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:14:41.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:15:31.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:15:31.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:15:31.783Z||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-11-24T05:15:31.783Z||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-11-24T05:15:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:15:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:15:41.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:15:41.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:16:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:16:31.779Z||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-11-24T05:16:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:16:31.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:16:31.783Z||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-11-24T05:16:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:16:41.329Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:16:41.329Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:17:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:17:31.780Z||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-11-24T05:17:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:17:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:17:31.783Z||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-11-24T05:17:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:17:41.331Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:17:41.331Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:18:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:18:31.780Z||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-11-24T05:18:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:18:31.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:18:31.784Z||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-11-24T05:18:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:18:41.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:18:41.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:19:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:19:31.780Z||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-11-24T05:19:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:19:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:19:31.783Z||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-11-24T05:19:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:19:41.335Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:19:41.351Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:20:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:20:31.780Z||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-11-24T05:20:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:20:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:20:31.783Z||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-11-24T05:20:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:20:41.336Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:20:41.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:20:54.302Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-24T05:21:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:21:31.780Z||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-11-24T05:21:31.781Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:21:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:21:31.783Z||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-11-24T05:21:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:21:41.336Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:21:41.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:22:31.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:22:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:22:31.784Z||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-11-24T05:22:31.784Z||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-11-24T05:22:31.785Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:22:31.785Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:22:41.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:22:41.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:23:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:23:31.779Z||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-11-24T05:23:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:23:31.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:23:31.783Z||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-11-24T05:23:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:23:41.330Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:23:41.331Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:24:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:24:31.779Z||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-11-24T05:24:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:24:31.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:24:31.782Z||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-11-24T05:24:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:24:41.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:24:41.343Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:25:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:25:31.780Z||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-11-24T05:25:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:25:31.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:25:31.783Z||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-11-24T05:25:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:25:41.332Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:25:41.333Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:26:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:26:31.779Z||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-11-24T05:26:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:26:31.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:26:31.782Z||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-11-24T05:26:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:26:41.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:26:41.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:27:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:27:31.779Z||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-11-24T05:27:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:27:31.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:27:31.783Z||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-11-24T05:27:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:27:41.330Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:27:41.330Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:28:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:28:31.779Z||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-11-24T05:28:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:28:31.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:28:31.784Z||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-11-24T05:28:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:28:41.336Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:28:41.340Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:29:31.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:29:31.782Z||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-11-24T05:29:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:29:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:29:31.783Z||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-11-24T05:29:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:29:41.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:29:41.356Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:30:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:30:31.779Z||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-11-24T05:30:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:30:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:30:31.783Z||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-11-24T05:30:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:30:41.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:30:41.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:31:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:31:31.779Z||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-11-24T05:31:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:31:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:31:31.782Z||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-11-24T05:31:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:31:41.333Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:31:41.333Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:32:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:32:31.780Z||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-11-24T05:32:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:32:31.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:32:31.784Z||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-11-24T05:32:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:32:41.333Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:32:41.346Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:33:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:33:31.779Z||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-11-24T05:33:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:33:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:33:31.783Z||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-11-24T05:33:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:33:41.339Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:33:41.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:34:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:34:31.779Z||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-11-24T05:34:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:34:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:34:31.783Z||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-11-24T05:34:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:34:41.338Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:34:41.338Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:35:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:35:31.779Z||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-11-24T05:35:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:35:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:35:31.782Z||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-11-24T05:35:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:35:41.337Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:35:41.343Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:36:31.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:36:31.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:36:31.782Z||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-11-24T05:36:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:36:31.783Z||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-11-24T05:36:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:36:41.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:36:41.357Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:37:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:37:31.779Z||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-11-24T05:37:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:37:31.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:37:31.782Z||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-11-24T05:37:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:37:41.330Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:37:41.333Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:38:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:38:31.779Z||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-11-24T05:38:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:38:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:38:31.783Z||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-11-24T05:38:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:38:41.332Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:38:41.336Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:39:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:39:31.780Z||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-11-24T05:39:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:39:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:39:31.783Z||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-11-24T05:39:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:39:41.332Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:39:41.332Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:40:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:40:31.780Z||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-11-24T05:40:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:40:31.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:40:31.783Z||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-11-24T05:40:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:40:41.337Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:40:41.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:41:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:41:31.779Z||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-11-24T05:41:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:41:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:41:31.783Z||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-11-24T05:41:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:41:41.332Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:41:41.334Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:42:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:42:31.779Z||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-11-24T05:42:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:42:31.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:42:31.783Z||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-11-24T05:42:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:42:41.329Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:42:41.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:43:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:43:31.781Z||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-11-24T05:43:31.781Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:43:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:43:31.782Z||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-11-24T05:43:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:43:41.336Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:43:41.338Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:44:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:44:31.780Z||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-11-24T05:44:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:44:31.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:44:31.783Z||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-11-24T05:44:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:44:41.333Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:44:41.333Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:45:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:45:31.779Z||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-11-24T05:45:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:45:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:45:31.783Z||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-11-24T05:45:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:45:41.330Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:45:41.335Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:46:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:46:31.779Z||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-11-24T05:46:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:46:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:46:31.782Z||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-11-24T05:46:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:46:41.377Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:46:41.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:47:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:47:31.779Z||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-11-24T05:47:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:47:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:47:31.783Z||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-11-24T05:47:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:47:41.329Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:47:41.334Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:48:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:48:31.779Z||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-11-24T05:48:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:48:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:48:31.782Z||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-11-24T05:48:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:48:41.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:48:41.326Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:49:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:49:31.780Z||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-11-24T05:49:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:49:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:49:31.783Z||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-11-24T05:49:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:49:41.333Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:49:41.340Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:50:31.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:50:31.783Z||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-11-24T05:50:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:50:31.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:50:31.784Z||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-11-24T05:50:31.785Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:50:41.345Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:50:41.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:51:31.778Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:51:31.780Z||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-11-24T05:51:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:51:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:51:31.783Z||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-11-24T05:51:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:51:41.336Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:51:41.336Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:52:31.778Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:52:31.780Z||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-11-24T05:52:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:52:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:52:31.782Z||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-11-24T05:52:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:52:41.339Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:52:41.339Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:31.778Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:53:31.779Z||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-11-24T05:53:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:53:31.784Z||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-11-24T05:53:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:32.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:32.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"32320697-01fb-4334-842e-779a5206c9b2","serviceName":"vFW 2022-11-24 05-52-22","serviceVersion":"1.0","serviceUUID":"c002ce60-ac1c-4fcf-ade9-72f832b7bb29","serviceDescription":"catalog service description","serviceInvariantUUID":"a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca","resources":[{"resourceInstanceName":"vFW 2dc9ae12-49cf 0","resourceName":"vFW 2dc9ae12-49cf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b44564c2-d54d-43cf-bb17-c285e5a8d183","resourceInvariantUUID":"64368a48-a48f-4fc9-9387-85ea588c553d","resourceCustomizationUUID":"4aafba5e-fae8-4d1d-9cf4-ff52ac979411","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml","artifactChecksum":"NTY5MjZiNmI3ZWZiYjc5MTQ0ZjRjMmE0MmUyMjNlOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83427c0d-83fa-4527-a57e-044fa5429b76","artifactVersion":"1"},{"artifactName":"vfw2dc9ae1249cf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json","artifactChecksum":"MThhMzA5NWQ0OTU0MjZiYTgzODk4MTdkNzAxMmE0ZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b6a831f6-e374-4ee5-a845-818ab1076ff6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a40978a3-99b4-40a6-b5a4-2655b8097a8d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDM1NjdlMjRmY2Q2YTQyYWQyNmY4NWJkODljZjg1Yjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a4f902ca-2e50-448b-b2cb-0898c9252804","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"477c4966-11bd-41e1-9fcf-58149bb39601","artifactVersion":"2","generatedFromUUID":"a40978a3-99b4-40a6-b5a4-2655b8097a8d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221124055222-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml","artifactChecksum":"Nzk3YWU3ZjJlMTYxMDQwY2VlOTdhODdlMzBhYWI3YjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63b43128-baeb-4de3-a18f-3d4ad5e54b21","artifactVersion":"1"},{"artifactName":"service-Vfw20221124055222-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar","artifactChecksum":"NjVjYTg2MWI1ZjEzOGJmZTI3MTdiYWVhOTk3Y2IwNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69bcae3d-5a11-4266-b4a5-0561fa68f148","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T05:53:32.438Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:32.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:32.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269193417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.454Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:32.472Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:32.472Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "cds",
"timestamp": 1669269201223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "aai-ml",
"timestamp": 1669269196635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269203910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269193417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "cds",
"timestamp": 1669269201223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "aai-ml",
"timestamp": 1669269196635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269203910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "NOTIFIED"
}
2022-11-24T05:53:32.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269193417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "cds",
"timestamp": 1669269201223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "aai-ml",
"timestamp": 1669269196635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269205704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269203910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-24T05:53:32.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269193417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "cds",
"timestamp": 1669269201223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "aai-ml",
"timestamp": 1669269196635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269205704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269203910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269193417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "cds",
"timestamp": 1669269201223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "aai-ml",
"timestamp": 1669269196635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269205704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269203910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-24T05:53:32.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269193417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "cds",
"timestamp": 1669269201223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "aai-ml",
"timestamp": 1669269196635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269205704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269203910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269193417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "cds",
"timestamp": 1669269201223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T05:53:32.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "aai-ml",
"timestamp": 1669269196635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T05:53:32.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269205704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269203910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T05:53:32.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "aai-ml",
"timestamp": 1669269209992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:53:32.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:53:32.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "cds",
"timestamp": 1669269209363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:53:32.508Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:53:32.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269205704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269211683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:53:32.509Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:53:32.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "cds",
"timestamp": 1669269210386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-24T05:53:32.573Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-24T05:53:32.577Z||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-11-24T05:53:32.577Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
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-11-24T05:53:32.594Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:32.596Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:53:32.760Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32320697-01fb-4334-842e-779a5206c9b2
2022-11-24T05:53:32.791Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32320697-01fb-4334-842e-779a5206c9b2 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-11-24T05:53:32.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269205704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T05:53:32.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:53:32.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269212768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:53:32.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:53:33.480Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:33.481Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:33.483Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:33.483Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "NOTIFIED"
}
2022-11-24T05:53:33.583Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:33.585Z||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-11-24T05:53:33.585Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:33.596Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:33.597Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:34.484Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:34.486Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:34.489Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:34.489Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-24T05:53:34.589Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:34.590Z||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-11-24T05:53:34.590Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:34.608Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:34.609Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:35.490Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:35.491Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:35.493Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:35.493Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:35.594Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T05:53:35.595Z||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-11-24T05:53:35.595Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:35.607Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:35.608Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:36.494Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:36.496Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:36.499Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:36.499Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-24T05:53:36.599Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T05:53:36.600Z||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-11-24T05:53:36.600Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:36.614Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:36.614Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:37.500Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:37.502Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:37.505Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:37.506Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:53:37.605Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T05:53:37.607Z||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-11-24T05:53:37.607Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:37.638Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:37.639Z||pool-8-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:38.507Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:38.508Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:38.511Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:38.511Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T05:53:38.611Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:38.612Z||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-11-24T05:53:38.612Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:38.627Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:38.628Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:39.514Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"serviceName": "vFW 2022-11-24 05-52-22",
"serviceVersion": "1.0",
"serviceUUID": "c002ce60-ac1c-4fcf-ade9-72f832b7bb29",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca",
"resources": [
{
"resourceInstanceName": "vFW 2dc9ae12-49cf 0",
"resourceCustomizationUUID": "4aafba5e-fae8-4d1d-9cf4-ff52ac979411",
"resourceName": "vFW 2dc9ae12-49cf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b44564c2-d54d-43cf-bb17-c285e5a8d183",
"resourceInvariantUUID": "64368a48-a48f-4fc9-9387-85ea588c553d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2dc9ae1249cf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"artifactChecksum": "MThhMzA5NWQ0OTU0MjZiYTgzODk4MTdkNzAxMmE0ZjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b6a831f6-e374-4ee5-a845-818ab1076ff6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a40978a3-99b4-40a6-b5a4-2655b8097a8d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "477c4966-11bd-41e1-9fcf-58149bb39601",
"generatedFromUUID": "a40978a3-99b4-40a6-b5a4-2655b8097a8d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "477c4966-11bd-41e1-9fcf-58149bb39601",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221124055222-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"artifactChecksum": "NjVjYTg2MWI1ZjEzOGJmZTI3MTdiYWVhOTk3Y2IwNTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "69bcae3d-5a11-4266-b4a5-0561fa68f148"
}
],
"workloadContext": "Production"
}
2022-11-24T05:53:39.516Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T05:53:39.516Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c002ce60-ac1c-4fcf-ade9-72f832b7bb29 ASDC
2022-11-24T05:53:39.667Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:32320697-01fb-4334-842e-779a5206c9b2
ServiceName:vFW 2022-11-24 05-52-22
ServiceVersion:1.0
ServiceUUID:c002ce60-ac1c-4fcf-ade9-72f832b7bb29
ServiceInvariantUUID:a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221124055222-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar
ArtifactUUID:69bcae3d-5a11-4266-b4a5-0561fa68f148
ArtifactChecksum:NjVjYTg2MWI1ZjEzOGJmZTI3MTdiYWVhOTk3Y2IwNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2dc9ae12-49cf 0
ResourceCustomizationUUID:4aafba5e-fae8-4d1d-9cf4-ff52ac979411
ResourceInvariantUUID:64368a48-a48f-4fc9-9387-85ea588c553d
ResourceName:vFW 2dc9ae12-49cf
ResourceType:VF
ResourceUUID:b44564c2-d54d-43cf-bb17-c285e5a8d183
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2dc9ae1249cf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json
ArtifactUUID:b6a831f6-e374-4ee5-a845-818ab1076ff6
ArtifactChecksum:MThhMzA5NWQ0OTU0MjZiYTgzODk4MTdkNzAxMmE0ZjQ=
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/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml
ArtifactUUID:a40978a3-99b4-40a6-b5a4-2655b8097a8d
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/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env
ArtifactUUID:477c4966-11bd-41e1-9fcf-58149bb39601
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/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env
ArtifactUUID:477c4966-11bd-41e1-9fcf-58149bb39601
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-24T05:53:39.668Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c002ce60-ac1c-4fcf-ade9-72f832b7bb29 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-11-24T05:53:39.735Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T05:53:39.736Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T05:53:39.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T05:53:39.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 69bcae3d-5a11-4266-b4a5-0561fa68f148 from URL: /sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:39.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T05:53:39.739Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:39.872Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T05:53:39.891Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar 69bcae3d-5a11-4266-b4a5-0561fa68f148 101495
2022-11-24T05:53:39.893Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar ASDC sendASDCNotification
2022-11-24T05:53:39.893Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:39.894Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:53:39.895Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:39.898Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:39.898Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269219891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:53:39.998Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:39.999Z||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-11-24T05:53:39.999Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:40.012Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:40.013Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:40.899Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T05:53:40.900Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T05:53:40.901Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 69bcae3d-5a11-4266-b4a5-0561fa68f148, URL: /sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar to file: /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:40.902Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221124055222-csar.csar
2022-11-24T05:53:41.026Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:41.026Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:41.784Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3970824519104538665/Definitions/service-Vfw20221124055222-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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_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_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-11-24T05:53:45.144Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T05:53:45.149Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-24T05:53:45.149Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.150Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-24T05:53:45.150Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.150Z|32320697-01fb-4334-842e-779a5206c9b2|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-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.150Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.150Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2dc9ae12-49cf 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-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.150Z|32320697-01fb-4334-842e-779a5206c9b2|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-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.151Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.151Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.151Z|32320697-01fb-4334-842e-779a5206c9b2|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-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.151Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.151Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.152Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.152Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-24T05:53:45.158Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.160Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:45.165Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-24T05:53:45.166Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T05:53:45.168Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.168Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.169Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:45.169Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-24T05:53:45.169Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T05:53:45.170Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.170Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.173Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.174Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:45.174Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:45.174Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:45.174Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T05:53:45.174Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.175Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.175Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T05:53:45.175Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.175Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T05:53:45.175Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T05:53:45.175Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.176Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.176Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T05:53:45.176Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.176Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T05:53:45.176Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.176Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-24T05:53:45.177Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.177Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T05:53:45.178Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.178Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:45.179Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:45.179Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.179Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:45.179Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:45.180Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.180Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:45.180Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:45.180Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.181Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:45.181Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:45.181Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:45.181Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-24T05:53:45.181Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T05:53:45.182Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T05:53:45.182Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.182Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.183Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T05:53:45.183Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.183Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T05:53:45.183Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.183Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad40ccde-f639-4cd2-9380-07c42a30dbde
2022-11-24T05:53:45.184Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.184Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:45.184Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:45.185Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:45.185Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T05:53:45.185Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.185Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.186Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T05:53:45.186Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.186Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-24T05:53:45.186Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T05:53:45.187Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.187Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T05:53:45.187Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.187Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3bf1f0cc-1c60-4825-98c6-e6f02e9d64f1
2022-11-24T05:53:45.188Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.188Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:45.188Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:45.189Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:45.189Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T05:53:45.189Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.189Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.190Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T05:53:45.190Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.190Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T05:53:45.190Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T05:53:45.191Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.191Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.191Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-24T05:53:45.192Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0f069e36-f53f-4f2e-9136-986d4ed4a1e1
2022-11-24T05:53:45.192Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.192Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.193Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.193Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.193Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.194Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.194Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:45.194Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.195Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-24 05-52-22
Description:catalog service description
Model UUID:c002ce60-ac1c-4fcf-ade9-72f832b7bb29
Model Version:NULL
Model InvariantUuid:a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2dc9ae12-49cf
Model UUID:805fd1b8-0544-40de-b797-6eaa3dcfa63f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64368a48-a48f-4fc9-9387-85ea588c553d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4aafba5e-fae8-4d1d-9cf4-ff52ac979411
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ca74c186-c597-498b-98c2-4db364ac714a
ModelName:Vfw2dc9ae1249cf..base_vfw..module-0
ModelUuid:a4a0ac42-7f7b-42a7-bad5-0c0a4fea5f98
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ad40ccde-f639-4cd2-9380-07c42a30dbde
ModelInvariantUuid:9b00ba54-bdfb-4f78-b5b1-7731454646ca
ModelName:vFW 2dc9ae12-49cf-nodes.vfwCvfc
ModelUuid:259d7d84-71a5-45c6-af73-3e38d3a7782b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1a040160-c446-47a4-a9ef-982d40c35a30
ModelInvariantUuid:055bce3d-731e-4d82-821d-438c22d66888
ModelName:Vfw2dc9ae1249cf.compute.nodes.heat.vfw
ModelUuid:850a6677-305d-4531-97fd-94215419631f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3bf1f0cc-1c60-4825-98c6-e6f02e9d64f1
ModelInvariantUuid:2183ad2b-e614-4f44-85ed-88ee40ceaaef
ModelName:vFW 2dc9ae12-49cf-nodes.vsnCvfc
ModelUuid:fa178828-7d0e-4c03-be21-027ea6b991a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b57e266f-7880-4af4-831a-666d3a5bf073
ModelInvariantUuid:89039233-ee3d-4df1-af33-fb3e7976dcf4
ModelName:Vfw2dc9ae1249cf.compute.nodes.heat.vsn
ModelUuid:eebf2bb2-0836-4d6a-8c26-8586140c88a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0f069e36-f53f-4f2e-9136-986d4ed4a1e1
ModelInvariantUuid:76ca0def-2f95-4f58-81f0-d74d505c3e44
ModelName:vFW 2dc9ae12-49cf-nodes.vpgCvfc
ModelUuid:fe36a108-e815-4e67-9920-bca9c260d232
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:2c0e13b2-c165-4338-99d2-c87f49155ddb
ModelInvariantUuid:67fb6950-99c0-48f8-9623-19235b866fda
ModelName:Vfw2dc9ae1249cf.compute.nodes.heat.vpg
ModelUuid:ef7681e8-8df3-43a4-87d1-44ba5a86e83e
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-11-24T05:53:45.208Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b44564c2-d54d-43cf-bb17-c285e5a8d183
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-11-24T05:53:45.364Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||vFW 2dc9ae12-49cf 0
2022-11-24T05:53:45.371Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b44564c2-d54d-43cf-bb17-c285e5a8d183
2022-11-24T05:53:45.371Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b6a831f6-e374-4ee5-a845-818ab1076ff6 from URL: /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json
2022-11-24T05:53:45.371Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T05:53:45.371Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json
2022-11-24T05:53:45.458Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T05:53:45.459Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json b6a831f6-e374-4ee5-a845-818ab1076ff6 785
2022-11-24T05:53:45.460Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json ASDC sendASDCNotification
2022-11-24T05:53:45.460Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json
2022-11-24T05:53:45.460Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:53:45.461Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:45.464Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:45.464Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269225460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:53:45.564Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:45.566Z||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-11-24T05:53:45.566Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:45.579Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:45.580Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:46.465Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2dc9ae1249cf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ca74c186-c597-498b-98c2-4db364ac714a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a4a0ac42-7f7b-42a7-bad5-0c0a4fea5f98",
"vfModuleModelCustomizationUUID": "7ddf22a5-7d54-4930-be80-5d85b67f9ea6",
"isBase": true,
"artifacts": [
"a40978a3-99b4-40a6-b5a4-2655b8097a8d",
"477c4966-11bd-41e1-9fcf-58149bb39601"
],
"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-11-24T05:53:46.482Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2dc9ae1249cf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4a0ac42-7f7b-42a7-bad5-0c0a4fea5f98
VfModuleModelInvariantUUID:ca74c186-c597-498b-98c2-4db364ac714a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a40978a3-99b4-40a6-b5a4-2655b8097a8d
,
477c4966-11bd-41e1-9fcf-58149bb39601
}
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-11-24T05:53:46.485Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2dc9ae1249cf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ca74c186-c597-498b-98c2-4db364ac714a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a4a0ac42-7f7b-42a7-bad5-0c0a4fea5f98",
"vfModuleModelCustomizationUUID": "7ddf22a5-7d54-4930-be80-5d85b67f9ea6",
"isBase": true,
"artifacts": [
"a40978a3-99b4-40a6-b5a4-2655b8097a8d",
"477c4966-11bd-41e1-9fcf-58149bb39601"
],
"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-11-24T05:53:46.486Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2dc9ae1249cf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4a0ac42-7f7b-42a7-bad5-0c0a4fea5f98
VfModuleModelInvariantUUID:ca74c186-c597-498b-98c2-4db364ac714a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a40978a3-99b4-40a6-b5a4-2655b8097a8d
,
477c4966-11bd-41e1-9fcf-58149bb39601
}
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-11-24T05:53:46.486Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a40978a3-99b4-40a6-b5a4-2655b8097a8d from URL: /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml
2022-11-24T05:53:46.486Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T05:53:46.486Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml
2022-11-24T05:53:46.541Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T05:53:46.542Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml a40978a3-99b4-40a6-b5a4-2655b8097a8d 20368
2022-11-24T05:53:46.542Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-24T05:53:46.542Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml
2022-11-24T05:53:46.542Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:53:46.543Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:46.546Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:46.546Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269226542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:53:46.646Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:46.648Z||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-11-24T05:53:46.648Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:46.661Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:46.662Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:47.547Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 477c4966-11bd-41e1-9fcf-58149bb39601 from URL: /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env
2022-11-24T05:53:47.548Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T05:53:47.548Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env
2022-11-24T05:53:47.595Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T05:53:47.595Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env 477c4966-11bd-41e1-9fcf-58149bb39601 2098
2022-11-24T05:53:47.596Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-24T05:53:47.596Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env
2022-11-24T05:53:47.596Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:53:47.596Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:47.599Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:47.599Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269227596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:53:47.699Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:47.701Z||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-11-24T05:53:47.701Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:47.714Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:47.715Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-24T05:53:48.604Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c002ce60-ac1c-4fcf-ade9-72f832b7bb29
2022-11-24T05:53:48.604Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2dc9ae12-49cf 0 b44564c2-d54d-43cf-bb17-c285e5a8d183 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-11-24T05:53:48.657Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28937331, org.onap.sdc.toscaparser.api.parameters.Input@5e97486c, org.onap.sdc.toscaparser.api.parameters.Input@7097849b, org.onap.sdc.toscaparser.api.parameters.Input@4275df16, org.onap.sdc.toscaparser.api.parameters.Input@71cc3692]
2022-11-24T05:53:48.662Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.663Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.663Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-11-24T05:53:48.664Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 4aafba5e-fae8-4d1d-9cf4-ff52ac979411
2022-11-24T05:53:48.664Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4aafba5e-fae8-4d1d-9cf4-ff52ac979411 matches Tosca VF Customization UUID: 4aafba5e-fae8-4d1d-9cf4-ff52ac979411
2022-11-24T05:53:48.664Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 4aafba5e-fae8-4d1d-9cf4-ff52ac979411 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-11-24T05:53:48.687Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.687Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.689Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 4aafba5e-fae8-4d1d-9cf4-ff52ac979411: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-24T05:53:48.690Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a81b976
2022-11-24T05:53:48.690Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.690Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T05:53:48.691Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ddf22a5-7d54-4930-be80-5d85b67f9ea6
2022-11-24T05:53:48.692Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ddf22a5-7d54-4930-be80-5d85b67f9ea6
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-11-24T05:53:48.700Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.701Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:48.701Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:48.702Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.702Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:48.702Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:48.702Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.703Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:48.703Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:48.703Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:48.703Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-24T05:53:48.703Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T05:53:48.703Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T05:53:48.704Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.704Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:48.704Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T05:53:48.704Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:48.704Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T05:53:48.704Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.705Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad40ccde-f639-4cd2-9380-07c42a30dbde
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-11-24T05:53:48.717Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.717Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:48.718Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:48.718Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.718Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:48.718Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:48.718Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:48.719Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T05:53:48.719Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.719Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:48.719Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T05:53:48.719Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.719Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-24T05:53:48.720Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T05:53:48.720Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:48.720Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T05:53:48.720Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.720Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3bf1f0cc-1c60-4825-98c6-e6f02e9d64f1
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-11-24T05:53:48.723Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.723Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:48.723Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:48.726Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.726Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:48.726Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:48.726Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:48.726Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T05:53:48.727Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.727Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:48.727Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T05:53:48.727Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.727Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T05:53:48.728Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T05:53:48.728Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.728Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:48.728Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-24T05:53:48.728Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0f069e36-f53f-4f2e-9136-986d4ed4a1e1
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-11-24T05:53:48.731Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.731Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:48.732Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:48.732Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.732Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:48.733Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=4aafba5e-fae8-4d1d-9cf4-ff52ac979411
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-11-24T05:53:48.736Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.736Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.736Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c002ce60-ac1c-4fcf-ade9-72f832b7bb29: vFW 2dc9ae12-49cf
2022-11-24T05:53:48.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.738Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.738Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.738Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.739Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.739Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:53:48.739Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.739Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-11-24 05-52-22
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-11-24T05:53:49.025Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2dc9ae12-49cf b44564c2-d54d-43cf-bb17-c285e5a8d183 1 ASDC deployResourceStructure
2022-11-24T05:53:49.025Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json ASDC sendASDCNotification
2022-11-24T05:53:49.026Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json
2022-11-24T05:53:49.026Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:53:49.026Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:49.028Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:49.028Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269229025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T05:53:49.129Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:49.130Z||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-11-24T05:53:49.130Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:49.142Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:49.143Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:50.030Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-24T05:53:50.030Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml
2022-11-24T05:53:50.030Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:53:50.030Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:50.033Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:50.033Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269230029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-24T05:53:50.133Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:50.136Z||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-11-24T05:53:50.136Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:50.148Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:50.149Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:51.040Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-24T05:53:51.040Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env
2022-11-24T05:53:51.040Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:53:51.041Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:51.043Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:51.043Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269231039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-24T05:53:51.143Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:51.144Z||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-11-24T05:53:51.145Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:51.155Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:51.156Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:52.044Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar ASDC sendASDCNotification
2022-11-24T05:53:52.044Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:52.044Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:53:52.045Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:52.047Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:52.047Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269232043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T05:53:52.147Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:52.149Z||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-11-24T05:53:52.149Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:52.160Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:53:52.160Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:53.048Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
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-11-24T05:53:53.073Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
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-11-24T05:53:53.079Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T05:53:53.079Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T05:53:53.079Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T05:54:23.080Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
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-11-24T05:54:23.097Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
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-11-24T05:54:23.099Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T05:54:23.100Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T05:54:23.100Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T05:54:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:54:31.783Z||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-11-24T05:54:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:54:31.914Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:54:31.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:54:31.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269213550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:54:31.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:54:53.101Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
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-11-24T05:54:53.125Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
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-11-24T05:54:53.128Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T05:54:53.128Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T05:54:53.129Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T05:55:23.129Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
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-11-24T05:55:23.143Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
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-11-24T05:55:23.145Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T05:55:23.145Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T05:55:23.146Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T05:55:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:55:31.786Z||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-11-24T05:55:31.787Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:55:31.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:55:31.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:55:31.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:55:31.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269213836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:55:31.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "NOTIFIED"
}
2022-11-24T05:55:31.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:55:31.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269214994,
"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-11-24T05:55:31.849Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32320697-01fb-4334-842e-779a5206c9b2
2022-11-24T05:55:31.849Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32320697-01fb-4334-842e-779a5206c9b2 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-11-24T05:55:31.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-24T05:55:31.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:55:31.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269216000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T05:55:31.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:55:31.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:55:31.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-24T05:55:31.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:55:31.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:55:31.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:55:31.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269211778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T05:55:31.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:55:31.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269219744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T05:55:31.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269220749,
"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-11-24T05:55:31.877Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32320697-01fb-4334-842e-779a5206c9b2
2022-11-24T05:55:31.877Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32320697-01fb-4334-842e-779a5206c9b2 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-11-24T05:55:31.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269219891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:55:31.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269225460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:55:31.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "aai-ml",
"timestamp": 1669269226101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T05:55:31.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269226542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:55:31.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "aai-ml",
"timestamp": 1669269227108,
"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-11-24T05:55:31.895Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32320697-01fb-4334-842e-779a5206c9b2
2022-11-24T05:55:31.895Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32320697-01fb-4334-842e-779a5206c9b2 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-11-24T05:55:31.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269227596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:55:31.911Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269229025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T05:55:31.911Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269230029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269231039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269232043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:53.146Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
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-11-24T05:55:53.159Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
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-11-24T05:55:53.163Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T05:55:53.163Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T05:55:53.165Z|32320697-01fb-4334-842e-779a5206c9b2|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-11-24T05:55:53.170Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T05:56:23.171Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2 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-11-24T05:56:23.195Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32320697-01fb-4334-842e-779a5206c9b2 and serviceModelVersionId: c002ce60-ac1c-4fcf-ade9-72f832b7bb29
2022-11-24T05:56:23.196Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca
2022-11-24T05:56:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:56:31.785Z||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-11-24T05:56:31.785Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:32.323Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:32.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269283910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "aai-ml",
"timestamp": 1669269286635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269283910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "NOTIFIED"
}
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "aai-ml",
"timestamp": 1669269286635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269283910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-24T05:56:32.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "aai-ml",
"timestamp": 1669269286635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269283910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "aai-ml",
"timestamp": 1669269286635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "cds",
"timestamp": 1669269291223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269283910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-24T05:56:32.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "aai-ml",
"timestamp": 1669269286635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "cds",
"timestamp": 1669269291223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269283910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269293417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "aai-ml",
"timestamp": 1669269286635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "cds",
"timestamp": 1669269291223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269283910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T05:56:32.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269293417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "aai-ml",
"timestamp": 1669269286635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T05:56:32.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269295704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "cds",
"timestamp": 1669269291223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269293417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269297203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:56:32.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "aai-ml",
"timestamp": 1669269296193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:56:32.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269295704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "cds",
"timestamp": 1669269291223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269293417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269298264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:56:32.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269295704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "cds",
"timestamp": 1669269291223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269293417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269299313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:56:32.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269295704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "cds",
"timestamp": 1669269291223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T05:56:32.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269293417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269300339,
"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-11-24T05:56:32.412Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30865d16-7bd2-4b8c-90e9-6bb4205078d9
2022-11-24T05:56:32.413Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30865d16-7bd2-4b8c-90e9-6bb4205078d9 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-11-24T05:56:32.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269295704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "cds",
"timestamp": 1669269299013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:56:32.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1669269293417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669269301345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T05:56:32.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269295704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "cds",
"timestamp": 1669269300020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-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-11-24T05:56:32.441Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 30865d16-7bd2-4b8c-90e9-6bb4205078d9
2022-11-24T05:56:32.442Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30865d16-7bd2-4b8c-90e9-6bb4205078d9 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-11-24T05:56:32.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269295704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T05:56:32.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-24T05:56:32.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269303526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:56:32.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "aai-ml",
"timestamp": 1669269303467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T05:56:32.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "aai-ml",
"timestamp": 1669269304472,
"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-11-24T05:56:32.468Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30865d16-7bd2-4b8c-90e9-6bb4205078d9
2022-11-24T05:56:32.469Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30865d16-7bd2-4b8c-90e9-6bb4205078d9 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-11-24T05:56:32.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269306010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T05:56:32.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669269307014,
"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-11-24T05:56:32.495Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30865d16-7bd2-4b8c-90e9-6bb4205078d9
2022-11-24T05:56:32.495Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30865d16-7bd2-4b8c-90e9-6bb4205078d9 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-11-24T05:56:39.686Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0
2022-11-24T05:56:39.811Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T05:56:40.359Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0|INFO|500||Invoke
2022-11-24T05:56:40.368Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[32320697-01fb-4334-842e-779a5206c9b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47013415-3c0f-4f77-9b9a-4abb018bfc8b], X-ECOMP-RequestID=[32320697-01fb-4334-842e-779a5206c9b2], X-TransactionId=[], X-ONAP-RequestID=[32320697-01fb-4334-842e-779a5206c9b2], Content-Type=[application/merge-patch+json]}
2022-11-24T05:56:40.503Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-24T05:56:40.690Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?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/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 05:56:40 GMT], content-length=[0], vertex-id=[217208], x-aai-txid=[2-aai-resources-221124-05:56:40:229-5268], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T05:56:40.693Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-24T05:56:40.694Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0|INFO|500||InvokeReturn
2022-11-24T05:56:40.698Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T05:56:40.698Z|32320697-01fb-4334-842e-779a5206c9b2|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-11-24T05:56:40.707Z|32320697-01fb-4334-842e-779a5206c9b2|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-11-24T05:56:40.708Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32320697-01fb-4334-842e-779a5206c9b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T05:56:40.710Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T05:56:40.710Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:40.713Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:40.713Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269400708,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T05:56:40.813Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T05:56:40.815Z||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-11-24T05:56:40.815Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:40.834Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:40.835Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 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-11-24T05:56:41.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:56:41.733Z||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-11-24T05:56:41.733Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:47.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:47.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T05:56:47.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"30865d16-7bd2-4b8c-90e9-6bb4205078d9","serviceName":"basic_onboard_sRkgii","serviceVersion":"1.0","serviceUUID":"30f2d518-4b0b-4624-90b0-fb58c4677511","serviceDescription":"service","serviceInvariantUUID":"db7ed8fe-19b1-4773-92bd-a316dcc861fe","resources":[{"resourceInstanceName":"basic_onboard_sRkgii 0","resourceName":"basic_onboard_sRkgii","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b","resourceInvariantUUID":"16c64d1b-88ee-42db-9b64-4271bd34c9df","resourceCustomizationUUID":"c5fb5f51-8427-4392-89ad-ff5f28dffc58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml","artifactChecksum":"Njk1YzcwMzUxMWQ3YTg1YmIwZDFhMDJmOTBkZjY3NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d65acf0d-db4f-45a9-aa5f-ff917f374a55","artifactVersion":"1"},{"artifactName":"basic_onboard_srkgii0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json","artifactChecksum":"MGNiNjA1YTIxMWY5NjYxMDVkMjgwZDY3N2RkYmY4NWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"686379ab-005f-410c-b1f9-8b8f1e1ece99","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f7bdec5-280f-46cc-92e6-ad22161bfd66","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e7afe04-d050-4fb2-8363-9b21efc6bf18","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f5a7dba9-6422-4e3d-8a5e-0f51598584ec","artifactVersion":"2","generatedFromUUID":"7f7bdec5-280f-46cc-92e6-ad22161bfd66"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSrkgii-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml","artifactChecksum":"ZmJhMjUyYTMxMTc3MjdlODZmZDM3ZDAyNzBlNGExNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c272a96-f22e-4d3e-94dc-93cfc4262d3d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSrkgii-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar","artifactChecksum":"MjAwOGQ4YmYzOWU3OTliNTJhMTQ5MjEyZmZiZGVjY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d7153df-9eae-4223-b273-7db79d6e863c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T05:56:47.431Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:47.432Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:47.435Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:47.435Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:47.535Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T05:56:47.537Z||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-11-24T05:56:47.537Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:47.551Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:47.552Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:48.436Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:48.438Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:48.440Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:48.440Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "NOTIFIED"
}
2022-11-24T05:56:48.540Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:48.541Z||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-11-24T05:56:48.542Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:48.556Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:48.556Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-24T05:56:49.441Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:49.442Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:49.445Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:49.445Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-24T05:56:49.544Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T05:56:49.546Z||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-11-24T05:56:49.546Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:49.560Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:49.561Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:50.446Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:50.448Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:50.451Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:50.452Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:50.563Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-11-24T05:56:50.564Z||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-11-24T05:56:50.564Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:50.578Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:50.578Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:51.453Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:51.453Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:51.455Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:51.456Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-24T05:56:51.556Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:51.557Z||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-11-24T05:56:51.557Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:51.568Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:51.569Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:52.456Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:52.457Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:52.459Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:52.459Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:56:52.561Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:52.562Z||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-11-24T05:56:52.562Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:52.575Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:52.576Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-24T05:56:53.460Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:53.461Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:53.463Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:53.464Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T05:56:53.564Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:53.565Z||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-11-24T05:56:53.566Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:53.578Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:53.578Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:54.467Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"serviceName": "basic_onboard_sRkgii",
"serviceVersion": "1.0",
"serviceUUID": "30f2d518-4b0b-4624-90b0-fb58c4677511",
"serviceDescription": "service",
"serviceInvariantUUID": "db7ed8fe-19b1-4773-92bd-a316dcc861fe",
"resources": [
{
"resourceInstanceName": "basic_onboard_sRkgii 0",
"resourceCustomizationUUID": "c5fb5f51-8427-4392-89ad-ff5f28dffc58",
"resourceName": "basic_onboard_sRkgii",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b",
"resourceInvariantUUID": "16c64d1b-88ee-42db-9b64-4271bd34c9df",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_srkgii0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"artifactChecksum": "MGNiNjA1YTIxMWY5NjYxMDVkMjgwZDY3N2RkYmY4NWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "686379ab-005f-410c-b1f9-8b8f1e1ece99",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7f7bdec5-280f-46cc-92e6-ad22161bfd66",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f5a7dba9-6422-4e3d-8a5e-0f51598584ec",
"generatedFromUUID": "7f7bdec5-280f-46cc-92e6-ad22161bfd66"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f5a7dba9-6422-4e3d-8a5e-0f51598584ec",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSrkgii-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"artifactChecksum": "MjAwOGQ4YmYzOWU3OTliNTJhMTQ5MjEyZmZiZGVjY2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9d7153df-9eae-4223-b273-7db79d6e863c"
}
],
"workloadContext": "Production"
}
2022-11-24T05:56:54.468Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T05:56:54.468Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 30f2d518-4b0b-4624-90b0-fb58c4677511 ASDC
2022-11-24T05:56:54.469Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:30865d16-7bd2-4b8c-90e9-6bb4205078d9
ServiceName:basic_onboard_sRkgii
ServiceVersion:1.0
ServiceUUID:30f2d518-4b0b-4624-90b0-fb58c4677511
ServiceInvariantUUID:db7ed8fe-19b1-4773-92bd-a316dcc861fe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSrkgii-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar
ArtifactUUID:9d7153df-9eae-4223-b273-7db79d6e863c
ArtifactChecksum:MjAwOGQ4YmYzOWU3OTliNTJhMTQ5MjEyZmZiZGVjY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_sRkgii 0
ResourceCustomizationUUID:c5fb5f51-8427-4392-89ad-ff5f28dffc58
ResourceInvariantUUID:16c64d1b-88ee-42db-9b64-4271bd34c9df
ResourceName:basic_onboard_sRkgii
ResourceType:VF
ResourceUUID:bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_srkgii0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json
ArtifactUUID:686379ab-005f-410c-b1f9-8b8f1e1ece99
ArtifactChecksum:MGNiNjA1YTIxMWY5NjYxMDVkMjgwZDY3N2RkYmY4NWM=
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/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7f7bdec5-280f-46cc-92e6-ad22161bfd66
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/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env
ArtifactUUID:f5a7dba9-6422-4e3d-8a5e-0f51598584ec
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/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env
ArtifactUUID:f5a7dba9-6422-4e3d-8a5e-0f51598584ec
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-24T05:56:54.469Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 30f2d518-4b0b-4624-90b0-fb58c4677511 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-11-24T05:56:54.504Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T05:56:54.504Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-24T05:56:54.505Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-24T05:56:54.505Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9d7153df-9eae-4223-b273-7db79d6e863c from URL: /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:54.505Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-24T05:56:54.505Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:54.586Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-24T05:56:54.590Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar 9d7153df-9eae-4223-b273-7db79d6e863c 75663
2022-11-24T05:56:54.590Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar ASDC sendASDCNotification
2022-11-24T05:56:54.591Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:54.591Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:56:54.591Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:54.593Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:54.593Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269414590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:56:54.693Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:54.695Z||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-11-24T05:56:54.695Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:54.707Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:54.707Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:55.594Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T05:56:55.596Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-24T05:56:55.597Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9d7153df-9eae-4223-b273-7db79d6e863c, URL: /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar to file: /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:55.597Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:55.598Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:55.598Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:55.753Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17144355292027276397/Definitions/service-BasicOnboardSrkgii-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-11-24T05:56:57.192Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T05:56:57.192Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-24T05:56:57.193Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.193Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-24T05:56:57.193Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.193Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sRkgii 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-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.193Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.193Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.194Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.194Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.194Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.194Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-24T05:56:57.195Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.195Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.195Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:56:57.195Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-24T05:56:57.195Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T05:56:57.196Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.196Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.196Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:56:57.196Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-24T05:56:57.196Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T05:56:57.197Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.197Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.197Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.197Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is not matching search criteria
2022-11-24T05:56:57.198Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-24T05:56:57.198Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-24T05:56:57.198Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-24T05:56:57.198Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-24T05:56:57.198Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-24T05:56:57.199Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.199Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T05:56:57.199Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.200Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:56:57.200Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:56:57.200Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.200Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:56:57.201Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:56:57.201Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.201Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:56:57.201Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:56:57.201Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.202Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is not matching search criteria
2022-11-24T05:56:57.202Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-24T05:56:57.202Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-24T05:56:57.202Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bca838b2-9d79-4f0e-9b58-4e9b605bdf36
2022-11-24T05:56:57.202Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.203Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.203Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.203Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.203Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.203Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.204Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:56:57.204Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.204Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_sRkgii
Description:service
Model UUID:30f2d518-4b0b-4624-90b0-fb58c4677511
Model Version:NULL
Model InvariantUuid:db7ed8fe-19b1-4773-92bd-a316dcc861fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_sRkgii
Model UUID:167d601e-ceff-41f9-abd2-9f82072d3088
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:16c64d1b-88ee-42db-9b64-4271bd34c9df
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c5fb5f51-8427-4392-89ad-ff5f28dffc58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:97e01373-968a-40ec-9c4b-cd7099bac79e
ModelName:BasicOnboardSrkgii..base_ubuntu18..module-0
ModelUuid:bdaa35e4-9191-4c38-8f54-93dc24b4cc03
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bca838b2-9d79-4f0e-9b58-4e9b605bdf36
ModelInvariantUuid:a0927331-8fd4-4e9a-9c4e-b22dee4d188c
ModelName:basic_onboard_sRkgii-nodes.ubuntu18Cvfc
ModelUuid:91e6084e-0a29-4bd2-a2c6-4dbced3fb7fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7dd17377-bc99-4295-b9fc-22f66d9ae1b5
ModelInvariantUuid:37823687-6717-41c7-91b9-5b7c32218339
ModelName:BasicOnboardSrkgii.compute.nodes.heat.ubuntu18
ModelUuid:8ec15dc0-8c08-4d8d-b257-de92165cb6af
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-11-24T05:56:57.214Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b
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-11-24T05:56:57.220Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||basic_onboard_sRkgii 0
2022-11-24T05:56:57.220Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b
2022-11-24T05:56:57.220Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 686379ab-005f-410c-b1f9-8b8f1e1ece99 from URL: /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json
2022-11-24T05:56:57.220Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-24T05:56:57.220Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json
2022-11-24T05:56:57.267Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-24T05:56:57.268Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json 686379ab-005f-410c-b1f9-8b8f1e1ece99 798
2022-11-24T05:56:57.268Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json ASDC sendASDCNotification
2022-11-24T05:56:57.268Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json
2022-11-24T05:56:57.269Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:56:57.269Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:57.272Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:57.272Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269417268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:56:57.372Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:57.374Z||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-11-24T05:56:57.374Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:57.389Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:57.391Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-24T05:56:58.273Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSrkgii..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "97e01373-968a-40ec-9c4b-cd7099bac79e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bdaa35e4-9191-4c38-8f54-93dc24b4cc03",
"vfModuleModelCustomizationUUID": "c367bc8c-5a87-430f-a104-131084b5ad43",
"isBase": true,
"artifacts": [
"7f7bdec5-280f-46cc-92e6-ad22161bfd66",
"f5a7dba9-6422-4e3d-8a5e-0f51598584ec"
],
"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-11-24T05:56:58.280Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSrkgii..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bdaa35e4-9191-4c38-8f54-93dc24b4cc03
VfModuleModelInvariantUUID:97e01373-968a-40ec-9c4b-cd7099bac79e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f7bdec5-280f-46cc-92e6-ad22161bfd66
,
f5a7dba9-6422-4e3d-8a5e-0f51598584ec
}
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-11-24T05:56:58.282Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSrkgii..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "97e01373-968a-40ec-9c4b-cd7099bac79e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bdaa35e4-9191-4c38-8f54-93dc24b4cc03",
"vfModuleModelCustomizationUUID": "c367bc8c-5a87-430f-a104-131084b5ad43",
"isBase": true,
"artifacts": [
"7f7bdec5-280f-46cc-92e6-ad22161bfd66",
"f5a7dba9-6422-4e3d-8a5e-0f51598584ec"
],
"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-11-24T05:56:58.282Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSrkgii..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bdaa35e4-9191-4c38-8f54-93dc24b4cc03
VfModuleModelInvariantUUID:97e01373-968a-40ec-9c4b-cd7099bac79e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f7bdec5-280f-46cc-92e6-ad22161bfd66
,
f5a7dba9-6422-4e3d-8a5e-0f51598584ec
}
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-11-24T05:56:58.282Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7f7bdec5-280f-46cc-92e6-ad22161bfd66 from URL: /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml
2022-11-24T05:56:58.283Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-24T05:56:58.283Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml
2022-11-24T05:56:58.376Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-24T05:56:58.377Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml 7f7bdec5-280f-46cc-92e6-ad22161bfd66 5033
2022-11-24T05:56:58.377Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-24T05:56:58.378Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml
2022-11-24T05:56:58.378Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:56:58.378Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:58.381Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:58.381Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269418377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:56:58.481Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:58.482Z||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-11-24T05:56:58.482Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:58.498Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:58.499Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:59.382Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f5a7dba9-6422-4e3d-8a5e-0f51598584ec from URL: /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env
2022-11-24T05:56:59.383Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-24T05:56:59.383Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env
2022-11-24T05:56:59.484Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-24T05:56:59.485Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env f5a7dba9-6422-4e3d-8a5e-0f51598584ec 909
2022-11-24T05:56:59.485Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-24T05:56:59.485Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env
2022-11-24T05:56:59.486Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:56:59.486Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:59.489Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:59.489Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269419485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:56:59.589Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:59.590Z||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-11-24T05:56:59.590Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:59.603Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:56:59.604Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:57:00.490Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 30f2d518-4b0b-4624-90b0-fb58c4677511
2022-11-24T05:57:00.491Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sRkgii 0 bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T05:57:00.504Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a4313ed, org.onap.sdc.toscaparser.api.parameters.Input@1a8aead2, org.onap.sdc.toscaparser.api.parameters.Input@284073b4, org.onap.sdc.toscaparser.api.parameters.Input@3a2e7acf, org.onap.sdc.toscaparser.api.parameters.Input@28e0da1c]
2022-11-24T05:57:00.507Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.507Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.507Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-11-24T05:57:00.508Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c5fb5f51-8427-4392-89ad-ff5f28dffc58
2022-11-24T05:57:00.508Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c5fb5f51-8427-4392-89ad-ff5f28dffc58 matches Tosca VF Customization UUID: c5fb5f51-8427-4392-89ad-ff5f28dffc58
2022-11-24T05:57:00.508Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c5fb5f51-8427-4392-89ad-ff5f28dffc58 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-11-24T05:57:00.511Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.511Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.512Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c5fb5f51-8427-4392-89ad-ff5f28dffc58: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-24T05:57:00.512Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b6887c
2022-11-24T05:57:00.512Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.512Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T05:57:00.512Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c367bc8c-5a87-430f-a104-131084b5ad43
2022-11-24T05:57:00.512Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c367bc8c-5a87-430f-a104-131084b5ad43
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-11-24T05:57:00.515Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.515Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:57:00.516Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:57:00.516Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.516Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:57:00.516Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:57:00.516Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.517Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is not matching search criteria
2022-11-24T05:57:00.517Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-24T05:57:00.517Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-24T05:57:00.517Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bca838b2-9d79-4f0e-9b58-4e9b605bdf36
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-11-24T05:57:00.519Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.519Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:57:00.520Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:57:00.520Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.520Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:57:00.520Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=c5fb5f51-8427-4392-89ad-ff5f28dffc58
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-11-24T05:57:00.522Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.522Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.522Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 30f2d518-4b0b-4624-90b0-fb58c4677511: basic_onboard_sRkgii
2022-11-24T05:57:00.522Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.522Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.523Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.523Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.523Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.523Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.523Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.524Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.524Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T05:57:00.524Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.524Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_sRkgii
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-11-24T05:57:00.607Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sRkgii bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b 1 ASDC deployResourceStructure
2022-11-24T05:57:00.607Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json ASDC sendASDCNotification
2022-11-24T05:57:00.608Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json
2022-11-24T05:57:00.608Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:57:00.609Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:57:00.611Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:57:00.612Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269420607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T05:57:00.712Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:57:00.713Z||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-11-24T05:57:00.713Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:00.727Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:57:00.728Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:57:01.613Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-24T05:57:01.613Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml
2022-11-24T05:57:01.613Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:57:01.614Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:57:01.616Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:57:01.616Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269421612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-24T05:57:01.717Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:57:01.718Z||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-11-24T05:57:01.718Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:01.731Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:57:01.731Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:57:02.617Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-24T05:57:02.618Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env
2022-11-24T05:57:02.618Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:57:02.619Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:57:02.621Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:57:02.621Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269422617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-24T05:57:02.721Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:57:02.722Z||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-11-24T05:57:02.723Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:02.740Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:57:02.741Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:57:03.622Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar ASDC sendASDCNotification
2022-11-24T05:57:03.623Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:57:03.623Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:57:03.623Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:57:03.625Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:57:03.625Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269423622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T05:57:03.725Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:57:03.726Z||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-11-24T05:57:03.727Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:03.739Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:57:03.740Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:57:04.626Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30865d16-7bd2-4b8c-90e9-6bb4205078d9
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-11-24T05:57:04.652Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30865d16-7bd2-4b8c-90e9-6bb4205078d9
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-11-24T05:57:04.658Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T05:57:04.659Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T05:57:04.659Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T05:57:04.659Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T05:57:04.659Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T05:57:04.661Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T05:57:04.661Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T05:57:04.661Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T05:57:04.661Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T05:57:04.662Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T05:57:04.676Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T05:57:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:57:31.784Z||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-11-24T05:57:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:32.417Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:57:32.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269400708,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T05:57:32.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:57:32.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-24T05:57:32.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "NOTIFIED"
}
2022-11-24T05:57:32.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-24T05:57:32.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-24T05:57:32.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-24T05:57:32.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:57:32.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-24T05:57:32.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-24T05:57:32.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-24T05:57:32.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T05:57:32.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-24T05:57:32.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269401732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T05:57:32.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-24T05:57:32.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269414590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:57:32.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269417268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:57:32.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269418377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:57:32.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269419485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T05:57:32.426Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269420607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T05:57:32.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269421612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-24T05:57:32.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269422617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-24T05:57:32.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269423622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T05:57:32.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:34.678Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30865d16-7bd2-4b8c-90e9-6bb4205078d9 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-11-24T05:57:34.696Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30865d16-7bd2-4b8c-90e9-6bb4205078d9 and serviceModelVersionId: 30f2d518-4b0b-4624-90b0-fb58c4677511
2022-11-24T05:57:34.697Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db7ed8fe-19b1-4773-92bd-a316dcc861fe
2022-11-24T05:57:34.698Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db7ed8fe-19b1-4773-92bd-a316dcc861fe/model-vers/model-ver/30f2d518-4b0b-4624-90b0-fb58c4677511?depth=0
2022-11-24T05:57:34.705Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T05:57:34.788Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db7ed8fe-19b1-4773-92bd-a316dcc861fe/model-vers/model-ver/30f2d518-4b0b-4624-90b0-fb58c4677511?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-11-24T05:57:34.790Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db7ed8fe-19b1-4773-92bd-a316dcc861fe/model-vers/model-ver/30f2d518-4b0b-4624-90b0-fb58c4677511?depth=0|INFO|500||Invoke
2022-11-24T05:57:34.827Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db7ed8fe-19b1-4773-92bd-a316dcc861fe/model-vers/model-ver/30f2d518-4b0b-4624-90b0-fb58c4677511?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-24T05:57:34.915Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db7ed8fe-19b1-4773-92bd-a316dcc861fe/model-vers/model-ver/30f2d518-4b0b-4624-90b0-fb58c4677511?depth=0|INFO|500||InvokeReturn
2022-11-24T05:57:34.917Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db7ed8fe-19b1-4773-92bd-a316dcc861fe/model-vers/model-ver/30f2d518-4b0b-4624-90b0-fb58c4677511?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 05:57:34 GMT], content-length=[0], vertex-id=[180424], x-aai-txid=[1-aai-resources-221124-05:57:34:549-82960], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T05:57:34.917Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-11-24T05:57:34.918Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T05:57:34.918Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T05:57:34.924Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-24T05:57:34.925Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30865d16-7bd2-4b8c-90e9-6bb4205078d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T05:57:34.925Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T05:57:34.926Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:57:34.929Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:57:34.929Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269454925,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T05:57:35.029Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:57:35.030Z||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-11-24T05:57:35.030Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:35.071Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:57:35.072Z||pool-34-thread-1|||||INFO|500||cambria reply ok (43 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-11-24T05:57:35.944Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:57:35.945Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|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-11-24T05:57:35.946Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:45.489Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:57:45.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:57:45.490Z||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-11-24T05:57:45.490Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:55.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:57:55.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:57:55.035Z||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-11-24T05:57:55.035Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:58:04.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:58:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:58:31.779Z||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-11-24T05:58:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:58:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:58:31.783Z||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-11-24T05:58:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:58:32.429Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:58:32.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-24T05:58:32.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669269454925,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T05:58:32.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:58:41.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:59:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:59:31.779Z||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-11-24T05:59:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:59:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:59:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|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-11-24T05:59:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:59:41.329Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T05:59:41.331Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:00:31.778Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:00:31.779Z||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-11-24T06:00:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:00:31.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:00:31.782Z||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-11-24T06:00:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:00:41.336Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:00:41.338Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:01:31.778Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:01:31.779Z||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-11-24T06:01:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:01:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:01:31.783Z||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-11-24T06:01:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:01:41.333Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:01:41.333Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:02:31.778Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:02:31.779Z||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-11-24T06:02:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:02:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:02:31.783Z||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-11-24T06:02:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:02:41.334Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:02:41.334Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:03:31.778Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:03:31.781Z||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-11-24T06:03:31.781Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:03:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:03:31.782Z||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-11-24T06:03:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:03:41.338Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:03:41.341Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:04:31.778Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:04:31.780Z||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-11-24T06:04:31.781Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:04:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:04:31.784Z||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-11-24T06:04:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:04:41.339Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:04:41.340Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:05:31.778Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:05:31.780Z||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-11-24T06:05:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:05:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:05:31.783Z||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-11-24T06:05:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:05:41.359Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:05:41.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:06:31.778Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:06:31.779Z||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-11-24T06:06:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:06:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:06:31.782Z||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-11-24T06:06:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:06:41.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:06:41.342Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:07:31.778Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:07:31.780Z||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-11-24T06:07:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:07:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:07:31.783Z||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-11-24T06:07:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:07:41.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:07:41.334Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:08:31.778Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:08:31.779Z||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-11-24T06:08:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:08:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:08:31.783Z||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-11-24T06:08:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:08:41.350Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:08:41.353Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:09:31.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:09:31.781Z||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-11-24T06:09:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:09:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:09:31.793Z||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-11-24T06:09:31.793Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:09:32.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:09:32.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270163910,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:09:32.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:09:32.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "cds",
"timestamp": 1669270161223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:09:32.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:09:32.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270165704,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:09:32.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:09:32.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270163910,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:09:32.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:09:32.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "cds",
"timestamp": 1669270161223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:09:32.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:09:32.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270165704,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:09:32.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:09:32.493Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:09:32.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"080b402b-3039-455e-a2cd-4e5b7de50159","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb","serviceDescription":"service","serviceInvariantUUID":"3fbbc5cf-e390-48e7-8d34-258f19f42d9a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"aef77008-d5d3-47a3-b94e-0dfac7d186e4","resourceInvariantUUID":"30cc0b95-057a-4d75-a0d4-a6476d64dcc6","resourceCustomizationUUID":"253656eb-6643-4ce0-bebc-022f9d74dee5","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":"NjUxM2UyYmJiODI5MDkwODk1M2RkMzkzOTgzYWU1ZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bd664b6-4e55-421a-ae2a-d55b8885972c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmZhODJjNGVkYWE0OTk2Y2ZmMjNlYWY4YTVkY2VlNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af854dc5-ac79-448a-bd25-6081ad8faf03","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T06:09:32.504Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:09:32.505Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:09:32.510Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:09:32.510Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270171779,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:09:32.610Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:09:32.611Z||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-11-24T06:09:32.611Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:09:32.623Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:09:32.624Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:09:33.511Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:09:33.513Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:09:33.516Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:09:33.516Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270171779,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:09:33.616Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:09:33.617Z||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-11-24T06:09:33.618Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:09:33.631Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:09:33.631Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:09:34.519Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb",
"serviceDescription": "service",
"serviceInvariantUUID": "3fbbc5cf-e390-48e7-8d34-258f19f42d9a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "253656eb-6643-4ce0-bebc-022f9d74dee5",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "aef77008-d5d3-47a3-b94e-0dfac7d186e4",
"resourceInvariantUUID": "30cc0b95-057a-4d75-a0d4-a6476d64dcc6",
"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": "NmZhODJjNGVkYWE0OTk2Y2ZmMjNlYWY4YTVkY2VlNzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "af854dc5-ac79-448a-bd25-6081ad8faf03"
}
],
"workloadContext": "Production"
}
2022-11-24T06:09:34.520Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T06:09:34.520Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb ASDC
2022-11-24T06:09:34.521Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:080b402b-3039-455e-a2cd-4e5b7de50159
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb
ServiceInvariantUUID:3fbbc5cf-e390-48e7-8d34-258f19f42d9a
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:af854dc5-ac79-448a-bd25-6081ad8faf03
ArtifactChecksum:NmZhODJjNGVkYWE0OTk2Y2ZmMjNlYWY4YTVkY2VlNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:253656eb-6643-4ce0-bebc-022f9d74dee5
ResourceInvariantUUID:30cc0b95-057a-4d75-a0d4-a6476d64dcc6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:aef77008-d5d3-47a3-b94e-0dfac7d186e4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-24T06:09:34.521Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb 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-11-24T06:09:34.578Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:09:34.580Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:09:34.580Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:09:34.580Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: af854dc5-ac79-448a-bd25-6081ad8faf03 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-24T06:09:34.580Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:09:34.581Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-24T06:09:34.661Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:09:34.664Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar af854dc5-ac79-448a-bd25-6081ad8faf03 57789
2022-11-24T06:09:34.665Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-24T06:09:34.665Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-24T06:09:34.665Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:09:34.665Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:09:34.669Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:09:34.669Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270174665,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:09:34.769Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:09:34.770Z||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-11-24T06:09:34.770Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:09:34.781Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:09:34.781Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:09:35.669Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:09:35.671Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:09:35.672Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: af854dc5-ac79-448a-bd25-6081ad8faf03, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:35.673Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-24T06:09:35.673Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:35.674Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:35.827Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7266745335343633592/Definitions/service-BasicNetwork-template.yml
2022-11-24T06:09:36.501Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T06:09:36.502Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-24T06:09:36.502Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.503Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-24T06:09:36.503Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.503Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.503Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.503Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.504Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.504Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.504Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.504Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.504Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-24T06:09:36.505Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.505Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.506Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-24T06:09:36.506Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-24T06:09:36.506Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:09:36.506Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.506Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.507Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-24T06:09:36.507Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-24T06:09:36.507Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:09:36.507Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.508Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.508Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.508Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.509Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.509Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.509Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.510Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.510Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.510Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.510Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb
Model Version:NULL
Model InvariantUuid:3fbbc5cf-e390-48e7-8d34-258f19f42d9a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:30cc0b95-057a-4d75-a0d4-a6476d64dcc6
Model UUID:416cd37a-8748-42d0-80a7-939e39e149f2
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:253656eb-6643-4ce0-bebc-022f9d74dee5
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-11-24T06:09:36.520Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: aef77008-d5d3-47a3-b94e-0dfac7d186e4
2022-11-24T06:09:36.520Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||No resources found for Service: f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb
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-11-24T06:09:36.527Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||
2022-11-24T06:09:36.528Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-24T06:09:36.529Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb
2022-11-24T06:09:36.529Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb
2022-11-24T06:09:36.529Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-24T06:09:36.529Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:09:36.534Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@656be578, org.onap.sdc.toscaparser.api.parameters.Input@751ae5fc, org.onap.sdc.toscaparser.api.parameters.Input@58f56e3d, org.onap.sdc.toscaparser.api.parameters.Input@37240411, org.onap.sdc.toscaparser.api.parameters.Input@d5e77a8]
2022-11-24T06:09:36.536Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.537Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.537Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.537Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.537Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb: Generic NeutronNet
2022-11-24T06:09:36.543Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.543Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.543Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.544Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-24T06:09:36.591Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.592Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.592Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.592Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.592Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:09:36.592Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.593Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-24T06:09:36.644Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-24T06:09:36.645Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-24T06:09:36.645Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.645Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:09:36.645Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:09:36.647Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:09:36.647Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270176645,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T06:09:36.747Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:09:36.748Z||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-11-24T06:09:36.749Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:09:36.763Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:09:36.764Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:09:37.648Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:09:37.660Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:09:37.662Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:09:37.663Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:09:37.663Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:10:07.663Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:10:07.679Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:10:07.683Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:10:07.683Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:10:07.683Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:10:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:10:31.784Z||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-11-24T06:10:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:10:31.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:10:31.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:10:31.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270173319,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:10:31.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:10:37.684Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:10:37.708Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:10:37.711Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:10:37.711Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:10:37.711Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:11:07.712Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:11:07.726Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:11:07.728Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:11:07.728Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:11:07.728Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:11:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:11:31.783Z||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-11-24T06:11:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:11:31.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:11:31.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:11:31.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "cds",
"timestamp": 1669270171706,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:11:31.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:11:37.729Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:11:37.739Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:11:37.748Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:11:37.749Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:11:37.749Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:12:07.749Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:12:07.759Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:12:07.761Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:12:07.761Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:12:07.761Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:12:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:12:31.783Z||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-11-24T06:12:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:12:31.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:12:31.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270171779,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "cds",
"timestamp": 1669270172714,
"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=?
2022-11-24T06:12:31.866Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 080b402b-3039-455e-a2cd-4e5b7de50159
2022-11-24T06:12:31.866Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080b402b-3039-455e-a2cd-4e5b7de50159 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-11-24T06:12:31.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270171779,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:31.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270175058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T06:12:31.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270173417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270174665,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:31.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270176068,
"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-11-24T06:12:31.890Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 080b402b-3039-455e-a2cd-4e5b7de50159
2022-11-24T06:12:31.891Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080b402b-3039-455e-a2cd-4e5b7de50159 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-11-24T06:12:31.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270173417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270176645,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T06:12:31.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "cds",
"timestamp": 1669270176223,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270183910,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "cds",
"timestamp": 1669270176223,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270183910,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "cds",
"timestamp": 1669270176223,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270183910,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-24T06:12:31.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "cds",
"timestamp": 1669270176223,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270183910,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "cds",
"timestamp": 1669270176223,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "aai-ml",
"timestamp": 1669270186635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270183910,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "cds",
"timestamp": 1669270176223,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "aai-ml",
"timestamp": 1669270186635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270183910,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "cds",
"timestamp": 1669270176223,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "aai-ml",
"timestamp": 1669270188995,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270183910,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "cds",
"timestamp": 1669270189005,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:31.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270191698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:31.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "cds",
"timestamp": 1669270190013,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-11-24T06:12:31.928Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91167dfa-d948-43b9-aa02-486a4aec7adb
2022-11-24T06:12:31.928Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91167dfa-d948-43b9-aa02-486a4aec7adb 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-11-24T06:12:31.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270192777,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:31.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270193880,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:31.940Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "aai-ml",
"timestamp": 1669270193544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T06:12:31.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270194918,
"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-11-24T06:12:31.948Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91167dfa-d948-43b9-aa02-486a4aec7adb
2022-11-24T06:12:31.948Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91167dfa-d948-43b9-aa02-486a4aec7adb 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-11-24T06:12:31.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "aai-ml",
"timestamp": 1669270194549,
"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-11-24T06:12:31.966Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 080b402b-3039-455e-a2cd-4e5b7de50159
2022-11-24T06:12:31.966Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080b402b-3039-455e-a2cd-4e5b7de50159 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-11-24T06:12:31.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270195922,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T06:12:31.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "aai-ml",
"timestamp": 1669270186635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "aai-ml",
"timestamp": 1669270186635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "aai-ml",
"timestamp": 1669270186635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "aai-ml",
"timestamp": 1669270186635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "aai-ml",
"timestamp": 1669270186635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "aai-ml",
"timestamp": 1669270186635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "aai-ml",
"timestamp": 1669270186635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "cds",
"timestamp": 1669270201021,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270203462,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "aai-ml",
"timestamp": 1669270202646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "cds",
"timestamp": 1669270202051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-11-24T06:12:32.014Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc75e8f0-ddd0-466f-9fb1-b3a10420ee88
2022-11-24T06:12:32.015Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc75e8f0-ddd0-466f-9fb1-b3a10420ee88 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-11-24T06:12:32.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270205928,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T06:12:32.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270206933,
"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-11-24T06:12:32.042Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91167dfa-d948-43b9-aa02-486a4aec7adb
2022-11-24T06:12:32.042Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91167dfa-d948-43b9-aa02-486a4aec7adb 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-11-24T06:12:32.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "aai-ml",
"timestamp": 1669270209776,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T06:12:32.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "cds",
"timestamp": 1669270191223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "aai-ml",
"timestamp": 1669270210780,
"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-11-24T06:12:32.069Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91167dfa-d948-43b9-aa02-486a4aec7adb
2022-11-24T06:12:32.069Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91167dfa-d948-43b9-aa02-486a4aec7adb 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-11-24T06:12:32.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "cds",
"timestamp": 1669270211166,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270213671,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "cds",
"timestamp": 1669270212176,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-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-11-24T06:12:32.101Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e460d14b-5d4b-4312-a0c4-734c3d5ae070
2022-11-24T06:12:32.102Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e460d14b-5d4b-4312-a0c4-734c3d5ae070 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-11-24T06:12:32.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270214735,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270215796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270216851,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270217039,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "aai-ml",
"timestamp": 1669270216635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270217902,
"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-11-24T06:12:32.126Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc75e8f0-ddd0-466f-9fb1-b3a10420ee88
2022-11-24T06:12:32.126Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc75e8f0-ddd0-466f-9fb1-b3a10420ee88 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-11-24T06:12:32.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270193417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "aai-ml",
"timestamp": 1669270216635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270218906,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270219358,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270218315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "aai-ml",
"timestamp": 1669270216635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270220364,
"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-11-24T06:12:32.144Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc75e8f0-ddd0-466f-9fb1-b3a10420ee88
2022-11-24T06:12:32.144Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc75e8f0-ddd0-466f-9fb1-b3a10420ee88 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-11-24T06:12:32.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270219530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-11-24T06:12:32.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "aai-ml",
"timestamp": 1669270216635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "ves-openapi-manager",
"timestamp": 1669270220535,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-11-24T06:12:32.193Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e460d14b-5d4b-4312-a0c4-734c3d5ae070
2022-11-24T06:12:32.194Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e460d14b-5d4b-4312-a0c4-734c3d5ae070 and ComponentName
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-11-24T06:12:32.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "aai-ml",
"timestamp": 1669270216635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "aai-ml",
"timestamp": 1669270216635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "aai-ml",
"timestamp": 1669270216635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "aai-ml",
"timestamp": 1669270216635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "aai-ml",
"timestamp": 1669270216635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
"consumerID": "aai-ml",
"timestamp": 1669270225764,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669270203910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270195704,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:12:32.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-24T06:12:32.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270229481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270231432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-24T06:12:32.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669270232438,
"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-11-24T06:12:32.227Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e460d14b-5d4b-4312-a0c4-734c3d5ae070
2022-11-24T06:12:32.227Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e460d14b-5d4b-4312-a0c4-734c3d5ae070 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-11-24T06:12:37.761Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:12:37.774Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
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-11-24T06:12:37.778Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:12:37.778Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T06:12:37.779Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T06:12:37.779Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T06:12:37.779Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T06:12:37.779Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T06:12:37.780Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T06:12:37.780Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-24T06:12:37.780Z|080b402b-3039-455e-a2cd-4e5b7de50159|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-11-24T06:12:37.785Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T06:13:07.785Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159 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-11-24T06:13:07.797Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 080b402b-3039-455e-a2cd-4e5b7de50159 and serviceModelVersionId: f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb
2022-11-24T06:13:07.797Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fbbc5cf-e390-48e7-8d34-258f19f42d9a
2022-11-24T06:13:07.800Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0
2022-11-24T06:13:07.807Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T06:13:07.875Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0|INFO|500||Invoke
2022-11-24T06:13:07.875Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[080b402b-3039-455e-a2cd-4e5b7de50159], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f35e1784-4e15-462a-b7b7-df77094b6771], X-ECOMP-RequestID=[080b402b-3039-455e-a2cd-4e5b7de50159], X-TransactionId=[], X-ONAP-RequestID=[080b402b-3039-455e-a2cd-4e5b7de50159], Content-Type=[application/merge-patch+json]}
2022-11-24T06:13:07.900Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-24T06:13:07.986Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?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/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 06:13:07 GMT], content-length=[0], vertex-id=[249976], x-aai-txid=[2-aai-resources-221124-06:13:07:599-80852], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T06:13:07.987Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-24T06:13:07.989Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0|INFO|500||InvokeReturn
2022-11-24T06:13:07.990Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T06:13:07.992Z|080b402b-3039-455e-a2cd-4e5b7de50159|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-11-24T06:13:08.001Z|080b402b-3039-455e-a2cd-4e5b7de50159|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-11-24T06:13:08.002Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 080b402b-3039-455e-a2cd-4e5b7de50159 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T06:13:08.002Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T06:13:08.003Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:08.006Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:08.006Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270388002,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:13:08.106Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:13:08.108Z||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-11-24T06:13:08.108Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:08.126Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:13:08.127Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 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-11-24T06:13:09.020Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:13:09.020Z|080b402b-3039-455e-a2cd-4e5b7de50159|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-11-24T06:13:09.020Z|080b402b-3039-455e-a2cd-4e5b7de50159|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:14.690Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:13:14.693Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-24T06:13:14.693Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"91167dfa-d948-43b9-aa02-486a4aec7adb","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"fd433a13-d697-4891-bbeb-895ac9514046","serviceDescription":"service","serviceInvariantUUID":"92faf695-27a5-42e8-9b89-86fa35f77088","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1889ed64-e377-444f-b01f-79a4fa248eb8","resourceInvariantUUID":"1456010e-4fe0-431d-a35b-503f34ab6e9a","resourceCustomizationUUID":"587d8e58-f5af-41d1-a17c-ed5da7542b10","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MzhjOTkzMjg2NTBiMzA5MDE1YzYxMzU2OTE4MGJhNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80024a0c-5b67-4282-83e7-67cc561f46d3","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YmViNWY1MDY2YWIzMWNlMjdkZWUwZWQ2Yjc5ZGQ5NDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8fdd91c6-6825-4478-8671-29508bbbe650","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c627cb11-9f5e-48fb-b512-846087bbf457","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c1e6f040-e9b6-4969-a000-80042a8983ea","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6416996a-0037-43c6-bb79-1189d044a097","artifactVersion":"2","generatedFromUUID":"c627cb11-9f5e-48fb-b512-846087bbf457"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWEyYTI4ZDMzYmI2NmRkYjAyN2Y3ZjlmM2RhYWY4MTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3f83382-240f-4fc3-963c-ef893ccaf7e8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmM1MTdmODY3YmY5ZTU3MGMzMjhjYjBkMGY2Y2QxNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6e21a35-c523-4dd3-9805-f8346554e457","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T06:13:14.697Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:14.698Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:14.700Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:14.701Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270389020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:13:14.801Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:14.802Z||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-11-24T06:13:14.802Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:14.813Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:13:14.814Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:15.702Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:15.703Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:15.705Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:15.705Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270389020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-24T06:13:15.805Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:15.807Z||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-11-24T06:13:15.807Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:15.820Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:13:15.821Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:16.706Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:16.706Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:16.709Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:16.709Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270389020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-24T06:13:16.809Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:16.810Z||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-11-24T06:13:16.810Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:16.823Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:13:16.824Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:17.710Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:17.711Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:17.714Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:17.714Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270389020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:13:17.814Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:17.815Z||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-11-24T06:13:17.815Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:17.831Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:13:17.832Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:18.715Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:18.716Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:18.718Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:18.718Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270389020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-24T06:13:18.818Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:18.820Z||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-11-24T06:13:18.820Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:18.832Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:13:18.833Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:13:19.718Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:19.720Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:19.722Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:19.722Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270389020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-24T06:13:19.822Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:19.824Z||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-11-24T06:13:19.824Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:19.836Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:13:19.837Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:20.723Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:20.724Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:20.726Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:20.727Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270389020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-24T06:13:20.827Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:20.828Z||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-11-24T06:13:20.828Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:20.842Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:13:20.842Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:13:21.728Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "fd433a13-d697-4891-bbeb-895ac9514046",
"serviceDescription": "service",
"serviceInvariantUUID": "92faf695-27a5-42e8-9b89-86fa35f77088",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "587d8e58-f5af-41d1-a17c-ed5da7542b10",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1889ed64-e377-444f-b01f-79a4fa248eb8",
"resourceInvariantUUID": "1456010e-4fe0-431d-a35b-503f34ab6e9a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "YmViNWY1MDY2YWIzMWNlMjdkZWUwZWQ2Yjc5ZGQ5NDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8fdd91c6-6825-4478-8671-29508bbbe650",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c627cb11-9f5e-48fb-b512-846087bbf457",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6416996a-0037-43c6-bb79-1189d044a097",
"generatedFromUUID": "c627cb11-9f5e-48fb-b512-846087bbf457"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6416996a-0037-43c6-bb79-1189d044a097",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YmM1MTdmODY3YmY5ZTU3MGMzMjhjYjBkMGY2Y2QxNTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f6e21a35-c523-4dd3-9805-f8346554e457"
}
],
"workloadContext": "Production"
}
2022-11-24T06:13:21.729Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T06:13:21.729Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd433a13-d697-4891-bbeb-895ac9514046 ASDC
2022-11-24T06:13:21.730Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:91167dfa-d948-43b9-aa02-486a4aec7adb
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:fd433a13-d697-4891-bbeb-895ac9514046
ServiceInvariantUUID:92faf695-27a5-42e8-9b89-86fa35f77088
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:f6e21a35-c523-4dd3-9805-f8346554e457
ArtifactChecksum:YmM1MTdmODY3YmY5ZTU3MGMzMjhjYjBkMGY2Y2QxNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:587d8e58-f5af-41d1-a17c-ed5da7542b10
ResourceInvariantUUID:1456010e-4fe0-431d-a35b-503f34ab6e9a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1889ed64-e377-444f-b01f-79a4fa248eb8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:8fdd91c6-6825-4478-8671-29508bbbe650
ArtifactChecksum:YmViNWY1MDY2YWIzMWNlMjdkZWUwZWQ2Yjc5ZGQ5NDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:c627cb11-9f5e-48fb-b512-846087bbf457
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:6416996a-0037-43c6-bb79-1189d044a097
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:6416996a-0037-43c6-bb79-1189d044a097
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-24T06:13:21.730Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd433a13-d697-4891-bbeb-895ac9514046 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-11-24T06:13:21.773Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:13:21.774Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:13:21.775Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:13:21.775Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f6e21a35-c523-4dd3-9805-f8346554e457 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-24T06:13:21.775Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:13:21.776Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-24T06:13:21.936Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:13:21.941Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f6e21a35-c523-4dd3-9805-f8346554e457 75201
2022-11-24T06:13:21.942Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-24T06:13:21.942Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-24T06:13:21.942Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:13:21.943Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:21.945Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:21.945Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669270401941,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-24T06:13:22.046Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:22.047Z||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-11-24T06:13:22.048Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:22.063Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T06:13:22.064Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:22.946Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:13:22.948Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:13:22.948Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f6e21a35-c523-4dd3-9805-f8346554e457, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:22.949Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-24T06:13:22.950Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:22.950Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:23.137Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17484019640260534606/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-24T06:13:24.622Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T06:13:24.623Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-24T06:13:24.623Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:24.624Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-24T06:13:24.624Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:24.624Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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-BasicVm-csar.csar
2022-11-24T06:13:24.624Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-11-24T06:13:24.624Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:24.624Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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-BasicVm-csar.csar
2022-11-24T06:13:24.625Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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-BasicVm-csar.csar
2022-11-24T06:13:24.625Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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-BasicVm-csar.csar
2022-11-24T06:13:24.625Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-24T06:13:24.625Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:13:24.625Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:24.626Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:24.626Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-24T06:13:24.626Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:13:24.627Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:13:24.627Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:24.627Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:24.627Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-24T06:13:24.627Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:13:24.628Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:13:24.628Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:24.628Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:13:24.628Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-24T06:13:24.628Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-24T06:13:24.629Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-24T06:13:24.629Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-24T06:13:24.629Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-24T06:13:24.629Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-24T06:13:24.629Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:13:24.630Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T06:13:24.630Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:13:24.630Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:24.630Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:13:24.631Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:13:24.631Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:24.631Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:13:24.631Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-24T06:13:24.631Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:24.632Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:13:24.632Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery