By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-10-23T03:19:18.018Z||main|||||INFO|500||The following profiles are active: basic
2022-10-23T03:19:29.138Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-23T03:19:29.140Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-23T03:19:29.298Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-23T03:19:33.690Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-23T03:19:34.139Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-23T03:19:34.617Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-23T03:19:34.625Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-23T03:19:34.745Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-23T03:19:34.998Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-23T03:19:35.630Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-23T03:19:37.594Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-23T03:19:40.044Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-23T03:19:40.109Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-23T03:19:40.774Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-23T03:19:40.987Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-10-23T03:19:42.191Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-23T03:19:43.432Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-23T03:19:43.456Z||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$$20cf312a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-23T03:19:43.457Z||main|||||WARN|500||The sdc end point is not alive
2022-10-23T03:19:46.789Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-10-23T03:19:49.961Z||main|||||WARN|500||---
2022-10-23T03:19:49.961Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-23T03:19:49.962Z||main|||||WARN|500||---
2022-10-23T03:19:50.450Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-23T03:19:55.660Z||main|||||INFO|500||Started Application in 40.823 seconds (JVM running for 42.938)
2022-10-23T03:19:55.691Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-23T03:19:55.693Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-23T03:19:55.711Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-23T03:19:55.740Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-23T03:19:55.793Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f65de3e5-d315-4677-a438-f45d963e7f48 url= /sdc/v1/artifactTypes
2022-10-23T03:19:55.793Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-23T03:19:56.088Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-23T03:19:56.118Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-10-23T03:19:56.143Z||scheduling-1|||||DEBUG|500||create keys
2022-10-23T03:19:56.152Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-23T03:19:56.195Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:19:56.220Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3b796679-ca45-4689-aad3-3ac0cec0ba6a url= /sdc/v1/registerForDistribution
2022-10-23T03:19:56.401Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3b796679-ca45-4689-aad3-3ac0cec0ba6a url= /sdc/v1/registerForDistribution
2022-10-23T03:19:56.401Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-23T03:19:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:19:56.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:19:56.429Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:19:56.457Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:19:56.458Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:19:56.429Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:19:56.460Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-23T03:20:06.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:20:06.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:20:56.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:20:56.415Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:20:56.415Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:20:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:20:56.418Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:20:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:21:05.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:21:05.987Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:21:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:21:56.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:21:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:21:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:21:56.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:21:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:22:05.981Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:22:05.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:22:56.409Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:22:56.412Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:22:56.412Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:22:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:22:56.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:22:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:23:05.960Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:23:05.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:23:56.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:23:56.410Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:23:56.410Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:23:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:23:56.418Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:23:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:24:05.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:24:05.965Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:24:56.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:24:56.410Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:24:56.410Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:24:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:24:56.418Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:24:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:25:05.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:25:05.962Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:25:56.411Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:25:56.413Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:25:56.413Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:25:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:25:56.418Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:25:56.419Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:26:05.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:26:05.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:26:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:26:56.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:26:56.411Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:26:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:26:56.419Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:26:56.419Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:27:05.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:27:05.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:27:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:27:56.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:27:56.409Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:27:56.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:27:56.418Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:27:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:28:05.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:28:05.962Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:28:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:28:56.413Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:28:56.414Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:28:56.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:28:56.418Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:28:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:29:05.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:29:05.989Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:29:22.799Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-23T03:29:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:29:56.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:29:56.409Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:29:56.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:29:56.418Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:29:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:30:05.987Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:30:05.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:30:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:30:56.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:30:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:30:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:30:56.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:30:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:31:05.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:31:05.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:31:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:31:56.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:31:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:31:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:31:56.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:31:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:32:05.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:32:05.959Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:32:56.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:32:56.412Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:32:56.412Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:32:56.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:32:56.418Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:32:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:33:05.986Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:33:05.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:33:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:33:56.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:33:56.411Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:33:56.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:33:56.418Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:33:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:34:05.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:34:06.000Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:34:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:34:56.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:34:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:34:56.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:34:56.418Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:34:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:35:05.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:35:05.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:35:56.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:35:56.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:35:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:35:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:35:56.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:35:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:36:05.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:36:05.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:36:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:36:56.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:36:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:36:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:36:56.418Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:36:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:37:06.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:37:06.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:37:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:37:56.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:37:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:37:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:37:56.418Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:37:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:38:05.980Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:38:05.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:38:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:38:56.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:38:56.409Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:38:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:38:56.418Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:38:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:39:05.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:39:05.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:39:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:39:56.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:39:56.409Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:39:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:39:56.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:39:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:40:05.983Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:40:05.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:40:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:40:56.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:40:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:40:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:40:56.418Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:40:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:41:05.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:41:05.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:41:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:41:56.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:41:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:41:56.422Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:41:56.423Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:41:56.423Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:42:05.984Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:42:05.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:42:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:42:56.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:42:56.409Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:42:56.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:42:56.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:42:56.419Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:43:05.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:43:05.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:43:56.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:43:56.412Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:43:56.412Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:43:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:43:56.418Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:43:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:44:05.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:44:05.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:44:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:44:56.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:44:56.411Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:44:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:44:56.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:44:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:45:05.980Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:45:05.980Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:45:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:45:56.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:45:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:45:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:45:56.418Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:45:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:46:05.982Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:46:05.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:46:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:46:56.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:46:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:46:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:46:56.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:46:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:47:05.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:47:05.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:47:56.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:47:56.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:47:56.411Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:47:56.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:47:56.418Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:47:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:48:05.980Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:48:05.980Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:48:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:48:56.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:48:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:48:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:48:56.418Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:48:56.419Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:49:05.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:49:05.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:49:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:49:56.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:49:56.409Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:49:56.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:49:56.418Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:49:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:50:05.958Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:50:05.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:50:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:50:56.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:50:56.409Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:50:56.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:50:56.418Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:50:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:51:05.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:51:05.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:51:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:51:56.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:51:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:51:56.422Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:51:56.423Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:51:56.423Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:52:05.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:52:05.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:52:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:52:56.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:52:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:52:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:52:56.418Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:52:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:53:05.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:53:05.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:53:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:53:56.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:53:56.409Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:53:56.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:53:56.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:53:56.419Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:54:05.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:54:05.979Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:54:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:54:56.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:54:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:54:56.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:54:56.418Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:54:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:55:05.981Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:55:05.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:55:56.409Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:55:56.411Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:55:56.411Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:55:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:55:56.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:55:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:56:06.015Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:56:06.015Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:56:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:56:56.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:56:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:56:56.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:56:56.418Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:56:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:57:05.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:57:05.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:57:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:57:56.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:57:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:57:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:57:56.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:57:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:58:05.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:58:05.989Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:58:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:58:56.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:58:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:58:56.423Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:58:56.424Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:58:56.424Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:59:05.994Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:59:05.998Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T03:59:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:59:56.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:59:56.411Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T03:59:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T03:59:56.417Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T03:59:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:00:05.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:00:05.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:00:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:00:56.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:00:56.410Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:00:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:00:56.418Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:00:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:01:05.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:01:05.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:01:56.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:01:56.409Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:01:56.410Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:01:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:01:56.417Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:01:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:02:05.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:02:05.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:02:56.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:02:56.409Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:02:56.410Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:02:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:02:56.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:02:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:03:05.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:03:05.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:03:56.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:03:56.409Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:03:56.410Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:03:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:03:56.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:03:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:03:57.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:03:57.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ebbbac6c-f291-47d5-b222-5724db2c06e0","serviceName":"basic_onboard_SRVrbo","serviceVersion":"1.0","serviceUUID":"a1894b33-9318-47d1-91f8-74fdefdedfcd","serviceDescription":"service","serviceInvariantUUID":"5219a528-e528-426c-a03b-b44a1b32e7f1","resources":[{"resourceInstanceName":"basic_onboard_SRVrbo 0","resourceName":"basic_onboard_SRVrbo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"58e657b9-1b82-4373-bed5-62a7d3fa250f","resourceInvariantUUID":"2658a2a5-c6f2-41c5-84c7-d960f8cdfbdc","resourceCustomizationUUID":"ce86caf3-e296-4a53-bb90-65fa5ba9af2d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml","artifactChecksum":"NDNlZjc4YTIxZTdiMzEyOGVmNmEwMmIyZGFhN2Y5ZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1128dcd4-3072-4e6f-804d-9cb1841f2e75","artifactVersion":"1"},{"artifactName":"basic_onboard_srvrbo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json","artifactChecksum":"NzBlYzQ2ZTljMmFlY2JmNjBlYzVmZmMwNjg0YTg4ZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7006d5be-d8fc-4948-88ea-66d92440f801","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d514eea2-7436-423f-af14-7c1433d689e9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"51d12238-1ecd-4726-8bdf-984c4ffd6bb5","artifactVersion":"2","generatedFromUUID":"bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSrvrbo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml","artifactChecksum":"ZjI5NjZlMzQxYjIyYzcxYjQxYTA4MDJjMjNkYWJiYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5624b251-1d47-4aac-bbcb-2479d8a2b248","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSrvrbo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar","artifactChecksum":"MjQzNzUxZGE5ZjA1NWFjNjk0ODEyODU5NWJiMGQ2ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76517a24-c799-43a6-8993-59309187a10f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T04:03:57.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:03:57.061Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:03:57.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497795617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.069Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:03:57.084Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:03:57.084Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497788080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497791153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "policy-id",
"timestamp": 1666497788049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497795617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497788080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T04:03:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497791153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "policy-id",
"timestamp": 1666497788049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497795617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497788080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:03:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497791153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "policy-id",
"timestamp": 1666497788049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:03:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497795617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497788080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497791153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "policy-id",
"timestamp": 1666497788049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497795617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497788080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-23T04:03:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "policy-id",
"timestamp": 1666497788049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497791153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "cds",
"timestamp": 1666497800574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497795617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497788080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "policy-id",
"timestamp": 1666497788049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497791153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "cds",
"timestamp": 1666497800574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497795617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497788080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:03:57.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "policy-id",
"timestamp": 1666497788049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:03:57.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497791153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:03:57.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "cds",
"timestamp": 1666497800574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497804636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:03:57.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "cds",
"timestamp": 1666497800574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497803126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:03:57.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "policy-id",
"timestamp": 1666497803543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:03:57.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "aai-ml",
"timestamp": 1666497803304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "cds",
"timestamp": 1666497800574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "policy-id",
"timestamp": 1666497804554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:03:57.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497805715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:03:57.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "aai-ml",
"timestamp": 1666497803304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "cds",
"timestamp": 1666497800574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "policy-id",
"timestamp": 1666497805559,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-10-23T04:03:57.184Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-10-23T04:03:57.188Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:03:57.189Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:03:57.205Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:03:57.206Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:03:57.388Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebbbac6c-f291-47d5-b222-5724db2c06e0
2022-10-23T04:03:57.420Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbbac6c-f291-47d5-b222-5724db2c06e0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:03:57.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "aai-ml",
"timestamp": 1666497803304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497806776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:03:57.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "cds",
"timestamp": 1666497800574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:03:57.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "aai-ml",
"timestamp": 1666497803304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497807877,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:03:57.467Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebbbac6c-f291-47d5-b222-5724db2c06e0
2022-10-23T04:03:57.467Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbbac6c-f291-47d5-b222-5724db2c06e0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-23T04:03:57.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "aai-ml",
"timestamp": 1666497803304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "cds",
"timestamp": 1666497808454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:03:57.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497807287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:03:57.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497808889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T04:03:57.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "aai-ml",
"timestamp": 1666497803304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "cds",
"timestamp": 1666497809478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:03:57.491Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ebbbac6c-f291-47d5-b222-5724db2c06e0
2022-10-23T04:03:57.491Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbbac6c-f291-47d5-b222-5724db2c06e0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:03:57.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497808293,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:03:57.506Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ebbbac6c-f291-47d5-b222-5724db2c06e0
2022-10-23T04:03:57.506Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbbac6c-f291-47d5-b222-5724db2c06e0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:03:57.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "aai-ml",
"timestamp": 1666497803304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:03:57.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "clamp",
"timestamp": 1666497810076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "aai-ml",
"timestamp": 1666497811164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:03:57.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "clamp",
"timestamp": 1666497810076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T04:03:57.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "clamp",
"timestamp": 1666497810076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "clamp",
"timestamp": 1666497810076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "clamp",
"timestamp": 1666497810076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "clamp",
"timestamp": 1666497810076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:03:57.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "clamp",
"timestamp": 1666497810076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:03:57.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:03:57.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "clamp",
"timestamp": 1666497822681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:03:57.518Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "aai-ml",
"timestamp": 1666497823078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:03:57.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "aai-ml",
"timestamp": 1666497824084,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:03:57.523Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ebbbac6c-f291-47d5-b222-5724db2c06e0
2022-10-23T04:03:57.523Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbbac6c-f291-47d5-b222-5724db2c06e0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:03:57.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "clamp",
"timestamp": 1666497824690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:03:57.532Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:03:57.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:03:57.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "clamp",
"timestamp": 1666497825695,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:03:57.537Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ebbbac6c-f291-47d5-b222-5724db2c06e0
2022-10-23T04:03:57.538Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbbac6c-f291-47d5-b222-5724db2c06e0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:03:58.095Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:03:58.095Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:03:58.097Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:03:58.098Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T04:03:58.198Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T04:03:58.199Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:03:58.199Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:03:58.213Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:03:58.213Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:03:59.098Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:03:59.099Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:03:59.102Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:03:59.102Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:03:59.202Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:03:59.203Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:03:59.203Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:03:59.218Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:03:59.219Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:04:00.102Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:04:00.103Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:04:00.105Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:04:00.105Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:04:00.206Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:04:00.207Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:04:00.207Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:00.223Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:00.224Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:04:01.106Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:04:01.107Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:04:01.110Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:04:01.110Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-23T04:04:01.209Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T04:04:01.211Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:04:01.211Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:01.227Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:01.227Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:04:02.111Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:04:02.112Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:04:02.114Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:04:02.114Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:04:02.214Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:04:02.216Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:04:02.216Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:02.233Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:02.234Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:04:03.115Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:04:03.116Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:04:03.118Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:04:03.119Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:04:03.219Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:04:03.220Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:04:03.221Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:03.236Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:03.237Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:04:04.121Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"serviceName": "basic_onboard_SRVrbo",
"serviceVersion": "1.0",
"serviceUUID": "a1894b33-9318-47d1-91f8-74fdefdedfcd",
"serviceDescription": "service",
"serviceInvariantUUID": "5219a528-e528-426c-a03b-b44a1b32e7f1",
"resources": [
{
"resourceInstanceName": "basic_onboard_SRVrbo 0",
"resourceCustomizationUUID": "ce86caf3-e296-4a53-bb90-65fa5ba9af2d",
"resourceName": "basic_onboard_SRVrbo",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "58e657b9-1b82-4373-bed5-62a7d3fa250f",
"resourceInvariantUUID": "2658a2a5-c6f2-41c5-84c7-d960f8cdfbdc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_srvrbo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"artifactChecksum": "NzBlYzQ2ZTljMmFlY2JmNjBlYzVmZmMwNjg0YTg4ZDQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7006d5be-d8fc-4948-88ea-66d92440f801",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "51d12238-1ecd-4726-8bdf-984c4ffd6bb5",
"generatedFromUUID": "bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "51d12238-1ecd-4726-8bdf-984c4ffd6bb5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSrvrbo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"artifactChecksum": "MjQzNzUxZGE5ZjA1NWFjNjk0ODEyODU5NWJiMGQ2ZTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "76517a24-c799-43a6-8993-59309187a10f"
}
],
"workloadContext": "Production"
}
2022-10-23T04:04:04.122Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T04:04:04.123Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1894b33-9318-47d1-91f8-74fdefdedfcd ASDC
2022-10-23T04:04:04.250Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ebbbac6c-f291-47d5-b222-5724db2c06e0
ServiceName:basic_onboard_SRVrbo
ServiceVersion:1.0
ServiceUUID:a1894b33-9318-47d1-91f8-74fdefdedfcd
ServiceInvariantUUID:5219a528-e528-426c-a03b-b44a1b32e7f1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSrvrbo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar
ArtifactUUID:76517a24-c799-43a6-8993-59309187a10f
ArtifactChecksum:MjQzNzUxZGE5ZjA1NWFjNjk0ODEyODU5NWJiMGQ2ZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SRVrbo 0
ResourceCustomizationUUID:ce86caf3-e296-4a53-bb90-65fa5ba9af2d
ResourceInvariantUUID:2658a2a5-c6f2-41c5-84c7-d960f8cdfbdc
ResourceName:basic_onboard_SRVrbo
ResourceType:VF
ResourceUUID:58e657b9-1b82-4373-bed5-62a7d3fa250f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_srvrbo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json
ArtifactUUID:7006d5be-d8fc-4948-88ea-66d92440f801
ArtifactChecksum:NzBlYzQ2ZTljMmFlY2JmNjBlYzVmZmMwNjg0YTg4ZDQ=
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/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9
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/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env
ArtifactUUID:51d12238-1ecd-4726-8bdf-984c4ffd6bb5
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/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env
ArtifactUUID:51d12238-1ecd-4726-8bdf-984c4ffd6bb5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-23T04:04:04.252Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1894b33-9318-47d1-91f8-74fdefdedfcd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T04:04:04.312Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T04:04:04.314Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-23T04:04:04.316Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-23T04:04:04.316Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 76517a24-c799-43a6-8993-59309187a10f from URL: /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:04.316Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-23T04:04:04.318Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:04.421Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-23T04:04:04.438Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar 76517a24-c799-43a6-8993-59309187a10f 71574
2022-10-23T04:04:04.440Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar ASDC sendASDCNotification
2022-10-23T04:04:04.440Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:04.442Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T04:04:04.443Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:04:04.445Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:04:04.446Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497844438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:04:04.546Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:04:04.547Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:04:04.547Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:04.562Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:04.563Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:04:05.446Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T04:04:05.448Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-23T04:04:05.449Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 76517a24-c799-43a6-8993-59309187a10f, URL: /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar to file: /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:05.450Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:05.558Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:05.559Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:06.279Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15837505261434420566/Definitions/service-BasicOnboardSrvrbo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-10-23T04:04:08.534Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T04:04:08.539Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-23T04:04:08.539Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:08.539Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:08.541Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SRVrbo 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:08.541Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||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-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:08.541Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-23T04:04:08.547Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.549Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:08.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria
2022-10-23T04:04:08.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-23T04:04:08.555Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T04:04:08.556Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.557Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:08.557Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria
2022-10-23T04:04:08.557Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-23T04:04:08.557Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T04:04:08.557Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.558Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:08.561Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.561Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is not matching search criteria
2022-10-23T04:04:08.561Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-23T04:04:08.562Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-23T04:04:08.562Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-23T04:04:08.562Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-23T04:04:08.562Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-23T04:04:08.562Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.563Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T04:04:08.564Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.564Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria
2022-10-23T04:04:08.564Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:04:08.564Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.565Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria
2022-10-23T04:04:08.565Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:04:08.565Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.565Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria
2022-10-23T04:04:08.565Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:04:08.566Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.566Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is not matching search criteria
2022-10-23T04:04:08.566Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-23T04:04:08.572Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-23T04:04:08.573Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8d0c3d5e-bb79-4842-9531-faedffdb86bc
2022-10-23T04:04:08.573Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.573Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:08.573Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.573Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:08.573Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.574Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:08.574Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:08.574Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:08.574Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_SRVrbo
Description:service
Model UUID:a1894b33-9318-47d1-91f8-74fdefdedfcd
Model Version:NULL
Model InvariantUuid:5219a528-e528-426c-a03b-b44a1b32e7f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_SRVrbo
Model UUID:9a4c712e-e40d-4494-b8ed-bc0dde9318df
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2658a2a5-c6f2-41c5-84c7-d960f8cdfbdc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ce86caf3-e296-4a53-bb90-65fa5ba9af2d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d2594470-d76e-4a32-ad39-b61308194cde
ModelName:BasicOnboardSrvrbo..base_ubuntu18..module-0
ModelUuid:f1a6817e-dd02-45fa-8f93-7518e593c70d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8d0c3d5e-bb79-4842-9531-faedffdb86bc
ModelInvariantUuid:9d61c294-9d5c-4645-bf54-37e8ddb79de7
ModelName:basic_onboard_SRVrbo-nodes.ubuntu18Cvfc
ModelUuid:72fe9fd7-99e3-4076-af71-27d048cfd2b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:713e8db6-7a15-4899-84e0-06da318e4bd4
ModelInvariantUuid:092bfd47-97d2-4915-99d3-e555201e1771
ModelName:BasicOnboardSrvrbo.compute.nodes.heat.ubuntu18
ModelUuid:5dfb0446-550a-4082-bdbc-12f92e37a30f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T04:04:08.592Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 58e657b9-1b82-4373-bed5-62a7d3fa250f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T04:04:08.752Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||basic_onboard_SRVrbo 0
2022-10-23T04:04:08.760Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 58e657b9-1b82-4373-bed5-62a7d3fa250f
2022-10-23T04:04:08.760Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7006d5be-d8fc-4948-88ea-66d92440f801 from URL: /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json
2022-10-23T04:04:08.761Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-23T04:04:08.761Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json
2022-10-23T04:04:08.825Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-23T04:04:08.826Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json 7006d5be-d8fc-4948-88ea-66d92440f801 798
2022-10-23T04:04:08.826Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json ASDC sendASDCNotification
2022-10-23T04:04:08.826Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json
2022-10-23T04:04:08.826Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T04:04:08.827Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:04:08.833Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:04:08.833Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497848826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:04:08.933Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:04:08.934Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:04:08.934Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:08.948Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:08.949Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:04:09.835Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSrvrbo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d2594470-d76e-4a32-ad39-b61308194cde",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f1a6817e-dd02-45fa-8f93-7518e593c70d",
"vfModuleModelCustomizationUUID": "504ea819-f713-4e56-aaa1-36e99ead59e8",
"isBase": true,
"artifacts": [
"bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9",
"51d12238-1ecd-4726-8bdf-984c4ffd6bb5"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-23T04:04:09.869Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSrvrbo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f1a6817e-dd02-45fa-8f93-7518e593c70d
VfModuleModelInvariantUUID:d2594470-d76e-4a32-ad39-b61308194cde
VfModuleModelDescription:NULL
Artifacts UUID List:{
bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9
,
51d12238-1ecd-4726-8bdf-984c4ffd6bb5
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-23T04:04:09.872Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSrvrbo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d2594470-d76e-4a32-ad39-b61308194cde",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f1a6817e-dd02-45fa-8f93-7518e593c70d",
"vfModuleModelCustomizationUUID": "504ea819-f713-4e56-aaa1-36e99ead59e8",
"isBase": true,
"artifacts": [
"bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9",
"51d12238-1ecd-4726-8bdf-984c4ffd6bb5"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-23T04:04:09.872Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSrvrbo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f1a6817e-dd02-45fa-8f93-7518e593c70d
VfModuleModelInvariantUUID:d2594470-d76e-4a32-ad39-b61308194cde
VfModuleModelDescription:NULL
Artifacts UUID List:{
bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9
,
51d12238-1ecd-4726-8bdf-984c4ffd6bb5
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-23T04:04:09.872Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9 from URL: /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml
2022-10-23T04:04:09.873Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-23T04:04:09.873Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml
2022-10-23T04:04:09.920Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-23T04:04:09.920Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9 5033
2022-10-23T04:04:09.920Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-23T04:04:09.920Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml
2022-10-23T04:04:09.921Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T04:04:09.921Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:04:09.923Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:04:09.923Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497849920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:04:10.023Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:04:10.025Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:04:10.025Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:10.041Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:10.043Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:04:10.924Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 51d12238-1ecd-4726-8bdf-984c4ffd6bb5 from URL: /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env
2022-10-23T04:04:10.925Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-23T04:04:10.925Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env
2022-10-23T04:04:11.201Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-23T04:04:11.202Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env 51d12238-1ecd-4726-8bdf-984c4ffd6bb5 909
2022-10-23T04:04:11.202Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-23T04:04:11.202Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env
2022-10-23T04:04:11.203Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T04:04:11.203Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:04:11.207Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:04:11.207Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497851202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:04:11.307Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:04:11.308Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:04:11.308Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:11.321Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:11.321Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:04:12.208Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a1894b33-9318-47d1-91f8-74fdefdedfcd
2022-10-23T04:04:12.208Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SRVrbo 0 58e657b9-1b82-4373-bed5-62a7d3fa250f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T04:04:12.241Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a513ea8, org.onap.sdc.toscaparser.api.parameters.Input@426d320d, org.onap.sdc.toscaparser.api.parameters.Input@6fc1615e, org.onap.sdc.toscaparser.api.parameters.Input@177164c6, org.onap.sdc.toscaparser.api.parameters.Input@74b6acfe]
2022-10-23T04:04:12.245Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.246Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:12.246Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-10-23T04:04:12.246Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ce86caf3-e296-4a53-bb90-65fa5ba9af2d
2022-10-23T04:04:12.246Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce86caf3-e296-4a53-bb90-65fa5ba9af2d matches Tosca VF Customization UUID: ce86caf3-e296-4a53-bb90-65fa5ba9af2d
2022-10-23T04:04:12.246Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ce86caf3-e296-4a53-bb90-65fa5ba9af2d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-23T04:04:12.255Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.255Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:12.257Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ce86caf3-e296-4a53-bb90-65fa5ba9af2d: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-10-23T04:04:12.257Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6efea919
2022-10-23T04:04:12.258Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.258Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T04:04:12.259Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 504ea819-f713-4e56-aaa1-36e99ead59e8
2022-10-23T04:04:12.261Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 504ea819-f713-4e56-aaa1-36e99ead59e8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-23T04:04:12.269Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.269Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria
2022-10-23T04:04:12.269Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:04:12.270Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.271Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria
2022-10-23T04:04:12.271Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:04:12.271Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.271Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is not matching search criteria
2022-10-23T04:04:12.271Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-23T04:04:12.272Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-23T04:04:12.272Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8d0c3d5e-bb79-4842-9531-faedffdb86bc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T04:04:12.284Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.285Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria
2022-10-23T04:04:12.285Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:04:12.285Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.286Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria
2022-10-23T04:04:12.286Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=ce86caf3-e296-4a53-bb90-65fa5ba9af2d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T04:04:12.288Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.288Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:12.288Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a1894b33-9318-47d1-91f8-74fdefdedfcd: basic_onboard_SRVrbo
2022-10-23T04:04:12.289Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.289Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:12.289Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.289Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:12.289Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.289Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:12.290Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.290Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:12.290Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:04:12.290Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:04:12.290Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_SRVrbo
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:04:12.493Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SRVrbo 58e657b9-1b82-4373-bed5-62a7d3fa250f 1 ASDC deployResourceStructure
2022-10-23T04:04:12.493Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json ASDC sendASDCNotification
2022-10-23T04:04:12.494Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json
2022-10-23T04:04:12.494Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T04:04:12.494Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:04:12.496Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:04:12.496Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497852493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T04:04:12.597Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T04:04:12.598Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:04:12.598Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:12.614Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:12.614Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:04:13.497Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-23T04:04:13.497Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml
2022-10-23T04:04:13.497Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T04:04:13.498Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:04:13.500Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:04:13.500Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497853497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-23T04:04:13.600Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:04:13.601Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:04:13.601Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:13.615Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:13.615Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:04:14.501Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-23T04:04:14.501Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env
2022-10-23T04:04:14.501Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T04:04:14.501Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:04:14.503Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:04:14.504Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497854500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-23T04:04:14.604Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T04:04:14.605Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:04:14.605Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:14.618Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:14.618Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:04:15.505Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar ASDC sendASDCNotification
2022-10-23T04:04:15.506Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar
2022-10-23T04:04:15.507Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T04:04:15.507Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:04:15.509Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:04:15.509Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497855505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:04:15.610Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:04:15.610Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:04:15.611Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:15.625Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:15.625Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:04:16.510Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbbac6c-f291-47d5-b222-5724db2c06e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:04:16.549Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbbac6c-f291-47d5-b222-5724db2c06e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:04:16.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T04:04:16.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T04:04:16.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T04:04:16.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T04:04:16.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:04:16.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:04:16.554Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:04:16.554Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:04:16.554Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:04:16.554Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:04:16.554Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:04:16.560Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T04:04:46.560Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebbbac6c-f291-47d5-b222-5724db2c06e0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T04:04:46.571Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebbbac6c-f291-47d5-b222-5724db2c06e0 and serviceModelVersionId: a1894b33-9318-47d1-91f8-74fdefdedfcd
2022-10-23T04:04:46.571Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5219a528-e528-426c-a03b-b44a1b32e7f1
2022-10-23T04:04:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:04:56.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:04:56.419Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:04:56.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:04:56.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:04:56.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:04:56.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:03.027Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5219a528-e528-426c-a03b-b44a1b32e7f1/model-vers/model-ver/a1894b33-9318-47d1-91f8-74fdefdedfcd?depth=0
2022-10-23T04:05:03.162Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T04:05:03.728Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5219a528-e528-426c-a03b-b44a1b32e7f1/model-vers/model-ver/a1894b33-9318-47d1-91f8-74fdefdedfcd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-23T04:05:03.734Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5219a528-e528-426c-a03b-b44a1b32e7f1/model-vers/model-ver/a1894b33-9318-47d1-91f8-74fdefdedfcd?depth=0|INFO|500||Invoke
2022-10-23T04:05:03.867Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5219a528-e528-426c-a03b-b44a1b32e7f1/model-vers/model-ver/a1894b33-9318-47d1-91f8-74fdefdedfcd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-23T04:05:04.084Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5219a528-e528-426c-a03b-b44a1b32e7f1/model-vers/model-ver/a1894b33-9318-47d1-91f8-74fdefdedfcd?depth=0|INFO|500||InvokeReturn
2022-10-23T04:05:04.085Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5219a528-e528-426c-a03b-b44a1b32e7f1/model-vers/model-ver/a1894b33-9318-47d1-91f8-74fdefdedfcd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221023-04:05:04:233-59751], vertex-id=[372760], Content-Length=[0], Date=[Sun, 23 Oct 2022 04:05:04 GMT], Content-Type=[application/json]}
2022-10-23T04:05:04.087Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-10-23T04:05:04.091Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T04:05:04.092Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T04:05:04.101Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T04:05:04.102Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebbbac6c-f291-47d5-b222-5724db2c06e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T04:05:04.103Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T04:05:04.104Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:04.107Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:04.107Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497904103,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T04:05:04.207Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:04.208Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:04.208Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:04.229Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:04.230Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T04:05:05.122Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:05:05.123Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:05:05.123Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:05.753Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:05.754Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-23T04:05:05.755Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a3bb014-1148-409e-9061-9fd58722e17c","serviceName":"vFW 2022-10-23 04-03-22","serviceVersion":"1.0","serviceUUID":"af19cac2-855d-4f6c-9c3c-e18525fc4e1e","serviceDescription":"catalog service description","serviceInvariantUUID":"28424d38-06f6-4374-bb45-bb4b985d9d39","resources":[{"resourceInstanceName":"vFW c0bcac9c-49d8 0","resourceName":"vFW c0bcac9c-49d8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"039c9017-f9a4-4391-9ae4-e4ec48280f31","resourceInvariantUUID":"cf97157d-59b9-4edc-a1a5-99661b3ed63e","resourceCustomizationUUID":"a44c5e00-2568-4692-b82a-4db091738749","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml","artifactChecksum":"NjliZGQ1YTQ2ZjdmMTdkYzFiOGMzNzFhZTY0ZjhjOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eeae0f7e-ba15-4974-af3f-842c8c3309b1","artifactVersion":"1"},{"artifactName":"vfwc0bcac9c49d80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json","artifactChecksum":"ODg3YjA4MjdiMTA0YmJjYTRlZmQ5Zjc1MmE3YzY3ZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9efd5acb-abb8-4ea5-b1e2-b71e7f625a3f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml","artifactChecksum":"MjQxYTk4NDljOTBlMTYxYzc4ZjkxODY0YzQzYWRmMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1221c291-bde3-42f4-be33-d5047bbad0e8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5044b8ec-0668-4a4d-8bd0-a2c179131098","artifactVersion":"2","generatedFromUUID":"989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221023040322-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml","artifactChecksum":"MDEyMjliMDdkMWYxMzhiNjU5ZTFjNGM2NTU5Y2FkNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c59cab57-5e14-4364-9915-97c00617c6b3","artifactVersion":"1"},{"artifactName":"service-Vfw20221023040322-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar","artifactChecksum":"ZjcyZWM5NDk1NzUyYjZjOGQ5MTZhYjYwZDNlNWY3NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"adb68506-b02b-441d-9d8a-d1f4296eb346","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T04:05:05.758Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:05:05.758Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:05.760Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:05.760Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:05.860Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:05.861Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:05.862Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:05.876Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:05.877Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:05:06.762Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:05:06.764Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:06.766Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:06.766Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "NOTIFIED"
}
2022-10-23T04:05:06.866Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:06.867Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:06.867Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:06.880Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:06.881Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:05:07.767Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:05:07.768Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:07.770Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:07.770Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:05:07.870Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:07.871Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:07.871Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:07.885Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:07.885Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:05:08.771Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:05:08.773Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:08.776Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:08.776Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:08.877Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T04:05:08.878Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:08.878Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:08.901Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:08.902Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:05:09.777Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:05:09.778Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:09.780Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:09.780Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-23T04:05:09.880Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:09.881Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:09.881Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:09.902Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:09.902Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:05:10.781Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:05:10.782Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:10.784Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:10.785Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:10.885Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:10.886Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:10.886Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:10.900Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:10.900Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:05:11.785Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:05:11.787Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:11.789Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:11.789Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:05:11.890Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-23T04:05:11.892Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:11.892Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:11.910Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:11.911Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:05:12.799Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"serviceName": "vFW 2022-10-23 04-03-22",
"serviceVersion": "1.0",
"serviceUUID": "af19cac2-855d-4f6c-9c3c-e18525fc4e1e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "28424d38-06f6-4374-bb45-bb4b985d9d39",
"resources": [
{
"resourceInstanceName": "vFW c0bcac9c-49d8 0",
"resourceCustomizationUUID": "a44c5e00-2568-4692-b82a-4db091738749",
"resourceName": "vFW c0bcac9c-49d8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "039c9017-f9a4-4391-9ae4-e4ec48280f31",
"resourceInvariantUUID": "cf97157d-59b9-4edc-a1a5-99661b3ed63e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc0bcac9c49d80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"artifactChecksum": "ODg3YjA4MjdiMTA0YmJjYTRlZmQ5Zjc1MmE3YzY3ZmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9efd5acb-abb8-4ea5-b1e2-b71e7f625a3f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5044b8ec-0668-4a4d-8bd0-a2c179131098",
"generatedFromUUID": "989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5044b8ec-0668-4a4d-8bd0-a2c179131098",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221023040322-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"artifactChecksum": "ZjcyZWM5NDk1NzUyYjZjOGQ5MTZhYjYwZDNlNWY3NTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "adb68506-b02b-441d-9d8a-d1f4296eb346"
}
],
"workloadContext": "Production"
}
2022-10-23T04:05:12.800Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T04:05:12.800Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 af19cac2-855d-4f6c-9c3c-e18525fc4e1e ASDC
2022-10-23T04:05:12.800Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7a3bb014-1148-409e-9061-9fd58722e17c
ServiceName:vFW 2022-10-23 04-03-22
ServiceVersion:1.0
ServiceUUID:af19cac2-855d-4f6c-9c3c-e18525fc4e1e
ServiceInvariantUUID:28424d38-06f6-4374-bb45-bb4b985d9d39
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221023040322-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar
ArtifactUUID:adb68506-b02b-441d-9d8a-d1f4296eb346
ArtifactChecksum:ZjcyZWM5NDk1NzUyYjZjOGQ5MTZhYjYwZDNlNWY3NTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c0bcac9c-49d8 0
ResourceCustomizationUUID:a44c5e00-2568-4692-b82a-4db091738749
ResourceInvariantUUID:cf97157d-59b9-4edc-a1a5-99661b3ed63e
ResourceName:vFW c0bcac9c-49d8
ResourceType:VF
ResourceUUID:039c9017-f9a4-4391-9ae4-e4ec48280f31
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc0bcac9c49d80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json
ArtifactUUID:9efd5acb-abb8-4ea5-b1e2-b71e7f625a3f
ArtifactChecksum:ODg3YjA4MjdiMTA0YmJjYTRlZmQ5Zjc1MmE3YzY3ZmQ=
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/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml
ArtifactUUID:989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a
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/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env
ArtifactUUID:5044b8ec-0668-4a4d-8bd0-a2c179131098
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/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env
ArtifactUUID:5044b8ec-0668-4a4d-8bd0-a2c179131098
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-23T04:05:12.801Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af19cac2-855d-4f6c-9c3c-e18525fc4e1e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:05:12.873Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T04:05:12.874Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-23T04:05:12.874Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-23T04:05:12.875Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: adb68506-b02b-441d-9d8a-d1f4296eb346 from URL: /sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:12.875Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-23T04:05:12.876Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:12.960Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-23T04:05:12.965Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar adb68506-b02b-441d-9d8a-d1f4296eb346 99003
2022-10-23T04:05:12.966Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar ASDC sendASDCNotification
2022-10-23T04:05:12.966Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:12.966Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T04:05:12.967Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:12.969Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:12.969Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497912966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:13.069Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:13.070Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:13.070Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:13.085Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:13.085Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:05:13.969Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T04:05:13.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-23T04:05:13.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: adb68506-b02b-441d-9d8a-d1f4296eb346, URL: /sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar to file: /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:13.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221023040322-csar.csar
2022-10-23T04:05:13.972Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:13.972Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:14.182Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6332877598662292446/Definitions/service-Vfw20221023040322-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-10-23T04:05:16.352Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||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-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c0bcac9c-49d8 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.355Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:16.355Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-23T04:05:16.355Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.355Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:16.355Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria
2022-10-23T04:05:16.355Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-23T04:05:16.356Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T04:05:16.356Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.356Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:16.356Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria
2022-10-23T04:05:16.356Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-23T04:05:16.357Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T04:05:16.357Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.357Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:16.358Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.358Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria
2022-10-23T04:05:16.358Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T04:05:16.358Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T04:05:16.359Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T04:05:16.359Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:16.359Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T04:05:16.360Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T04:05:16.360Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T04:05:16.360Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T04:05:16.360Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T04:05:16.360Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T04:05:16.361Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:16.361Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T04:05:16.361Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:16.361Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T04:05:16.362Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T04:05:16.362Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-23T04:05:16.362Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.362Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T04:05:16.363Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.363Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria
2022-10-23T04:05:16.363Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:05:16.364Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.364Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria
2022-10-23T04:05:16.364Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:05:16.364Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.365Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria
2022-10-23T04:05:16.365Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:05:16.365Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.366Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria
2022-10-23T04:05:16.366Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T04:05:16.366Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-23T04:05:16.366Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T04:05:16.367Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T04:05:16.367Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T04:05:16.367Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T04:05:16.367Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:16.368Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T04:05:16.368Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:16.368Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T04:05:16.368Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T04:05:16.369Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e8c3f220-aeae-4ba1-b053-f6284eacb807
2022-10-23T04:05:16.369Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.369Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria
2022-10-23T04:05:16.369Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T04:05:16.369Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T04:05:16.370Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T04:05:16.370Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:16.370Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T04:05:16.370Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T04:05:16.370Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T04:05:16.370Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-23T04:05:16.371Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T04:05:16.371Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:16.371Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T04:05:16.371Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T04:05:16.371Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=baa0e3f4-88bc-490e-98f2-bd95a40ca822
2022-10-23T04:05:16.371Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.372Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria
2022-10-23T04:05:16.372Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T04:05:16.372Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T04:05:16.372Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T04:05:16.372Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:16.374Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-23T04:05:16.374Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c1ca1f7e-9410-4423-a79c-829b952ca037
2022-10-23T04:05:16.374Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.374Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:16.374Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.374Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:16.375Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.375Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:16.375Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:16.375Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:16.375Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-23 04-03-22
Description:catalog service description
Model UUID:af19cac2-855d-4f6c-9c3c-e18525fc4e1e
Model Version:NULL
Model InvariantUuid:28424d38-06f6-4374-bb45-bb4b985d9d39
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c0bcac9c-49d8
Model UUID:7b019153-927a-4b92-8ff5-044fe4d4395d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cf97157d-59b9-4edc-a1a5-99661b3ed63e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a44c5e00-2568-4692-b82a-4db091738749
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:39dc2623-33d3-4aa0-8cb0-4fb40ce323ad
ModelName:VfwC0bcac9c49d8..base_vfw..module-0
ModelUuid:2ccb4cb8-d5f6-460e-8b49-064580ea985e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e8c3f220-aeae-4ba1-b053-f6284eacb807
ModelInvariantUuid:b7ddf15b-cfa3-4aa1-ad66-68457cea8c0a
ModelName:vFW c0bcac9c-49d8-nodes.vfwCvfc
ModelUuid:5efe40cb-0873-4a8a-910c-9c56c5bb88f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7587cb83-baab-4b85-a9b2-c7e8c14aa60b
ModelInvariantUuid:bff96303-8e10-4bea-9cb0-a8c3e64ee9d9
ModelName:VfwC0bcac9c49d8.compute.nodes.heat.vfw
ModelUuid:03a00484-9db6-437e-a428-edc836911a26
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:baa0e3f4-88bc-490e-98f2-bd95a40ca822
ModelInvariantUuid:76217895-a3ed-4d38-bb69-01106cf0eed7
ModelName:vFW c0bcac9c-49d8-nodes.vsnCvfc
ModelUuid:9c36ed2c-4aaf-4ef5-8a5d-014794d7bdc7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:81e41420-d54c-4edb-aa6d-24f4c3975eed
ModelInvariantUuid:eace304e-5dc4-44af-a38c-d832c8e24966
ModelName:VfwC0bcac9c49d8.compute.nodes.heat.vsn
ModelUuid:efb6012d-2908-422f-9e8a-ef61d6235673
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c1ca1f7e-9410-4423-a79c-829b952ca037
ModelInvariantUuid:e3a70510-2cc7-4d47-99d1-6a87563dcc54
ModelName:vFW c0bcac9c-49d8-nodes.vpgCvfc
ModelUuid:6a3468c2-88c5-4103-b868-2f5267c824f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:931eaa95-c9b1-4f8a-89d6-4fa5e914ebca
ModelInvariantUuid:c39a4026-3502-47a4-9318-18f046871a51
ModelName:VfwC0bcac9c49d8.compute.nodes.heat.vpg
ModelUuid:ca3c83a6-c07e-4d81-b7bc-43f8d154a10f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T04:05:16.383Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 039c9017-f9a4-4391-9ae4-e4ec48280f31
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T04:05:16.386Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||vFW c0bcac9c-49d8 0
2022-10-23T04:05:16.386Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 039c9017-f9a4-4391-9ae4-e4ec48280f31
2022-10-23T04:05:16.386Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9efd5acb-abb8-4ea5-b1e2-b71e7f625a3f from URL: /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json
2022-10-23T04:05:16.386Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-23T04:05:16.387Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json
2022-10-23T04:05:16.442Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-23T04:05:16.442Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json 9efd5acb-abb8-4ea5-b1e2-b71e7f625a3f 785
2022-10-23T04:05:16.443Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json ASDC sendASDCNotification
2022-10-23T04:05:16.443Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json
2022-10-23T04:05:16.443Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T04:05:16.443Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:16.445Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:16.445Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497916443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:16.545Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:16.546Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:16.547Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:16.562Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:16.562Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:05:17.446Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC0bcac9c49d8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "39dc2623-33d3-4aa0-8cb0-4fb40ce323ad",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ccb4cb8-d5f6-460e-8b49-064580ea985e",
"vfModuleModelCustomizationUUID": "fb43c718-b82a-40c2-bf1e-29147c2d3a0e",
"isBase": true,
"artifacts": [
"989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a",
"5044b8ec-0668-4a4d-8bd0-a2c179131098"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-23T04:05:17.452Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC0bcac9c49d8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ccb4cb8-d5f6-460e-8b49-064580ea985e
VfModuleModelInvariantUUID:39dc2623-33d3-4aa0-8cb0-4fb40ce323ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a
,
5044b8ec-0668-4a4d-8bd0-a2c179131098
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-23T04:05:17.454Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC0bcac9c49d8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "39dc2623-33d3-4aa0-8cb0-4fb40ce323ad",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ccb4cb8-d5f6-460e-8b49-064580ea985e",
"vfModuleModelCustomizationUUID": "fb43c718-b82a-40c2-bf1e-29147c2d3a0e",
"isBase": true,
"artifacts": [
"989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a",
"5044b8ec-0668-4a4d-8bd0-a2c179131098"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-23T04:05:17.454Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC0bcac9c49d8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ccb4cb8-d5f6-460e-8b49-064580ea985e
VfModuleModelInvariantUUID:39dc2623-33d3-4aa0-8cb0-4fb40ce323ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a
,
5044b8ec-0668-4a4d-8bd0-a2c179131098
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-23T04:05:17.454Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a from URL: /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml
2022-10-23T04:05:17.454Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-23T04:05:17.455Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml
2022-10-23T04:05:17.528Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-23T04:05:17.529Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml 989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a 20368
2022-10-23T04:05:17.529Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-23T04:05:17.529Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml
2022-10-23T04:05:17.530Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T04:05:17.530Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:17.532Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:17.532Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497917529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:17.632Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:17.633Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:17.633Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:17.650Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:17.651Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:05:18.533Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5044b8ec-0668-4a4d-8bd0-a2c179131098 from URL: /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env
2022-10-23T04:05:18.533Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-23T04:05:18.534Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env
2022-10-23T04:05:18.599Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-23T04:05:18.599Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env 5044b8ec-0668-4a4d-8bd0-a2c179131098 2098
2022-10-23T04:05:18.599Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-23T04:05:18.599Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env
2022-10-23T04:05:18.600Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T04:05:18.600Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:18.602Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:18.603Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497918599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:18.703Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:18.704Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:18.704Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:18.721Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:18.721Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:05:19.603Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: af19cac2-855d-4f6c-9c3c-e18525fc4e1e
2022-10-23T04:05:19.604Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c0bcac9c-49d8 0 039c9017-f9a4-4391-9ae4-e4ec48280f31 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T04:05:19.627Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c724974, org.onap.sdc.toscaparser.api.parameters.Input@1ea5f881, org.onap.sdc.toscaparser.api.parameters.Input@35a099, org.onap.sdc.toscaparser.api.parameters.Input@54ed33db, org.onap.sdc.toscaparser.api.parameters.Input@5adae9db]
2022-10-23T04:05:19.629Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.629Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:19.629Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-10-23T04:05:19.629Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a44c5e00-2568-4692-b82a-4db091738749
2022-10-23T04:05:19.630Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a44c5e00-2568-4692-b82a-4db091738749 matches Tosca VF Customization UUID: a44c5e00-2568-4692-b82a-4db091738749
2022-10-23T04:05:19.630Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a44c5e00-2568-4692-b82a-4db091738749 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-23T04:05:19.632Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.633Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:19.633Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a44c5e00-2568-4692-b82a-4db091738749: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-10-23T04:05:19.634Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b58a783
2022-10-23T04:05:19.634Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.634Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-23T04:05:19.634Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb43c718-b82a-40c2-bf1e-29147c2d3a0e
2022-10-23T04:05:19.635Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb43c718-b82a-40c2-bf1e-29147c2d3a0e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-23T04:05:19.637Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.637Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria
2022-10-23T04:05:19.637Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:05:19.638Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.638Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria
2022-10-23T04:05:19.638Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:05:19.638Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.639Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria
2022-10-23T04:05:19.639Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T04:05:19.639Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-23T04:05:19.639Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T04:05:19.639Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T04:05:19.640Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T04:05:19.640Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T04:05:19.640Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:19.640Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T04:05:19.640Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:19.641Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T04:05:19.641Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T04:05:19.641Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e8c3f220-aeae-4ba1-b053-f6284eacb807
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T04:05:19.643Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.644Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria
2022-10-23T04:05:19.644Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:05:19.644Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.644Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria
2022-10-23T04:05:19.645Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T04:05:19.645Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T04:05:19.645Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T04:05:19.645Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:19.645Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T04:05:19.646Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T04:05:19.646Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T04:05:19.647Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-23T04:05:19.647Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-23T04:05:19.647Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:19.647Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-23T04:05:19.648Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T04:05:19.648Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=baa0e3f4-88bc-490e-98f2-bd95a40ca822
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T04:05:19.650Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.651Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria
2022-10-23T04:05:19.651Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:05:19.655Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.655Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria
2022-10-23T04:05:19.656Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-23T04:05:19.656Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-23T04:05:19.656Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-23T04:05:19.656Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:19.656Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-23T04:05:19.657Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-23T04:05:19.657Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-23T04:05:19.657Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-23T04:05:19.657Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-23T04:05:19.657Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-23T04:05:19.658Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-23T04:05:19.658Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-23T04:05:19.658Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c1ca1f7e-9410-4423-a79c-829b952ca037
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-23T04:05:19.662Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.662Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria
2022-10-23T04:05:19.663Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:05:19.663Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.663Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria
2022-10-23T04:05:19.663Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=a44c5e00-2568-4692-b82a-4db091738749
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T04:05:19.666Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.667Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:19.667Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid af19cac2-855d-4f6c-9c3c-e18525fc4e1e: vFW c0bcac9c-49d8
2022-10-23T04:05:19.667Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.668Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:19.668Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.668Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:19.668Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.668Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:19.669Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.669Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:19.669Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:05:19.669Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:05:19.669Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-10-23 04-03-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-10-23T04:05:19.881Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c0bcac9c-49d8 039c9017-f9a4-4391-9ae4-e4ec48280f31 1 ASDC deployResourceStructure
2022-10-23T04:05:19.882Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json ASDC sendASDCNotification
2022-10-23T04:05:19.882Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json
2022-10-23T04:05:19.882Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T04:05:19.883Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:19.885Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:19.885Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497919882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:19.985Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:19.986Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:19.986Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:20.003Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:20.003Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:05:20.886Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-23T04:05:20.887Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml
2022-10-23T04:05:20.887Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T04:05:20.887Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:20.890Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:20.890Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497920886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:20.990Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:20.991Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:20.992Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:21.009Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:21.009Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:05:21.892Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-23T04:05:21.893Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env
2022-10-23T04:05:21.894Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T04:05:21.894Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:21.899Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:21.899Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497921891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:21.999Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:22.001Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:22.001Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:22.017Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:22.018Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:05:22.900Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar ASDC sendASDCNotification
2022-10-23T04:05:22.900Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar
2022-10-23T04:05:22.900Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T04:05:22.901Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:05:22.903Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:05:22.903Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497922900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:23.003Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:05:23.004Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:05:23.004Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:23.018Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:23.018Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:05:23.903Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:05:23.917Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:05:23.919Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T04:05:23.920Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T04:05:23.920Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T04:05:53.920Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:05:53.937Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:05:53.939Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T04:05:53.939Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T04:05:53.940Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T04:05:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:05:56.419Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:05:56.419Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:05:56.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:05:56.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497836408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497844438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:56.466Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497848826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:56.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497849920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:56.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "clamp",
"timestamp": 1666497840076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "cds",
"timestamp": 1666497845574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497848080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "policy-id",
"timestamp": 1666497848049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "clamp",
"timestamp": 1666497840076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "cds",
"timestamp": 1666497845574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "policy-id",
"timestamp": 1666497848049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497848080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497851202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:56.472Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "clamp",
"timestamp": 1666497840076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497848080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "cds",
"timestamp": 1666497845574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "policy-id",
"timestamp": 1666497848049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497851153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497852493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:56.475Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "clamp",
"timestamp": 1666497840076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "cds",
"timestamp": 1666497845574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497848080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "policy-id",
"timestamp": 1666497848049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497851153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497853497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:56.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "clamp",
"timestamp": 1666497840076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "cds",
"timestamp": 1666497845574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "policy-id",
"timestamp": 1666497848049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497848080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497851153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497854500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:56.481Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "clamp",
"timestamp": 1666497840076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "cds",
"timestamp": 1666497845574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497848080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "policy-id",
"timestamp": 1666497848049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497855617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497851153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497855505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:56.484Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "clamp",
"timestamp": 1666497840076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "cds",
"timestamp": 1666497845574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "policy-id",
"timestamp": 1666497848049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497848080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497855617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497851153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497855617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497851153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "cds",
"timestamp": 1666497858030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:56.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497858417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:56.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "policy-id",
"timestamp": 1666497857274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:56.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497855617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497851153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "cds",
"timestamp": 1666497859037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:05:56.499Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a3bb014-1148-409e-9061-9fd58722e17c
2022-10-23T04:05:56.499Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3bb014-1148-409e-9061-9fd58722e17c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:05:56.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "policy-id",
"timestamp": 1666497858279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:56.512Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497859520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:56.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497855617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "policy-id",
"timestamp": 1666497859282,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:05:56.519Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a3bb014-1148-409e-9061-9fd58722e17c
2022-10-23T04:05:56.520Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3bb014-1148-409e-9061-9fd58722e17c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:05:56.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497858907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:56.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497860595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:56.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497855617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497861625,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:05:56.537Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a3bb014-1148-409e-9061-9fd58722e17c
2022-10-23T04:05:56.537Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3bb014-1148-409e-9061-9fd58722e17c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-23T04:05:56.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666497855617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666497862629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:56.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497862272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:56.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "aai-ml",
"timestamp": 1666497863304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666497863278,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:05:56.561Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a3bb014-1148-409e-9061-9fd58722e17c
2022-10-23T04:05:56.561Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3bb014-1148-409e-9061-9fd58722e17c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:05:56.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "aai-ml",
"timestamp": 1666497863304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "aai-ml",
"timestamp": 1666497863304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "clamp",
"timestamp": 1666497865682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:56.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "aai-ml",
"timestamp": 1666497863304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "aai-ml",
"timestamp": 1666497863304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "clamp",
"timestamp": 1666497867693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:56.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "aai-ml",
"timestamp": 1666497863304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:05:56.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "clamp",
"timestamp": 1666497868697,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:05:56.578Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a3bb014-1148-409e-9061-9fd58722e17c
2022-10-23T04:05:56.579Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3bb014-1148-409e-9061-9fd58722e17c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:05:56.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "aai-ml",
"timestamp": 1666497863304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:05:56.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:05:56.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "aai-ml",
"timestamp": 1666497871070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:05:56.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "aai-ml",
"timestamp": 1666497880821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:05:56.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:05:56.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:05:56.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "aai-ml",
"timestamp": 1666497881826,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:05:56.594Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a3bb014-1148-409e-9061-9fd58722e17c
2022-10-23T04:05:56.595Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3bb014-1148-409e-9061-9fd58722e17c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:06:23.940Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:06:23.957Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:06:23.960Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T04:06:23.960Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T04:06:23.960Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T04:06:23.960Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T04:06:23.960Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:06:23.961Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:06:23.961Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:06:23.961Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:06:23.961Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:06:23.961Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:06:23.961Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:06:23.966Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T04:06:53.967Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T04:06:53.975Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a3bb014-1148-409e-9061-9fd58722e17c and serviceModelVersionId: af19cac2-855d-4f6c-9c3c-e18525fc4e1e
2022-10-23T04:06:53.975Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28424d38-06f6-4374-bb45-bb4b985d9d39
2022-10-23T04:06:53.977Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28424d38-06f6-4374-bb45-bb4b985d9d39/model-vers/model-ver/af19cac2-855d-4f6c-9c3c-e18525fc4e1e?depth=0
2022-10-23T04:06:53.985Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T04:06:54.052Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28424d38-06f6-4374-bb45-bb4b985d9d39/model-vers/model-ver/af19cac2-855d-4f6c-9c3c-e18525fc4e1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-23T04:06:54.055Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28424d38-06f6-4374-bb45-bb4b985d9d39/model-vers/model-ver/af19cac2-855d-4f6c-9c3c-e18525fc4e1e?depth=0|INFO|500||Invoke
2022-10-23T04:06:54.087Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28424d38-06f6-4374-bb45-bb4b985d9d39/model-vers/model-ver/af19cac2-855d-4f6c-9c3c-e18525fc4e1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-23T04:06:54.219Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28424d38-06f6-4374-bb45-bb4b985d9d39/model-vers/model-ver/af19cac2-855d-4f6c-9c3c-e18525fc4e1e?depth=0|INFO|500||InvokeReturn
2022-10-23T04:06:54.220Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28424d38-06f6-4374-bb45-bb4b985d9d39/model-vers/model-ver/af19cac2-855d-4f6c-9c3c-e18525fc4e1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221023-04:06:54:452-60358], vertex-id=[213216], Content-Length=[0], Date=[Sun, 23 Oct 2022 04:06:54 GMT], Content-Type=[application/json]}
2022-10-23T04:06:54.222Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-10-23T04:06:54.222Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T04:06:54.223Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T04:06:54.231Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T04:06:54.231Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a3bb014-1148-409e-9061-9fd58722e17c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T04:06:54.231Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T04:06:54.232Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:06:54.234Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:06:54.234Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498014231,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T04:06:54.335Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T04:06:54.336Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:06:54.336Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:06:54.351Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:06:54.352Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T04:06:55.251Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:06:55.252Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:06:55.252Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:06:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:06:56.418Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:06:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:06:56.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:06:56.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497904103,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T04:06:56.451Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:06:56.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:06:56.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:06:56.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "NOTIFIED"
}
2022-10-23T04:06:56.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:06:56.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:06:56.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:06:56.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:06:56.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:06:56.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-23T04:06:56.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:06:56.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:06:56.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:06:56.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497905122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:06:56.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-23T04:06:56.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497912966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:06:56.454Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:06:56.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497916443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:06:56.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:06:56.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497917529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:06:56.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:06:56.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497918599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:06:56.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:06:56.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497919882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T04:06:56.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:06:56.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497920886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-23T04:06:56.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:06:56.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497921891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-23T04:06:56.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:06:56.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-23T04:06:56.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666497922900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:06:56.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:07:04.796Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:07:04.798Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:07:04.800Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:07:04.800Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:07:14.363Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:07:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:07:56.410Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:07:56.410Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:07:56.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:07:56.418Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:07:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:07:56.941Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:07:56.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-23T04:07:56.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498014231,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T04:07:56.944Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:08:05.986Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:08:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:08:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:08:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:08:56.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:08:56.417Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:08:56.417Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:09:05.996Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:09:06.002Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:09:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:09:56.410Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:09:56.411Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:09:56.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:09:56.418Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:09:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:10:05.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:10:05.964Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:10:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:10:56.410Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:10:56.410Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:10:56.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:10:56.417Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:10:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:11:05.968Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:11:05.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:11:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:11:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:11:56.410Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:11:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:11:56.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:11:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:12:05.951Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:12:05.970Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:12:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:12:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:12:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:12:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:12:56.419Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:12:56.419Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:13:05.955Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:13:05.956Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:13:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:13:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:13:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:13:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:13:56.418Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:13:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:14:05.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:14:05.967Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:14:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:14:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:14:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:14:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:14:56.418Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:14:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:15:05.955Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:15:05.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:15:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:15:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:15:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:15:56.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:15:56.418Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:15:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:16:05.952Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:16:05.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:16:56.411Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:16:56.412Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:16:56.412Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:16:56.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:16:56.418Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:16:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:17:05.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:17:05.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:17:56.409Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:17:56.413Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:17:56.414Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:17:56.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:17:56.421Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:17:56.421Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:17:57.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:17:57.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"608b3845-ca75-404e-af10-72824ba52491","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c89e62d9-c8e6-4dc1-9515-69587c682c66","serviceDescription":"service","serviceInvariantUUID":"87e663a3-d26e-4ff1-b311-2f0ab312d1ea","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ac7a683e-b902-469a-990b-41a0eb3230c0","resourceInvariantUUID":"2f2a00ab-69a6-4aaf-9d8e-72aa252a2b9e","resourceCustomizationUUID":"a2c440ff-cb3b-4a91-8382-c2085cf1ae64","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":"Mzc1YTEyNDhiZGRmMjVmMTM3ZGQyNTAxYzU1MzUwMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95a7e956-e413-48e8-b70a-52a671e1970e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDdkZjhlMzUxMTRlNzM5YTU5ZTYzYmE0MmIwN2E3ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1dd4047-ffd0-4683-b99c-0cb420119ab6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T04:17:57.069Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:17:57.070Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:17:57.075Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:17:57.075Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498676409,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:17:57.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:17:57.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "clamp",
"timestamp": 1666498650075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:17:57.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "cds",
"timestamp": 1666498655580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:17:57.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498655617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:17:57.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "cds",
"timestamp": 1666498655580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:17:57.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "clamp",
"timestamp": 1666498650075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:17:57.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498655617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:17:57.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "cds",
"timestamp": 1666498662922,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:17:57.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:17:57.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498661153,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:17:57.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "cds",
"timestamp": 1666498663942,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:17:57.114Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 608b3845-ca75-404e-af10-72824ba52491
2022-10-23T04:17:57.114Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 608b3845-ca75-404e-af10-72824ba52491 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:17:57.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498661153,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:17:57.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498663892,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:17:57.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:17:57.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "clamp",
"timestamp": 1666498664843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:17:57.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:17:57.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498665511,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:17:57.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:17:57.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "clamp",
"timestamp": 1666498666809,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:17:57.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:17:57.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498666515,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:17:57.135Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 608b3845-ca75-404e-af10-72824ba52491
2022-10-23T04:17:57.135Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 608b3845-ca75-404e-af10-72824ba52491 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:17:57.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498668080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:17:57.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "clamp",
"timestamp": 1666498667812,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:17:57.152Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 608b3845-ca75-404e-af10-72824ba52491
2022-10-23T04:17:57.152Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 608b3845-ca75-404e-af10-72824ba52491 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:17:57.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498668080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:17:57.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "policy-id",
"timestamp": 1666498668049,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:17:57.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "policy-id",
"timestamp": 1666498668049,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:17:57.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "policy-id",
"timestamp": 1666498670829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:17:57.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:17:57.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "policy-id",
"timestamp": 1666498671833,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:17:57.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:17:57.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "policy-id",
"timestamp": 1666498672839,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:17:57.169Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 608b3845-ca75-404e-af10-72824ba52491
2022-10-23T04:17:57.169Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 608b3845-ca75-404e-af10-72824ba52491 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:17:57.175Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:17:57.176Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:17:57.176Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:17:57.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "aai-ml",
"timestamp": 1666498673304,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:17:57.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "aai-ml",
"timestamp": 1666498673304,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:17:57.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:17:57.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:17:57.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "aai-ml",
"timestamp": 1666498676045,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:17:57.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:17:57.203Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:17:57.204Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:17:58.076Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:17:58.077Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:17:58.080Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:17:58.080Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498676409,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:17:58.180Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:17:58.181Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:17:58.181Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:17:58.198Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:17:58.198Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:17:59.082Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c89e62d9-c8e6-4dc1-9515-69587c682c66",
"serviceDescription": "service",
"serviceInvariantUUID": "87e663a3-d26e-4ff1-b311-2f0ab312d1ea",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "a2c440ff-cb3b-4a91-8382-c2085cf1ae64",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ac7a683e-b902-469a-990b-41a0eb3230c0",
"resourceInvariantUUID": "2f2a00ab-69a6-4aaf-9d8e-72aa252a2b9e",
"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": "MDdkZjhlMzUxMTRlNzM5YTU5ZTYzYmE0MmIwN2E3ZTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c1dd4047-ffd0-4683-b99c-0cb420119ab6"
}
],
"workloadContext": "Production"
}
2022-10-23T04:17:59.083Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T04:17:59.083Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c89e62d9-c8e6-4dc1-9515-69587c682c66 ASDC
2022-10-23T04:17:59.084Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:608b3845-ca75-404e-af10-72824ba52491
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c89e62d9-c8e6-4dc1-9515-69587c682c66
ServiceInvariantUUID:87e663a3-d26e-4ff1-b311-2f0ab312d1ea
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:c1dd4047-ffd0-4683-b99c-0cb420119ab6
ArtifactChecksum:MDdkZjhlMzUxMTRlNzM5YTU5ZTYzYmE0MmIwN2E3ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a2c440ff-cb3b-4a91-8382-c2085cf1ae64
ResourceInvariantUUID:2f2a00ab-69a6-4aaf-9d8e-72aa252a2b9e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ac7a683e-b902-469a-990b-41a0eb3230c0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-23T04:17:59.084Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c89e62d9-c8e6-4dc1-9515-69587c682c66 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T04:17:59.114Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T04:17:59.116Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-23T04:17:59.116Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-23T04:17:59.116Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c1dd4047-ffd0-4683-b99c-0cb420119ab6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-23T04:17:59.116Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-23T04:17:59.117Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-23T04:17:59.186Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-23T04:17:59.189Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c1dd4047-ffd0-4683-b99c-0cb420119ab6 52510
2022-10-23T04:17:59.189Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-23T04:17:59.189Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-23T04:17:59.190Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T04:17:59.190Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:17:59.192Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:17:59.192Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498679189,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:17:59.292Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T04:17:59.293Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:17:59.294Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:17:59.308Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:17:59.308Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:18:00.193Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T04:18:00.194Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-23T04:18:00.195Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c1dd4047-ffd0-4683-b99c-0cb420119ab6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T04:18:00.195Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-23T04:18:00.196Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T04:18:00.196Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T04:18:00.367Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2052625825350345197/Definitions/service-BasicNetwork-template.yml
2022-10-23T04:18:00.978Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T04:18:00.979Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-23T04:18:00.979Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T04:18:00.979Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-23T04:18:00.979Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T04:18:00.979Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T04:18:00.980Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T04:18:00.980Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T04:18:00.980Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T04:18:00.980Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T04:18:00.980Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T04:18:00.981Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-23T04:18:00.981Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-23T04:18:00.981Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:00.981Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:00.982Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-23T04:18:00.982Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-23T04:18:00.982Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T04:18:00.983Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:00.983Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:00.983Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-23T04:18:00.983Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-23T04:18:00.983Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T04:18:00.984Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:00.984Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:00.984Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:00.984Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:00.985Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:00.985Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:00.985Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:00.985Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:00.986Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:00.986Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:00.986Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c89e62d9-c8e6-4dc1-9515-69587c682c66
Model Version:NULL
Model InvariantUuid:87e663a3-d26e-4ff1-b311-2f0ab312d1ea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2f2a00ab-69a6-4aaf-9d8e-72aa252a2b9e
Model UUID:77bf01de-4e89-4c98-9605-fa12303706e0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:a2c440ff-cb3b-4a91-8382-c2085cf1ae64
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-23T04:18:00.994Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: ac7a683e-b902-469a-990b-41a0eb3230c0
2022-10-23T04:18:00.995Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||No resources found for Service: c89e62d9-c8e6-4dc1-9515-69587c682c66
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T04:18:01.002Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||
2022-10-23T04:18:01.002Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-23T04:18:01.003Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||No resources found for Service: c89e62d9-c8e6-4dc1-9515-69587c682c66
2022-10-23T04:18:01.004Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c89e62d9-c8e6-4dc1-9515-69587c682c66
2022-10-23T04:18:01.004Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-23T04:18:01.004Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T04:18:01.010Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@731ed602, org.onap.sdc.toscaparser.api.parameters.Input@62bb8786, org.onap.sdc.toscaparser.api.parameters.Input@578a9616, org.onap.sdc.toscaparser.api.parameters.Input@531953ca, org.onap.sdc.toscaparser.api.parameters.Input@56b2216d]
2022-10-23T04:18:01.011Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:01.012Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:01.012Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:01.012Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:01.013Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c89e62d9-c8e6-4dc1-9515-69587c682c66: Generic NeutronNet
2022-10-23T04:18:01.013Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:01.013Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:01.013Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:01.014Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-23T04:18:01.056Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:01.056Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:01.057Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:01.057Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:01.057Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:18:01.057Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:18:01.057Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-23T04:18:01.114Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-23T04:18:01.115Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-23T04:18:01.115Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-23T04:18:01.115Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-23T04:18:01.116Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:18:01.117Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:18:01.118Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498681115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:18:01.218Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:18:01.219Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:18:01.219Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:18:01.233Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:18:01.234Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:18:02.118Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:18:02.131Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:18:02.135Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T04:18:02.135Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T04:18:02.135Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T04:18:32.135Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:18:32.150Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:18:32.153Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T04:18:32.153Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T04:18:32.153Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T04:18:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:18:56.419Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:18:56.419Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:18:56.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:18:56.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:18:56.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498676409,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:18:56.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:02.154Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:19:02.167Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:19:02.170Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T04:19:02.170Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T04:19:02.170Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T04:19:32.170Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:19:32.182Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:19:32.185Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T04:19:32.186Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-23T04:19:32.186Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-23T04:19:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:19:56.418Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:19:56.418Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:19:56.441Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:19:56.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498676409,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498679189,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "aai-ml",
"timestamp": 1666498679995,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:19:56.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "aai-ml",
"timestamp": 1666498680999,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:19:56.468Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 608b3845-ca75-404e-af10-72824ba52491
2022-10-23T04:19:56.468Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 608b3845-ca75-404e-af10-72824ba52491 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:19:56.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498681115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:19:56.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498688081,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "cds",
"timestamp": 1666498685574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "policy-id",
"timestamp": 1666498688049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498691153,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498688081,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "cds",
"timestamp": 1666498685574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "policy-id",
"timestamp": 1666498688049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498691153,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498688081,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "cds",
"timestamp": 1666498685574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "policy-id",
"timestamp": 1666498688049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498691153,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "cds",
"timestamp": 1666498685574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498688081,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "policy-id",
"timestamp": 1666498688049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498695617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498691153,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "cds",
"timestamp": 1666498685574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498688081,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "policy-id",
"timestamp": 1666498688049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498695617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498691153,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498688081,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "cds",
"timestamp": 1666498685574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "policy-id",
"timestamp": 1666498688049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498695617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498691153,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "cds",
"timestamp": 1666498685574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498688081,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "policy-id",
"timestamp": 1666498688049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498695617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498691153,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498700280,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "cds",
"timestamp": 1666498699844,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "policy-id",
"timestamp": 1666498699081,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498695617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498698888,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.508Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "cds",
"timestamp": 1666498700853,
"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-10-23T04:19:56.527Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19642a12-a9af-4689-9a27-4f1212948033
2022-10-23T04:19:56.528Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19642a12-a9af-4689-9a27-4f1212948033 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:19:56.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "policy-id",
"timestamp": 1666498700086,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:19:56.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498701345,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498695617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "policy-id",
"timestamp": 1666498701089,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:19:56.545Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19642a12-a9af-4689-9a27-4f1212948033
2022-10-23T04:19:56.545Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19642a12-a9af-4689-9a27-4f1212948033 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:19:56.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498695617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498702418,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498701163,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:19:56.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "cds",
"timestamp": 1666498701858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498703440,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:19:56.559Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19642a12-a9af-4689-9a27-4f1212948033
2022-10-23T04:19:56.560Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19642a12-a9af-4689-9a27-4f1212948033 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-23T04:19:56.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498702167,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:19:56.570Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19642a12-a9af-4689-9a27-4f1212948033
2022-10-23T04:19:56.571Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19642a12-a9af-4689-9a27-4f1212948033 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:19:56.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "cds",
"timestamp": 1666498701858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498704445,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-23T04:19:56.578Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "cds",
"timestamp": 1666498701858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "cds",
"timestamp": 1666498701858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "cds",
"timestamp": 1666498701858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "cds",
"timestamp": 1666498701858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498708080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "cds",
"timestamp": 1666498701858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498708080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "policy-id",
"timestamp": 1666498708049,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "cds",
"timestamp": 1666498701858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498708080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "policy-id",
"timestamp": 1666498708049,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "cds",
"timestamp": 1666498710596,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498708080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "aai-ml",
"timestamp": 1666498711057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.586Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "clamp",
"timestamp": 1666498710076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "policy-id",
"timestamp": 1666498708049,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "cds",
"timestamp": 1666498711603,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:19:56.599Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e575b5ed-4fc9-48da-a745-648e37499b3d
2022-10-23T04:19:56.599Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e575b5ed-4fc9-48da-a745-648e37499b3d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:19:56.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498708080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "clamp",
"timestamp": 1666498710076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "policy-id",
"timestamp": 1666498708049,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498708080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "clamp",
"timestamp": 1666498710076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "policy-id",
"timestamp": 1666498708049,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498708080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "clamp",
"timestamp": 1666498710076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "policy-id",
"timestamp": 1666498708049,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498708080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "clamp",
"timestamp": 1666498710076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "policy-id",
"timestamp": 1666498708049,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498715617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "clamp",
"timestamp": 1666498710076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "policy-id",
"timestamp": 1666498708049,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498715617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "clamp",
"timestamp": 1666498710076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "policy-id",
"timestamp": 1666498716779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.612Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498715617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "aai-ml",
"timestamp": 1666498717721,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:19:56.612Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "policy-id",
"timestamp": 1666498717783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:19:56.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498715617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "aai-ml",
"timestamp": 1666498718726,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:19:56.618Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19642a12-a9af-4689-9a27-4f1212948033
2022-10-23T04:19:56.618Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19642a12-a9af-4689-9a27-4f1212948033 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:19:56.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "policy-id",
"timestamp": 1666498718786,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:19:56.631Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e575b5ed-4fc9-48da-a745-648e37499b3d
2022-10-23T04:19:56.631Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e575b5ed-4fc9-48da-a745-648e37499b3d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:19:56.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498715617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498715617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498715617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498715617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498721153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498721153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498724435,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.646Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498721153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498725619,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-10-23T04:19:56.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498721153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498726623,
"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-10-23T04:19:56.652Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e575b5ed-4fc9-48da-a745-648e37499b3d
2022-10-23T04:19:56.653Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e575b5ed-4fc9-48da-a745-648e37499b3d 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-10-23T04:19:56.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498721153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "aai-ml",
"timestamp": 1666498703305,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498721153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "aai-ml",
"timestamp": 1666498727837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498728080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498721153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498728080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "policy-id",
"timestamp": 1666498728049,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "clamp",
"timestamp": 1666498728914,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498721153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498728080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "policy-id",
"timestamp": 1666498728049,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498729917,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:19:56.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "cds",
"timestamp": 1666498730574,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498728080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "policy-id",
"timestamp": 1666498728049,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "clamp",
"timestamp": 1666498730830,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:19:56.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "cds",
"timestamp": 1666498730574,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498728080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "policy-id",
"timestamp": 1666498728049,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "clamp",
"timestamp": 1666498731836,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:19:56.673Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19642a12-a9af-4689-9a27-4f1212948033
2022-10-23T04:19:56.673Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19642a12-a9af-4689-9a27-4f1212948033 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:19:56.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498731747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:19:56.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "aai-ml",
"timestamp": 1666498732567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-23T04:19:56.682Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-23T04:19:56.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "cds",
"timestamp": 1666498730574,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498728080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "policy-id",
"timestamp": 1666498728049,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "clamp",
"timestamp": 1666498710076,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666498732750,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:19:56.690Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e575b5ed-4fc9-48da-a745-648e37499b3d
2022-10-23T04:19:56.691Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e575b5ed-4fc9-48da-a745-648e37499b3d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:19:56.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "aai-ml",
"timestamp": 1666498733597,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:19:56.703Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e575b5ed-4fc9-48da-a745-648e37499b3d
2022-10-23T04:19:56.703Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e575b5ed-4fc9-48da-a745-648e37499b3d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-23T04:19:56.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "cds",
"timestamp": 1666498730574,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498728080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "policy-id",
"timestamp": 1666498728049,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "clamp",
"timestamp": 1666498710076,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "cds",
"timestamp": 1666498730574,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498728080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "policy-id",
"timestamp": 1666498728049,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "clamp",
"timestamp": 1666498710076,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "aai-ml",
"timestamp": 1666498734600,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498735617,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "cds",
"timestamp": 1666498730574,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666498728080,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:19:56.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "policy-id",
"timestamp": 1666498728049,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d",
"consumerID": "clamp",
"timestamp": 1666498710076,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "aai-ml",
"timestamp": 1666498734600,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:19:56.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-23T04:19:56.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861",
"consumerID": "ves-openapi-manager",
"timestamp": 1666498735617,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:19:56.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-23T04:20:02.186Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:20:02.198Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-23T04:20:02.202Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-23T04:20:02.202Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-23T04:20:02.203Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-23T04:20:02.203Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-23T04:20:02.203Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:20:02.203Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:20:02.203Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:20:02.203Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:20:02.204Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:20:02.204Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-23T04:20:02.204Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-23T04:20:02.210Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-23T04:20:32.210Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 608b3845-ca75-404e-af10-72824ba52491 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-23T04:20:32.216Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 608b3845-ca75-404e-af10-72824ba52491 and serviceModelVersionId: c89e62d9-c8e6-4dc1-9515-69587c682c66
2022-10-23T04:20:32.217Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87e663a3-d26e-4ff1-b311-2f0ab312d1ea
2022-10-23T04:20:32.219Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0
2022-10-23T04:20:32.228Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-23T04:20:32.294Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0|INFO|500||Invoke
2022-10-23T04:20:32.295Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[608b3845-ca75-404e-af10-72824ba52491], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba7e1fc4-89d6-4df6-8709-51c4de5cbcef], X-ECOMP-RequestID=[608b3845-ca75-404e-af10-72824ba52491], X-TransactionId=[], X-ONAP-RequestID=[608b3845-ca75-404e-af10-72824ba52491], Content-Type=[application/merge-patch+json]}
2022-10-23T04:20:32.324Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-23T04:20:32.424Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?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/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221023-04:20:32:695-67140], vertex-id=[397336], Content-Length=[0], Date=[Sun, 23 Oct 2022 04:20:32 GMT], Content-Type=[application/json]}
2022-10-23T04:20:32.425Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-23T04:20:32.425Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0|INFO|500||InvokeReturn
2022-10-23T04:20:32.426Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-23T04:20:32.426Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-23T04:20:32.434Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-23T04:20:32.435Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 608b3845-ca75-404e-af10-72824ba52491 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-23T04:20:32.435Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-23T04:20:32.435Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:20:32.438Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:20:32.438Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "608b3845-ca75-404e-af10-72824ba52491",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498832435,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-23T04:20:32.538Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:20:32.539Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:20:32.539Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:20:32.558Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:20:32.558Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T04:20:33.450Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-23T04:20:33.450Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-23T04:20:33.450Z||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 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:20:37.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:20:37.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-23T04:20:37.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"19642a12-a9af-4689-9a27-4f1212948033","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bd94eeb5-1751-48a7-8b53-edccb0e5bec6","serviceDescription":"service","serviceInvariantUUID":"44587956-5cbf-4b13-a89e-1b705e7288ae","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e0244d3-1517-47d2-a423-1433add8f2e9","resourceInvariantUUID":"aa2c3bf7-ed35-4d71-b368-d79fa1fa99b6","resourceCustomizationUUID":"f3dadf17-1b05-4e68-9a24-de41a0aaac44","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":"MGRhN2Q3OWJiYmNjZmM2MmIyYzBmMjNhNzU0Y2VhMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9f87c02f-2f86-43cd-b135-1fb4040c7567","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":"NjEzMjE0NjRjZDRlNzVkNjZkMDQ3MzIxODlhNTAzNzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f6ca930-ccc3-4018-afc9-5a1d6138da98","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":"8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf","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":"4aa733b3-3482-4006-b354-fce0715d90e1","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":"6410c783-9d40-41a2-ac7d-d788d81604ec","artifactVersion":"2","generatedFromUUID":"8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWIyMzk1YzcxZmQ0MGU1OGJlZjcyNGUyYjMzZWJlOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db5a3479-8812-4b1b-b0f4-c52ea8f06812","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGMyZTM3ZGMwODZmNDgyZWRhN2Y1OTE0M2QwMTIyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"960271de-9b10-4444-a45f-842ce3595b02","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-23T04:20:37.912Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:20:37.912Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:20:37.914Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:20:37.914Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498833449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:20:38.014Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:20:38.015Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:20:38.015Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:20:38.030Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:20:38.030Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:20:38.915Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:20:38.915Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:20:38.918Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:20:38.918Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498833449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-23T04:20:39.018Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:20:39.019Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:20:39.019Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:20:39.032Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:20:39.032Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:20:39.918Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:20:39.919Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:20:39.921Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:20:39.921Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498833449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-23T04:20:40.021Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-23T04:20:40.022Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:20:40.023Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:20:40.037Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:20:40.038Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:20:40.922Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:20:40.923Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:20:40.925Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:20:40.925Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498833449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:20:41.025Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:20:41.026Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:20:41.026Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:20:41.041Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:20:41.042Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:20:41.926Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:20:41.926Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:20:41.929Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:20:41.929Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498833449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-23T04:20:42.029Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:20:42.030Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:20:42.030Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:20:42.044Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:20:42.044Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:20:42.930Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:20:42.930Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:20:42.933Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:20:42.933Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498833449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-23T04:20:43.033Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:20:43.034Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:20:43.034Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:20:43.048Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:20:43.048Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-23T04:20:43.933Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-23T04:20:43.934Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:20:43.937Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:20:43.937Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498833449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-23T04:20:44.037Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:20:44.039Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:20:44.039Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:20:44.059Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:20:44.059Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:20:44.939Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "bd94eeb5-1751-48a7-8b53-edccb0e5bec6",
"serviceDescription": "service",
"serviceInvariantUUID": "44587956-5cbf-4b13-a89e-1b705e7288ae",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "f3dadf17-1b05-4e68-9a24-de41a0aaac44",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2e0244d3-1517-47d2-a423-1433add8f2e9",
"resourceInvariantUUID": "aa2c3bf7-ed35-4d71-b368-d79fa1fa99b6",
"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": "NjEzMjE0NjRjZDRlNzVkNjZkMDQ3MzIxODlhNTAzNzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8f6ca930-ccc3-4018-afc9-5a1d6138da98",
"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": "8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf",
"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": "6410c783-9d40-41a2-ac7d-d788d81604ec",
"generatedFromUUID": "8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf"
},
"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": "6410c783-9d40-41a2-ac7d-d788d81604ec",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NGMyZTM3ZGMwODZmNDgyZWRhN2Y1OTE0M2QwMTIyNDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "960271de-9b10-4444-a45f-842ce3595b02"
}
],
"workloadContext": "Production"
}
2022-10-23T04:20:44.939Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-23T04:20:44.939Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bd94eeb5-1751-48a7-8b53-edccb0e5bec6 ASDC
2022-10-23T04:20:44.940Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:19642a12-a9af-4689-9a27-4f1212948033
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:bd94eeb5-1751-48a7-8b53-edccb0e5bec6
ServiceInvariantUUID:44587956-5cbf-4b13-a89e-1b705e7288ae
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:960271de-9b10-4444-a45f-842ce3595b02
ArtifactChecksum:NGMyZTM3ZGMwODZmNDgyZWRhN2Y1OTE0M2QwMTIyNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f3dadf17-1b05-4e68-9a24-de41a0aaac44
ResourceInvariantUUID:aa2c3bf7-ed35-4d71-b368-d79fa1fa99b6
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2e0244d3-1517-47d2-a423-1433add8f2e9
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:8f6ca930-ccc3-4018-afc9-5a1d6138da98
ArtifactChecksum:NjEzMjE0NjRjZDRlNzVkNjZkMDQ3MzIxODlhNTAzNzM=
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:8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf
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:6410c783-9d40-41a2-ac7d-d788d81604ec
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:6410c783-9d40-41a2-ac7d-d788d81604ec
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-23T04:20:44.940Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd94eeb5-1751-48a7-8b53-edccb0e5bec6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-23T04:20:44.978Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T04:20:44.979Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-23T04:20:44.979Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-23T04:20:44.979Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 960271de-9b10-4444-a45f-842ce3595b02 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-23T04:20:44.980Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-23T04:20:44.980Z|19642a12-a9af-4689-9a27-4f1212948033|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-10-23T04:20:45.059Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-23T04:20:45.071Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 960271de-9b10-4444-a45f-842ce3595b02 71058
2022-10-23T04:20:45.072Z|19642a12-a9af-4689-9a27-4f1212948033|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-10-23T04:20:45.072Z|19642a12-a9af-4689-9a27-4f1212948033|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-10-23T04:20:45.072Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-23T04:20:45.072Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-23T04:20:45.074Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-23T04:20:45.074Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "19642a12-a9af-4689-9a27-4f1212948033",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666498845072,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-23T04:20:45.175Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-23T04:20:45.176Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-23T04:20:45.176Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ...
2022-10-23T04:20:45.190Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-23T04:20:45.191Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-23T04:20:46.075Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-23T04:20:46.076Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-23T04:20:46.076Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 960271de-9b10-4444-a45f-842ce3595b02, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T04:20:46.077Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-23T04:20:46.077Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T04:20:46.077Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T04:20:46.213Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9951439437781796811/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-23T04:20:47.365Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-23T04:20:47.366Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-23T04:20:47.367Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T04:20:47.367Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-23T04:20:47.367Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T04:20:47.367Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T04:20:47.368Z|19642a12-a9af-4689-9a27-4f1212948033|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-10-23T04:20:47.368Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T04:20:47.368Z|19642a12-a9af-4689-9a27-4f1212948033|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-10-23T04:20:47.368Z|19642a12-a9af-4689-9a27-4f1212948033|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-10-23T04:20:47.368Z|19642a12-a9af-4689-9a27-4f1212948033|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-10-23T04:20:47.369Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-23T04:20:47.369Z|19642a12-a9af-4689-9a27-4f1212948033|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-10-23T04:20:47.369Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-23T04:20:47.369Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:20:47.370Z|19642a12-a9af-4689-9a27-4f1212948033|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-10-23T04:20:47.370Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T04:20:47.370Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-23T04:20:47.370Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T04:20:47.371Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:20:47.371Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:20:47.371Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T04:20:47.371Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-23T04:20:47.372Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-23T04:20:47.372Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:20:47.372Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-23T04:20:47.372Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:20:47.373Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-23T04:20:47.373Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-23T04:20:47.373Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-23T04:20:47.373Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-23T04:20:47.373Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-23T04:20:47.374Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-23T04:20:47.374Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:20:47.374Z|19642a12-a9af-4689-9a27-4f1212948033|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-10-23T04:20:47.374Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:20:47.375Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T04:20:47.375Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:20:47.375Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:20:47.375Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T04:20:47.376Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:20:47.376Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-23T04:20:47.376Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-23T04:20:47.376Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-23T04:20:47.377Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery