By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-07T15:38:51.601Z||main|||||INFO|500||The following profiles are active: basic
2022-06-07T15:39:08.191Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-07T15:39:08.192Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-07T15:39:08.311Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-07T15:39:13.440Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-07T15:39:13.952Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-07T15:39:14.648Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-07T15:39:14.657Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-07T15:39:14.866Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-07T15:39:15.121Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-07T15:39:15.867Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-07T15:39:17.772Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T15:39:20.375Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T15:39:20.442Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-07T15:39:21.129Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T15:39:21.462Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-07T15:39:23.022Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T15:39:24.215Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-07T15:39:24.238Z||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$$d1dad29b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-07T15:39:24.240Z||main|||||WARN|500||The sdc end point is not alive
2022-06-07T15:39:27.654Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-07T15:39:31.248Z||main|||||WARN|500||---
2022-06-07T15:39:31.249Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-07T15:39:31.250Z||main|||||WARN|500||---
2022-06-07T15:39:31.914Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-07T15:39:38.205Z||main|||||INFO|500||Started Application in 50.427 seconds (JVM running for 52.919)
2022-06-07T15:39:38.223Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T15:39:38.225Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T15:39:38.240Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T15:39:38.265Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T15:39:38.311Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c324148-fdb8-47c4-ab66-12b7cf25767a url= /sdc/v1/artifactTypes
2022-06-07T15:39:38.311Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T15:39:38.625Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-07T15:39:38.687Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-07T15:39:38.709Z||scheduling-1|||||DEBUG|500||create keys
2022-06-07T15:39:38.716Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-07T15:39:38.753Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:39:38.778Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fc9cfe7a-83db-4d10-9615-59f7a58802e0 url= /sdc/v1/registerForDistribution
2022-06-07T15:39:38.897Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fc9cfe7a-83db-4d10-9615-59f7a58802e0 url= /sdc/v1/registerForDistribution
2022-06-07T15:39:38.898Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-07T15:39:38.910Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:39:38.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:39:38.924Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:39:38.924Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:39:38.925Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:39:38.925Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:39:38.925Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-07T15:39:49.287Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:39:49.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:40:38.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:40:38.908Z||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-06-07T15:40:38.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:40:38.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:40:38.909Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:40:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:40:48.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:40:48.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:41:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:41:38.908Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:41:38.909Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:41:38.910Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:41:38.911Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:41:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:41:48.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:41:48.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:42:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:42:38.908Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:42:38.909Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T15:42:38.910Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:42:38.912Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:42:38.912Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:42:48.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:42:48.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:43:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:43:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:43:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:43:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:43:38.911Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:43:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:43:48.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:43:48.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:44:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:44:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:44:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:44:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:44:38.911Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:44:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:44:48.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:44:48.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:45:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:45:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:45:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:45:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:45:38.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:45:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:45:48.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:45:48.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:46:38.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:46:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:46:38.912Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:46:38.912Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:46:38.912Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:46:38.912Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:46:48.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:46:48.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:47:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:47:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:47:38.910Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:47:38.910Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:47:38.911Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:47:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:47:48.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:47:48.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:48:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:48:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:48:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:48:38.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:48:38.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:48:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:48:47.620Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-07T15:48:48.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:48:48.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:49:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:49:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:49:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:49:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:49:38.911Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:49:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:49:48.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:49:48.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:50:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:50:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:50:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:50:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:50:38.910Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:50:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:50:48.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:50:48.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:51:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:51:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:51:38.909Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:51:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:51:38.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:51:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:51:48.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:51:48.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:52:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:52:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:52:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:52:38.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:52:38.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:52:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:52:48.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:52:48.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:53:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:53:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:53:38.911Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:53:38.911Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:53:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:53:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:53:48.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:53:48.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:54:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:54:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:54:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:54:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:54:38.911Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:54:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:54:48.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:54:48.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:55:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:55:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:55:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:55:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:55:38.910Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:55:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:55:48.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:55:48.499Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:56:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:56:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:56:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:56:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:56:38.910Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:56:38.910Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:56:48.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:56:48.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:57:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:57:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:57:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:57:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:57:38.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:57:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:57:48.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:57:48.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:58:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:58:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:58:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:58:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:58:38.911Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:58:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:58:48.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:58:48.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:59:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:59:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:59:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:59:38.910Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T15:59:38.911Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T15:59:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T15:59:48.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T15:59:48.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:00:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:00:38.909Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:00:38.909Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:00:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:00:38.911Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:00:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:00:48.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:00:48.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:01:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:01:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:01:38.910Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:01:38.910Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:01:38.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:01:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:01:48.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:01:48.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:02:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:02:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:02:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:02:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:02:38.910Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:02:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:02:48.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:02:48.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:03:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:03:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:03:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:03:38.910Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:03:38.911Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:03:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:03:48.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:03:48.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:04:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:04:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:04:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:04:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:04:38.910Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:04:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:04:48.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:04:48.457Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:05:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:05:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:05:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:05:38.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:05:38.912Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:05:38.913Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:05:48.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:05:48.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:06:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:06:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:06:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:06:38.910Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:06:38.912Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:06:38.912Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:06:48.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:06:48.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:07:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:07:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:07:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:07:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:07:38.911Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:07:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:07:48.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:07:48.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:08:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:08:38.907Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:08:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:08:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:08:38.911Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:08:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:08:48.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:08:48.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:09:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:09:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:09:38.910Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:09:38.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:09:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:09:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:09:48.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:09:48.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:10:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:10:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:10:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:10:38.910Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:10:38.910Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:10:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:10:48.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:10:48.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:11:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:11:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:11:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:11:38.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:11:38.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:11:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:11:48.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:11:48.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:12:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:12:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:12:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:12:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:12:38.911Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:12:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:12:48.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:12:48.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:13:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:13:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:13:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:13:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:13:38.910Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:13:38.910Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:13:48.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:13:48.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:14:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:14:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:14:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:14:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:14:38.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:14:38.912Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:14:48.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:14:48.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:15:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:15:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:15:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:15:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:15:38.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:15:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:15:48.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:15:48.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:16:38.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:16:38.908Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:16:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:16:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:16:38.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:16:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:16:48.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:16:48.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:17:38.908Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:17:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:17:38.911Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:17:38.911Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:17:38.912Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:17:38.912Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:17:48.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:17:48.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:18:38.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:18:38.908Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:18:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:18:38.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:18:38.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:18:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:18:48.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:18:48.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:19:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:19:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:19:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:19:38.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:19:38.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:19:38.915Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:19:48.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:19:48.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:20:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:20:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:20:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:20:38.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:20:38.911Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:20:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:20:48.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:20:48.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:21:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:21:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:21:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:21:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:21:38.911Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:21:38.912Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:21:48.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:21:48.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:22:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:22:38.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:22:38.908Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:22:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:22:38.911Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:22:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:22:48.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:22:48.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:23:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:23:38.908Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:23:38.908Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:23:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:23:38.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:23:38.913Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:23:48.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:23:48.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:24:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:24:38.908Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:24:38.908Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:24:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:24:38.911Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:24:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:24:48.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:24:48.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:25:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:25:38.910Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:25:38.911Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:25:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:25:38.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:25:38.912Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:25:48.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:25:48.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:26:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:26:38.908Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:26:38.908Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:26:38.910Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:26:38.911Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:26:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:26:48.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:26:48.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:27:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:27:38.908Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:27:38.908Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:27:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:27:38.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:27:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:27:48.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:27:48.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:28:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:28:38.908Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:28:38.908Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:28:38.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:28:38.910Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:28:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:28:48.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:28:48.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:29:38.908Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:29:38.908Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:29:38.911Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:29:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:39.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:39.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"793c4fe5-1074-433d-8d40-2731472db2e2","serviceName":"vFW 2022-06-07 16-27-57","serviceVersion":"1.0","serviceUUID":"12926fad-5bfe-48e1-ac3c-ba6228351ca8","serviceDescription":"catalog service description","serviceInvariantUUID":"604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7","resources":[{"resourceInstanceName":"vFW 583e1ea2-3bde 0","resourceName":"vFW 583e1ea2-3bde","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"83465544-0e27-4d20-9ada-25aed206dad8","resourceInvariantUUID":"7cda3fd9-9920-436c-a48d-b5630347871f","resourceCustomizationUUID":"d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml","artifactChecksum":"OWM4MzdkZGE1MGQxZjJjZTU4OWEwZGRjYWRlZjAxZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d520097d-ae13-4470-9aa2-f55caf2ca356","artifactVersion":"1"},{"artifactName":"vfw583e1ea23bde0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json","artifactChecksum":"Y2MxNjBmYWMzMjc3NjdkYzIzMmM1Y2E2NDUyOWUyNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18b5d4b2-eecf-44cb-a896-7c194269a0a3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"93c19d3f-f089-45d0-bbad-a3b095a8cdb2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml","artifactChecksum":"MzZhMDE1M2FiNWMxZWM5YmEyMmU0MjdiOWFhMTU4NmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1db7bf3e-a73b-4140-bdb7-9942c6b763d2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef90c246-cca8-4db5-8a97-0121c1ea7922","artifactVersion":"2","generatedFromUUID":"93c19d3f-f089-45d0-bbad-a3b095a8cdb2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607162757-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml","artifactChecksum":"NzE5MzFiZGVhYmVhNzI3NDdmMjk3ZmRjMjkyODkzOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a83ac851-d8e6-4e22-9bbe-18da072c4e3e","artifactVersion":"1"},{"artifactName":"service-Vfw20220607162757-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar","artifactChecksum":"Yjk2NTQ2Zjk1MDY5NjMwMzFiYWQ2YjU1NjRjMzAyNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69c78fff-084b-4ce7-9c45-a74ba3bee53a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T16:29:39.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:39.560Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:29:39.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619341105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.569Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:39.580Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:39.580Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619341105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "aai-ml",
"timestamp": 1654619343016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619341105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "aai-ml",
"timestamp": 1654619343016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619341105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "aai-ml",
"timestamp": 1654619343016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619341105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "cds",
"timestamp": 1654619345563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "aai-ml",
"timestamp": 1654619343016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "policy-id",
"timestamp": 1654619346148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "clamp",
"timestamp": 1654619346015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619341105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "cds",
"timestamp": 1654619345563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "aai-ml",
"timestamp": 1654619343016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "policy-id",
"timestamp": 1654619346148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "clamp",
"timestamp": 1654619346015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T16:29:39.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619341105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "cds",
"timestamp": 1654619345563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "aai-ml",
"timestamp": 1654619343016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "policy-id",
"timestamp": 1654619346148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T16:29:39.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "clamp",
"timestamp": 1654619346015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "cds",
"timestamp": 1654619345563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "aai-ml",
"timestamp": 1654619343016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:29:39.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "policy-id",
"timestamp": 1654619346148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "clamp",
"timestamp": 1654619346015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "cds",
"timestamp": 1654619345563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "aai-ml",
"timestamp": 1654619351085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:29:39.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:29:39.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "policy-id",
"timestamp": 1654619346148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "clamp",
"timestamp": 1654619346015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "cds",
"timestamp": 1654619345563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "policy-id",
"timestamp": 1654619346148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "clamp",
"timestamp": 1654619346015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "cds",
"timestamp": 1654619345563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:29:39.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "policy-id",
"timestamp": 1654619346148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:29:39.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "clamp",
"timestamp": 1654619346015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:29:39.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "cds",
"timestamp": 1654619353433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:29:39.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:29:39.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "policy-id",
"timestamp": 1654619354052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:29:39.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:29:39.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "cds",
"timestamp": 1654619354455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-07T16:29:39.680Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-07T16:29:39.684Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:39.684Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:29:39.700Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:39.701Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 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-06-07T16:29:39.836Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 793c4fe5-1074-433d-8d40-2731472db2e2
2022-06-07T16:29:39.866Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 793c4fe5-1074-433d-8d40-2731472db2e2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:29:39.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "policy-id",
"timestamp": 1654619355064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:29:39.896Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:29:39.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "policy-id",
"timestamp": 1654619356071,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:29:39.917Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 793c4fe5-1074-433d-8d40-2731472db2e2
2022-06-07T16:29:39.917Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 793c4fe5-1074-433d-8d40-2731472db2e2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:29:39.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619360480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619360480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619360480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619360480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619360480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619360480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:39.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619360480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:29:39.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:29:39.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "clamp",
"timestamp": 1654619367224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:29:39.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:29:39.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619368640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:29:39.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:29:39.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "clamp",
"timestamp": 1654619368993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:29:39.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:29:39.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "clamp",
"timestamp": 1654619369996,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:29:39.950Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 793c4fe5-1074-433d-8d40-2731472db2e2
2022-06-07T16:29:39.950Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 793c4fe5-1074-433d-8d40-2731472db2e2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:29:39.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "aai-ml",
"timestamp": 1654619371643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:29:39.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:29:39.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "aai-ml",
"timestamp": 1654619372654,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:29:39.971Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 793c4fe5-1074-433d-8d40-2731472db2e2
2022-06-07T16:29:39.971Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 793c4fe5-1074-433d-8d40-2731472db2e2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:29:39.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619376692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:29:39.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:29:39.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:29:39.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619377697,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:29:39.989Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 793c4fe5-1074-433d-8d40-2731472db2e2
2022-06-07T16:29:39.989Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 793c4fe5-1074-433d-8d40-2731472db2e2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:29:40.588Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:29:40.588Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:40.590Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:40.590Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T16:29:40.690Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:29:40.692Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:40.692Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:40.707Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:40.708Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-07T16:29:41.592Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:29:41.592Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:41.595Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:41.595Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T16:29:41.695Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:29:41.696Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:41.696Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:41.711Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:41.712Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:29:42.595Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:29:42.596Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:42.599Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:42.600Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:42.700Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:29:42.701Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:42.701Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:42.715Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:42.716Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:29:43.601Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:29:43.602Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:43.604Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:43.604Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-07T16:29:43.704Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:29:43.706Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:43.706Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:43.723Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:43.724Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:29:44.605Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:29:44.605Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:44.607Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:44.608Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:29:44.708Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:29:44.709Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:44.709Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:44.725Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:44.726Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:29:45.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:29:45.612Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:45.614Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:45.614Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:29:45.714Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:29:45.716Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:45.716Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:45.732Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:45.732Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:29:46.616Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"serviceName": "vFW 2022-06-07 16-27-57",
"serviceVersion": "1.0",
"serviceUUID": "12926fad-5bfe-48e1-ac3c-ba6228351ca8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7",
"resources": [
{
"resourceInstanceName": "vFW 583e1ea2-3bde 0",
"resourceCustomizationUUID": "d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba",
"resourceName": "vFW 583e1ea2-3bde",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "83465544-0e27-4d20-9ada-25aed206dad8",
"resourceInvariantUUID": "7cda3fd9-9920-436c-a48d-b5630347871f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw583e1ea23bde0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"artifactChecksum": "Y2MxNjBmYWMzMjc3NjdkYzIzMmM1Y2E2NDUyOWUyNzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "18b5d4b2-eecf-44cb-a896-7c194269a0a3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "93c19d3f-f089-45d0-bbad-a3b095a8cdb2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef90c246-cca8-4db5-8a97-0121c1ea7922",
"generatedFromUUID": "93c19d3f-f089-45d0-bbad-a3b095a8cdb2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef90c246-cca8-4db5-8a97-0121c1ea7922",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220607162757-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"artifactChecksum": "Yjk2NTQ2Zjk1MDY5NjMwMzFiYWQ2YjU1NjRjMzAyNzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "69c78fff-084b-4ce7-9c45-a74ba3bee53a"
}
],
"workloadContext": "Production"
}
2022-06-07T16:29:46.618Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T16:29:46.618Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12926fad-5bfe-48e1-ac3c-ba6228351ca8 ASDC
2022-06-07T16:29:46.741Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:793c4fe5-1074-433d-8d40-2731472db2e2
ServiceName:vFW 2022-06-07 16-27-57
ServiceVersion:1.0
ServiceUUID:12926fad-5bfe-48e1-ac3c-ba6228351ca8
ServiceInvariantUUID:604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220607162757-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar
ArtifactUUID:69c78fff-084b-4ce7-9c45-a74ba3bee53a
ArtifactChecksum:Yjk2NTQ2Zjk1MDY5NjMwMzFiYWQ2YjU1NjRjMzAyNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 583e1ea2-3bde 0
ResourceCustomizationUUID:d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba
ResourceInvariantUUID:7cda3fd9-9920-436c-a48d-b5630347871f
ResourceName:vFW 583e1ea2-3bde
ResourceType:VF
ResourceUUID:83465544-0e27-4d20-9ada-25aed206dad8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw583e1ea23bde0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json
ArtifactUUID:18b5d4b2-eecf-44cb-a896-7c194269a0a3
ArtifactChecksum:Y2MxNjBmYWMzMjc3NjdkYzIzMmM1Y2E2NDUyOWUyNzg=
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/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml
ArtifactUUID:93c19d3f-f089-45d0-bbad-a3b095a8cdb2
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/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env
ArtifactUUID:ef90c246-cca8-4db5-8a97-0121c1ea7922
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/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env
ArtifactUUID:ef90c246-cca8-4db5-8a97-0121c1ea7922
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-07T16:29:46.741Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12926fad-5bfe-48e1-ac3c-ba6228351ca8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T16:29:46.804Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T16:29:46.805Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-07T16:29:46.806Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-07T16:29:46.807Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 69c78fff-084b-4ce7-9c45-a74ba3bee53a from URL: /sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:46.807Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T16:29:46.808Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:46.949Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T16:29:46.972Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar 69c78fff-084b-4ce7-9c45-a74ba3bee53a 98981
2022-06-07T16:29:46.975Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar ASDC sendASDCNotification
2022-06-07T16:29:46.975Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:46.976Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T16:29:46.977Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:46.979Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:46.979Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619386973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:29:47.079Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:29:47.080Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:47.081Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:47.096Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:47.097Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:29:47.980Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T16:29:47.981Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-07T16:29:47.982Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 69c78fff-084b-4ce7-9c45-a74ba3bee53a, URL: /sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar to file: /app/ASDC/1/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:47.982Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607162757-csar.csar
2022-06-07T16:29:48.062Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:48.063Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:48.895Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8371970366167381986/Definitions/service-Vfw20220607162757-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-07T16:29:52.389Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T16:29:52.394Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-07T16:29:52.395Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.395Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-07T16:29:52.395Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.395Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.396Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.396Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.396Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.396Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.396Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.397Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.397Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 583e1ea2-3bde 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-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.397Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.398Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.398Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.398Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:52.398Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-07T16:29:52.404Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.406Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:52.410Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria
2022-06-07T16:29:52.410Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-07T16:29:52.413Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T16:29:52.414Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.415Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:52.415Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria
2022-06-07T16:29:52.415Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-07T16:29:52.416Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T16:29:52.416Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.416Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:52.419Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.420Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria
2022-06-07T16:29:52.420Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T16:29:52.420Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T16:29:52.421Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T16:29:52.421Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:52.421Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T16:29:52.421Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T16:29:52.422Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T16:29:52.422Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T16:29:52.422Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T16:29:52.422Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T16:29:52.422Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:52.423Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T16:29:52.423Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:52.423Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T16:29:52.423Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T16:29:52.423Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T16:29:52.424Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.424Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T16:29:52.425Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.425Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria
2022-06-07T16:29:52.426Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:29:52.426Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.426Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria
2022-06-07T16:29:52.426Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:29:52.427Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.427Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria
2022-06-07T16:29:52.427Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:29:52.427Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.428Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria
2022-06-07T16:29:52.428Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T16:29:52.428Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T16:29:52.428Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T16:29:52.428Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T16:29:52.429Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T16:29:52.429Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T16:29:52.429Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:52.429Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T16:29:52.429Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:52.430Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T16:29:52.430Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T16:29:52.430Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d5b7962d-b67a-458d-aab9-3d8f8b539c83
2022-06-07T16:29:52.430Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.431Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria
2022-06-07T16:29:52.431Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T16:29:52.431Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T16:29:52.431Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T16:29:52.431Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:52.432Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T16:29:52.432Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T16:29:52.432Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T16:29:52.432Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T16:29:52.432Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T16:29:52.433Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:52.433Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T16:29:52.433Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T16:29:52.433Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=37f9bf11-062c-4adf-815a-1143e9fa74c3
2022-06-07T16:29:52.433Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.434Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria
2022-06-07T16:29:52.434Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T16:29:52.434Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T16:29:52.434Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T16:29:52.434Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:52.435Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T16:29:52.435Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T16:29:52.435Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T16:29:52.435Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T16:29:52.435Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T16:29:52.436Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T16:29:52.436Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:52.436Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T16:29:52.436Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=83e2f1cc-4ae8-4524-a835-af74ca92578a
2022-06-07T16:29:52.436Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.437Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:52.437Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.437Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:52.437Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.437Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:52.438Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:52.438Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:52.438Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-07 16-27-57
Description:catalog service description
Model UUID:12926fad-5bfe-48e1-ac3c-ba6228351ca8
Model Version:NULL
Model InvariantUuid:604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 583e1ea2-3bde
Model UUID:0e7d6fa3-2d20-4a30-a478-7aa75194e633
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7cda3fd9-9920-436c-a48d-b5630347871f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:46886e98-1c48-4d58-b09d-17617182f8ec
ModelName:Vfw583e1ea23bde..base_vfw..module-0
ModelUuid:c05b7a78-662d-4f12-9fbb-d2e5fae80f8b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d5b7962d-b67a-458d-aab9-3d8f8b539c83
ModelInvariantUuid:8e61c1c8-3feb-4a17-bc5b-5a063ccd0f9f
ModelName:vFW 583e1ea2-3bde-nodes.vfwCvfc
ModelUuid:5c87e71d-38c3-4173-9aec-42561f7ec5a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8111d488-7e5f-48e3-ba6f-407703aad787
ModelInvariantUuid:a1c68c58-e850-4d3e-a81b-e8987ee00a64
ModelName:Vfw583e1ea23bde.compute.nodes.heat.vfw
ModelUuid:c83a1d2b-d330-4e86-90f0-9ed00f0e47fb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:37f9bf11-062c-4adf-815a-1143e9fa74c3
ModelInvariantUuid:c8e0874d-4df9-45b2-bac9-4bab87433139
ModelName:vFW 583e1ea2-3bde-nodes.vsnCvfc
ModelUuid:c57904a4-23d6-47e2-9556-d58d076c5ba8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:01647e51-ab39-4d75-83c4-a7fce6dd4568
ModelInvariantUuid:122c1363-0f7e-4784-9288-f8945c0b1ed5
ModelName:Vfw583e1ea23bde.compute.nodes.heat.vsn
ModelUuid:5ad6dba4-1e26-4830-9c18-5e7b68cf40dd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:83e2f1cc-4ae8-4524-a835-af74ca92578a
ModelInvariantUuid:045d5364-098a-44fe-9629-803358388ee3
ModelName:vFW 583e1ea2-3bde-nodes.vpgCvfc
ModelUuid:fef64b7b-2b6c-4273-846e-a4fc4b6433ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3e936730-bfd6-41f1-a512-2ea201ea2923
ModelInvariantUuid:af85e51c-085c-476e-aa1b-625a132e631e
ModelName:Vfw583e1ea23bde.compute.nodes.heat.vpg
ModelUuid:2f062eb7-78cf-48cf-8cd6-58e38e91a0bf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T16:29:52.451Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 83465544-0e27-4d20-9ada-25aed206dad8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T16:29:52.554Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||vFW 583e1ea2-3bde 0
2022-06-07T16:29:52.564Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 83465544-0e27-4d20-9ada-25aed206dad8
2022-06-07T16:29:52.565Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 18b5d4b2-eecf-44cb-a896-7c194269a0a3 from URL: /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json
2022-06-07T16:29:52.565Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T16:29:52.566Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json
2022-06-07T16:29:52.635Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T16:29:52.636Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json 18b5d4b2-eecf-44cb-a896-7c194269a0a3 785
2022-06-07T16:29:52.636Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json ASDC sendASDCNotification
2022-06-07T16:29:52.636Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json
2022-06-07T16:29:52.637Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T16:29:52.637Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:52.640Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:52.641Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619392636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:29:52.741Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:29:52.742Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:52.742Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:52.759Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:52.760Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:29:53.643Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw583e1ea23bde..base_vfw..module-0",
"vfModuleModelInvariantUUID": "46886e98-1c48-4d58-b09d-17617182f8ec",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c05b7a78-662d-4f12-9fbb-d2e5fae80f8b",
"vfModuleModelCustomizationUUID": "6d6ec515-5abe-4fb2-8803-0ff3123c8e34",
"isBase": true,
"artifacts": [
"93c19d3f-f089-45d0-bbad-a3b095a8cdb2",
"ef90c246-cca8-4db5-8a97-0121c1ea7922"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-07T16:29:53.662Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw583e1ea23bde..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c05b7a78-662d-4f12-9fbb-d2e5fae80f8b
VfModuleModelInvariantUUID:46886e98-1c48-4d58-b09d-17617182f8ec
VfModuleModelDescription:NULL
Artifacts UUID List:{
93c19d3f-f089-45d0-bbad-a3b095a8cdb2
,
ef90c246-cca8-4db5-8a97-0121c1ea7922
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-07T16:29:53.665Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw583e1ea23bde..base_vfw..module-0",
"vfModuleModelInvariantUUID": "46886e98-1c48-4d58-b09d-17617182f8ec",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c05b7a78-662d-4f12-9fbb-d2e5fae80f8b",
"vfModuleModelCustomizationUUID": "6d6ec515-5abe-4fb2-8803-0ff3123c8e34",
"isBase": true,
"artifacts": [
"93c19d3f-f089-45d0-bbad-a3b095a8cdb2",
"ef90c246-cca8-4db5-8a97-0121c1ea7922"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-07T16:29:53.665Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw583e1ea23bde..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c05b7a78-662d-4f12-9fbb-d2e5fae80f8b
VfModuleModelInvariantUUID:46886e98-1c48-4d58-b09d-17617182f8ec
VfModuleModelDescription:NULL
Artifacts UUID List:{
93c19d3f-f089-45d0-bbad-a3b095a8cdb2
,
ef90c246-cca8-4db5-8a97-0121c1ea7922
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-07T16:29:53.665Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 93c19d3f-f089-45d0-bbad-a3b095a8cdb2 from URL: /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml
2022-06-07T16:29:53.666Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T16:29:53.666Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml
2022-06-07T16:29:53.720Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T16:29:53.721Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml 93c19d3f-f089-45d0-bbad-a3b095a8cdb2 20368
2022-06-07T16:29:53.721Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T16:29:53.721Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml
2022-06-07T16:29:53.722Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T16:29:53.722Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:53.723Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:53.724Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619393721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:29:53.824Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:29:53.826Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:53.826Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:53.853Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:53.854Z||pool-12-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-07T16:29:54.724Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ef90c246-cca8-4db5-8a97-0121c1ea7922 from URL: /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env
2022-06-07T16:29:54.725Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T16:29:54.726Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env
2022-06-07T16:29:54.802Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T16:29:54.803Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env ef90c246-cca8-4db5-8a97-0121c1ea7922 2098
2022-06-07T16:29:54.804Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T16:29:54.804Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env
2022-06-07T16:29:54.804Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T16:29:54.805Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:54.808Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:54.809Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619394804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:29:54.914Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-07T16:29:54.915Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:54.915Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:54.933Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:54.934Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:29:55.810Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 12926fad-5bfe-48e1-ac3c-ba6228351ca8
2022-06-07T16:29:55.810Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 583e1ea2-3bde 0 83465544-0e27-4d20-9ada-25aed206dad8 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T16:29:55.856Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f48acaa, org.onap.sdc.toscaparser.api.parameters.Input@358ea4e8, org.onap.sdc.toscaparser.api.parameters.Input@24430e8e, org.onap.sdc.toscaparser.api.parameters.Input@3112e16c, org.onap.sdc.toscaparser.api.parameters.Input@7b752618]
2022-06-07T16:29:55.861Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.862Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:55.862Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-07T16:29:55.862Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba
2022-06-07T16:29:55.862Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba matches Tosca VF Customization UUID: d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba
2022-06-07T16:29:55.863Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-07T16:29:55.871Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.872Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:55.874Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-07T16:29:55.874Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cf77982
2022-06-07T16:29:55.875Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.875Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T16:29:55.875Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6d6ec515-5abe-4fb2-8803-0ff3123c8e34
2022-06-07T16:29:55.877Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6d6ec515-5abe-4fb2-8803-0ff3123c8e34
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-07T16:29:55.888Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.888Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria
2022-06-07T16:29:55.889Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:29:55.890Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.890Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria
2022-06-07T16:29:55.890Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:29:55.891Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.891Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria
2022-06-07T16:29:55.891Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T16:29:55.891Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T16:29:55.892Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T16:29:55.892Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T16:29:55.892Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T16:29:55.892Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T16:29:55.893Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:55.893Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T16:29:55.893Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:55.894Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T16:29:55.894Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T16:29:55.894Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d5b7962d-b67a-458d-aab9-3d8f8b539c83
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T16:29:55.907Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.908Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria
2022-06-07T16:29:55.909Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:29:55.909Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.910Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria
2022-06-07T16:29:55.910Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T16:29:55.911Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T16:29:55.911Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T16:29:55.912Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:55.912Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T16:29:55.913Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T16:29:55.913Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T16:29:55.914Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T16:29:55.917Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T16:29:55.917Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:55.918Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T16:29:55.919Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T16:29:55.925Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=37f9bf11-062c-4adf-815a-1143e9fa74c3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T16:29:55.928Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.928Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria
2022-06-07T16:29:55.929Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:29:55.932Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.933Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria
2022-06-07T16:29:55.933Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T16:29:55.933Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T16:29:55.933Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T16:29:55.934Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:55.934Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T16:29:55.934Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T16:29:55.934Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T16:29:55.935Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T16:29:55.935Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T16:29:55.935Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T16:29:55.935Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T16:29:55.936Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T16:29:55.936Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=83e2f1cc-4ae8-4524-a835-af74ca92578a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T16:29:55.939Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.939Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria
2022-06-07T16:29:55.940Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:29:55.940Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.940Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria
2022-06-07T16:29:55.941Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T16:29:55.944Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.944Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:55.945Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 12926fad-5bfe-48e1-ac3c-ba6228351ca8: vFW 583e1ea2-3bde
2022-06-07T16:29:55.945Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.945Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:55.946Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.946Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:55.946Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.946Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:55.947Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.947Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:55.947Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:29:55.947Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:29:55.948Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-07 16-27-57
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:29:56.322Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 583e1ea2-3bde 83465544-0e27-4d20-9ada-25aed206dad8 1 ASDC deployResourceStructure
2022-06-07T16:29:56.323Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json ASDC sendASDCNotification
2022-06-07T16:29:56.323Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json
2022-06-07T16:29:56.323Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T16:29:56.324Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:56.326Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:56.326Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619396323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T16:29:56.428Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T16:29:56.430Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:56.430Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:56.445Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:56.445Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:29:57.327Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T16:29:57.328Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml
2022-06-07T16:29:57.328Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T16:29:57.328Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:57.330Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:57.330Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619397327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T16:29:57.430Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:29:57.431Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:57.431Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:57.448Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:57.449Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:29:58.331Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T16:29:58.331Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env
2022-06-07T16:29:58.332Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T16:29:58.332Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:58.334Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:58.334Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619398331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-07T16:29:58.435Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:29:58.436Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:58.436Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:58.450Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:58.451Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:29:59.335Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar ASDC sendASDCNotification
2022-06-07T16:29:59.336Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar
2022-06-07T16:29:59.336Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T16:29:59.336Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:29:59.339Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:29:59.339Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619399335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:29:59.440Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:29:59.441Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:29:59.441Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:29:59.457Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:29:59.458Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-07T16:30:00.340Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 793c4fe5-1074-433d-8d40-2731472db2e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:30:00.370Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 793c4fe5-1074-433d-8d40-2731472db2e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:30:00.376Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T16:30:00.376Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T16:30:00.376Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:30:00.386Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T16:30:30.387Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 793c4fe5-1074-433d-8d40-2731472db2e2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T16:30:30.402Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 793c4fe5-1074-433d-8d40-2731472db2e2 and serviceModelVersionId: 12926fad-5bfe-48e1-ac3c-ba6228351ca8
2022-06-07T16:30:30.403Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7
2022-06-07T16:30:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:30:38.911Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:30:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:30:39.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:30:39.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:30:39.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:30:39.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T16:30:46.299Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0
2022-06-07T16:30:46.442Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T16:30:47.066Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0|INFO|500||Invoke
2022-06-07T16:30:47.074Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[793c4fe5-1074-433d-8d40-2731472db2e2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b84aec3-4994-4da7-838b-5a5799013af6], X-ECOMP-RequestID=[793c4fe5-1074-433d-8d40-2731472db2e2], X-TransactionId=[], X-ONAP-RequestID=[793c4fe5-1074-433d-8d40-2731472db2e2], Content-Type=[application/merge-patch+json]}
2022-06-07T16:30:47.223Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-07T16:30:47.462Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?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/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-16:30:47:512-41260], vertex-id=[217168], Content-Length=[0], Date=[Tue, 07 Jun 2022 16:30:47 GMT], Content-Type=[application/json]}
2022-06-07T16:30:47.465Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T16:30:47.466Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0|INFO|500||InvokeReturn
2022-06-07T16:30:47.469Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T16:30:47.469Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T16:30:47.477Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T16:30:47.478Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 793c4fe5-1074-433d-8d40-2731472db2e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T16:30:47.479Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T16:30:47.479Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:30:47.482Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:30:47.482Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619447478,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T16:30:47.581Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T16:30:47.583Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:30:47.583Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:30:47.601Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:30:47.601Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T16:30:48.510Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:30:48.511Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:30:48.511Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:30:49.146Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:30:49.148Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:30:49.148Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"cfc96dc6-3c9c-4346-ac2c-22479efb2cc4","serviceName":"basic_onboard_rJmrRE","serviceVersion":"1.0","serviceUUID":"a193e97b-c7c1-4f40-8830-ceeaaf8bb515","serviceDescription":"service","serviceInvariantUUID":"aca8fc67-0db9-4e44-97a6-180deaa3ae6e","resources":[{"resourceInstanceName":"basic_onboard_rJmrRE 0","resourceName":"basic_onboard_rJmrRE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"673bedfb-293b-4ed2-9d27-105bf96cfe23","resourceInvariantUUID":"60bb8642-31ed-415b-bbd6-07b30fb5a391","resourceCustomizationUUID":"7cec1268-7674-400e-84fc-1a94553c06b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml","artifactChecksum":"NDlhMzExNTJlMDRjODkzOGM2MDQ3MDRlNjhhMzRlN2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4f888ad-41ca-481b-b4e3-819db833afb3","artifactVersion":"1"},{"artifactName":"basic_onboard_rjmrre0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json","artifactChecksum":"MjU2YWI0ODE1ODM3NWEzNzA5MDM4NTJjYTVmNWQwNzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f900df00-a9b2-4548-82ce-6743d990ac0f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c2701de-1d13-48cf-b0cb-0397f1d596b9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"198dde9f-73e8-401b-964b-202a81962fd2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1d066346-42d1-4adb-9050-7819aef8210d","artifactVersion":"2","generatedFromUUID":"9c2701de-1d13-48cf-b0cb-0397f1d596b9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRjmrre-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml","artifactChecksum":"OTk5ZWUwZTQ5NWE2YjhiZmVlNGE5ZWNlYmQ5MzA5NWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"239fd5dd-4556-4d2d-ad5d-135197f3f796","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRjmrre-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar","artifactChecksum":"MDZjN2ZhOWJmZWRhNGNkODliZjhmMzQ0MzgxYTcyNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce339ef8-8b98-4b07-9fec-96f21f37ec7e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T16:30:49.152Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:30:49.152Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:30:49.155Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:30:49.155Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:30:49.255Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:30:49.256Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:30:49.256Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:30:49.271Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:30:49.272Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:30:50.155Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:30:50.157Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:30:50.159Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:30:50.159Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T16:30:50.259Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:30:50.260Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:30:50.260Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:30:50.276Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:30:50.277Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-07T16:30:51.160Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:30:51.161Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:30:51.163Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:30:51.164Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T16:30:51.263Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T16:30:51.264Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:30:51.265Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:30:51.281Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:30:51.282Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:30:52.164Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:30:52.165Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:30:52.167Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:30:52.167Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:30:52.268Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:30:52.269Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:30:52.270Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:30:52.286Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:30:52.286Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:30:53.181Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:30:53.181Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:30:53.193Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:30:53.193Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-07T16:30:53.289Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-07T16:30:53.290Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:30:53.290Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:30:53.307Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:30:53.308Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:30:54.194Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:30:54.195Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:30:54.198Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:30:54.198Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:30:54.298Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:30:54.300Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:30:54.300Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:30:54.315Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:30:54.315Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-07T16:30:55.199Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:30:55.201Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:30:55.204Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:30:55.204Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:30:55.305Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms
2022-06-07T16:30:55.310Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:30:55.314Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:30:55.330Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:30:55.331Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:30:56.235Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"serviceName": "basic_onboard_rJmrRE",
"serviceVersion": "1.0",
"serviceUUID": "a193e97b-c7c1-4f40-8830-ceeaaf8bb515",
"serviceDescription": "service",
"serviceInvariantUUID": "aca8fc67-0db9-4e44-97a6-180deaa3ae6e",
"resources": [
{
"resourceInstanceName": "basic_onboard_rJmrRE 0",
"resourceCustomizationUUID": "7cec1268-7674-400e-84fc-1a94553c06b9",
"resourceName": "basic_onboard_rJmrRE",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "673bedfb-293b-4ed2-9d27-105bf96cfe23",
"resourceInvariantUUID": "60bb8642-31ed-415b-bbd6-07b30fb5a391",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rjmrre0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"artifactChecksum": "MjU2YWI0ODE1ODM3NWEzNzA5MDM4NTJjYTVmNWQwNzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f900df00-a9b2-4548-82ce-6743d990ac0f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9c2701de-1d13-48cf-b0cb-0397f1d596b9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1d066346-42d1-4adb-9050-7819aef8210d",
"generatedFromUUID": "9c2701de-1d13-48cf-b0cb-0397f1d596b9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1d066346-42d1-4adb-9050-7819aef8210d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRjmrre-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"artifactChecksum": "MDZjN2ZhOWJmZWRhNGNkODliZjhmMzQ0MzgxYTcyNTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ce339ef8-8b98-4b07-9fec-96f21f37ec7e"
}
],
"workloadContext": "Production"
}
2022-06-07T16:30:56.236Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T16:30:56.237Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a193e97b-c7c1-4f40-8830-ceeaaf8bb515 ASDC
2022-06-07T16:30:56.237Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:cfc96dc6-3c9c-4346-ac2c-22479efb2cc4
ServiceName:basic_onboard_rJmrRE
ServiceVersion:1.0
ServiceUUID:a193e97b-c7c1-4f40-8830-ceeaaf8bb515
ServiceInvariantUUID:aca8fc67-0db9-4e44-97a6-180deaa3ae6e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRjmrre-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar
ArtifactUUID:ce339ef8-8b98-4b07-9fec-96f21f37ec7e
ArtifactChecksum:MDZjN2ZhOWJmZWRhNGNkODliZjhmMzQ0MzgxYTcyNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rJmrRE 0
ResourceCustomizationUUID:7cec1268-7674-400e-84fc-1a94553c06b9
ResourceInvariantUUID:60bb8642-31ed-415b-bbd6-07b30fb5a391
ResourceName:basic_onboard_rJmrRE
ResourceType:VF
ResourceUUID:673bedfb-293b-4ed2-9d27-105bf96cfe23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rjmrre0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json
ArtifactUUID:f900df00-a9b2-4548-82ce-6743d990ac0f
ArtifactChecksum:MjU2YWI0ODE1ODM3NWEzNzA5MDM4NTJjYTVmNWQwNzM=
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/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9c2701de-1d13-48cf-b0cb-0397f1d596b9
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/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env
ArtifactUUID:1d066346-42d1-4adb-9050-7819aef8210d
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/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env
ArtifactUUID:1d066346-42d1-4adb-9050-7819aef8210d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-07T16:30:56.238Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a193e97b-c7c1-4f40-8830-ceeaaf8bb515 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:30:56.289Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T16:30:56.293Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-07T16:30:56.293Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-07T16:30:56.294Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ce339ef8-8b98-4b07-9fec-96f21f37ec7e from URL: /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:56.294Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T16:30:56.296Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:56.416Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T16:30:56.420Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar ce339ef8-8b98-4b07-9fec-96f21f37ec7e 71576
2022-06-07T16:30:56.420Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar ASDC sendASDCNotification
2022-06-07T16:30:56.420Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:56.421Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T16:30:56.421Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:30:56.423Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:30:56.424Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619456420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:30:56.524Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:30:56.525Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:30:56.525Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:30:56.540Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:30:56.541Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-07T16:30:57.424Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T16:30:57.425Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-07T16:30:57.425Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ce339ef8-8b98-4b07-9fec-96f21f37ec7e, URL: /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar to file: /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:57.426Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:57.426Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:57.426Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:57.559Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13621747059598797534/Definitions/service-BasicOnboardRjmrre-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-07T16:30:58.895Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T16:30:58.895Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-07T16:30:58.895Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rJmrRE 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-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||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-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||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-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:58.897Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:58.897Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:58.897Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:30:58.897Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-07T16:30:58.897Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.897Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:30:58.898Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria
2022-06-07T16:30:58.898Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-07T16:30:58.898Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T16:30:58.898Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.898Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:30:58.899Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria
2022-06-07T16:30:58.899Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-07T16:30:58.899Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T16:30:58.899Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.899Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:30:58.900Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.900Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is not matching search criteria
2022-06-07T16:30:58.900Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-07T16:30:58.900Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-07T16:30:58.900Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-07T16:30:58.900Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T16:30:58.901Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T16:30:58.901Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.901Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T16:30:58.901Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.901Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria
2022-06-07T16:30:58.901Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:30:58.902Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.902Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria
2022-06-07T16:30:58.902Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:30:58.902Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.902Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria
2022-06-07T16:30:58.903Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:30:58.903Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.903Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is not matching search criteria
2022-06-07T16:30:58.903Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T16:30:58.903Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T16:30:58.903Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d7a76643-9eee-424c-8344-84223db0137c
2022-06-07T16:30:58.904Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.904Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:30:58.904Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.904Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:30:58.904Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.904Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:30:58.905Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:30:58.905Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:30:58.905Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_rJmrRE
Description:service
Model UUID:a193e97b-c7c1-4f40-8830-ceeaaf8bb515
Model Version:NULL
Model InvariantUuid:aca8fc67-0db9-4e44-97a6-180deaa3ae6e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_rJmrRE
Model UUID:99abebc2-152a-48ab-ab28-9ed19ba8f776
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:60bb8642-31ed-415b-bbd6-07b30fb5a391
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7cec1268-7674-400e-84fc-1a94553c06b9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f99e1871-0896-4d12-9b57-d8693877c707
ModelName:BasicOnboardRjmrre..base_ubuntu18..module-0
ModelUuid:fdc4dddb-e932-4c34-a7bd-dff418336e51
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d7a76643-9eee-424c-8344-84223db0137c
ModelInvariantUuid:e6f3fd51-c197-4247-b58d-660d0be6445c
ModelName:basic_onboard_rJmrRE-nodes.ubuntu18Cvfc
ModelUuid:5c8ce5c5-959c-40b4-8088-3d0a76a0820c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b466df7f-2031-4e15-8aab-c63c3af829b2
ModelInvariantUuid:53f792f4-5155-4568-8728-ca1a22e798cd
ModelName:BasicOnboardRjmrre.compute.nodes.heat.ubuntu18
ModelUuid:ba1403ed-621d-46ae-b4cc-e877dee70399
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T16:30:58.915Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 673bedfb-293b-4ed2-9d27-105bf96cfe23
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T16:30:58.918Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||basic_onboard_rJmrRE 0
2022-06-07T16:30:58.918Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 673bedfb-293b-4ed2-9d27-105bf96cfe23
2022-06-07T16:30:58.918Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f900df00-a9b2-4548-82ce-6743d990ac0f from URL: /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json
2022-06-07T16:30:58.918Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T16:30:58.919Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json
2022-06-07T16:30:58.981Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T16:30:58.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json f900df00-a9b2-4548-82ce-6743d990ac0f 798
2022-06-07T16:30:58.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json ASDC sendASDCNotification
2022-06-07T16:30:58.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json
2022-06-07T16:30:58.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T16:30:58.983Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:30:58.985Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:30:58.985Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619458982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:30:59.085Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:30:59.086Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:30:59.086Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:30:59.101Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:30:59.102Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:30:59.986Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRjmrre..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f99e1871-0896-4d12-9b57-d8693877c707",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fdc4dddb-e932-4c34-a7bd-dff418336e51",
"vfModuleModelCustomizationUUID": "10d14e23-be86-4a20-afdb-8b8d2f4bb89e",
"isBase": true,
"artifacts": [
"9c2701de-1d13-48cf-b0cb-0397f1d596b9",
"1d066346-42d1-4adb-9050-7819aef8210d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-07T16:30:59.991Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRjmrre..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fdc4dddb-e932-4c34-a7bd-dff418336e51
VfModuleModelInvariantUUID:f99e1871-0896-4d12-9b57-d8693877c707
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c2701de-1d13-48cf-b0cb-0397f1d596b9
,
1d066346-42d1-4adb-9050-7819aef8210d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-07T16:30:59.993Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRjmrre..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f99e1871-0896-4d12-9b57-d8693877c707",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fdc4dddb-e932-4c34-a7bd-dff418336e51",
"vfModuleModelCustomizationUUID": "10d14e23-be86-4a20-afdb-8b8d2f4bb89e",
"isBase": true,
"artifacts": [
"9c2701de-1d13-48cf-b0cb-0397f1d596b9",
"1d066346-42d1-4adb-9050-7819aef8210d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-07T16:30:59.993Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRjmrre..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fdc4dddb-e932-4c34-a7bd-dff418336e51
VfModuleModelInvariantUUID:f99e1871-0896-4d12-9b57-d8693877c707
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c2701de-1d13-48cf-b0cb-0397f1d596b9
,
1d066346-42d1-4adb-9050-7819aef8210d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-07T16:30:59.994Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9c2701de-1d13-48cf-b0cb-0397f1d596b9 from URL: /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml
2022-06-07T16:30:59.994Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T16:30:59.994Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml
2022-06-07T16:31:00.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T16:31:00.048Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml 9c2701de-1d13-48cf-b0cb-0397f1d596b9 5033
2022-06-07T16:31:00.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T16:31:00.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml
2022-06-07T16:31:00.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T16:31:00.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:31:00.053Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:31:00.053Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619460049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:31:00.153Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T16:31:00.154Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:31:00.154Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:31:00.169Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:31:00.170Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-07T16:31:01.054Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1d066346-42d1-4adb-9050-7819aef8210d from URL: /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env
2022-06-07T16:31:01.055Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T16:31:01.055Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env
2022-06-07T16:31:01.107Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T16:31:01.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env 1d066346-42d1-4adb-9050-7819aef8210d 909
2022-06-07T16:31:01.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T16:31:01.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env
2022-06-07T16:31:01.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T16:31:01.109Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:31:01.111Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:31:01.112Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619461108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:31:01.212Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T16:31:01.213Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:31:01.213Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:31:01.228Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:31:01.229Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:31:02.112Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a193e97b-c7c1-4f40-8830-ceeaaf8bb515
2022-06-07T16:31:02.113Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rJmrRE 0 673bedfb-293b-4ed2-9d27-105bf96cfe23 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T16:31:02.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27a7f143, org.onap.sdc.toscaparser.api.parameters.Input@2e27d1f3, org.onap.sdc.toscaparser.api.parameters.Input@b7ffe3f, org.onap.sdc.toscaparser.api.parameters.Input@2539538f, org.onap.sdc.toscaparser.api.parameters.Input@3d8c9382]
2022-06-07T16:31:02.132Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.132Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:31:02.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-07T16:31:02.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7cec1268-7674-400e-84fc-1a94553c06b9
2022-06-07T16:31:02.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7cec1268-7674-400e-84fc-1a94553c06b9 matches Tosca VF Customization UUID: 7cec1268-7674-400e-84fc-1a94553c06b9
2022-06-07T16:31:02.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7cec1268-7674-400e-84fc-1a94553c06b9 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-07T16:31:02.136Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.137Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:31:02.138Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7cec1268-7674-400e-84fc-1a94553c06b9: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-07T16:31:02.138Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36046d8b
2022-06-07T16:31:02.139Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.139Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T16:31:02.140Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 10d14e23-be86-4a20-afdb-8b8d2f4bb89e
2022-06-07T16:31:02.140Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 10d14e23-be86-4a20-afdb-8b8d2f4bb89e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-07T16:31:02.144Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.144Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria
2022-06-07T16:31:02.144Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:31:02.144Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.145Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria
2022-06-07T16:31:02.145Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:31:02.145Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is not matching search criteria
2022-06-07T16:31:02.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T16:31:02.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T16:31:02.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d7a76643-9eee-424c-8344-84223db0137c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T16:31:02.148Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.148Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria
2022-06-07T16:31:02.148Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:31:02.149Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.149Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria
2022-06-07T16:31:02.149Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=7cec1268-7674-400e-84fc-1a94553c06b9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T16:31:02.151Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.151Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:31:02.151Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a193e97b-c7c1-4f40-8830-ceeaaf8bb515: basic_onboard_rJmrRE
2022-06-07T16:31:02.151Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.152Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:31:02.152Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.152Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:31:02.152Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.152Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:31:02.153Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.153Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:31:02.153Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:31:02.153Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:31:02.154Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_rJmrRE
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:31:02.244Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rJmrRE 673bedfb-293b-4ed2-9d27-105bf96cfe23 1 ASDC deployResourceStructure
2022-06-07T16:31:02.244Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json ASDC sendASDCNotification
2022-06-07T16:31:02.245Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json
2022-06-07T16:31:02.245Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T16:31:02.245Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:31:02.248Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:31:02.248Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619462244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T16:31:02.348Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:31:02.349Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:31:02.350Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:31:02.365Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:31:02.366Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-07T16:31:03.249Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T16:31:03.249Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml
2022-06-07T16:31:03.249Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T16:31:03.251Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:31:03.255Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:31:03.255Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619463249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T16:31:03.354Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T16:31:03.355Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:31:03.355Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:31:03.368Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:31:03.369Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:31:04.256Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T16:31:04.256Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env
2022-06-07T16:31:04.256Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T16:31:04.257Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:31:04.261Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:31:04.261Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619464256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-07T16:31:04.360Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T16:31:04.361Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:31:04.361Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:31:04.375Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:31:04.376Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:31:05.262Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar ASDC sendASDCNotification
2022-06-07T16:31:05.262Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar
2022-06-07T16:31:05.262Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T16:31:05.262Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:31:05.264Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:31:05.264Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619465261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:31:05.365Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:31:05.365Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:31:05.366Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:31:05.378Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:31:05.378Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-07T16:31:06.265Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:31:06.302Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:31:06.309Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T16:31:06.310Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T16:31:06.310Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T16:31:36.310Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:31:36.322Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:31:36.324Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T16:31:36.324Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T16:31:36.325Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T16:31:38.910Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:31:38.911Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:31:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:31:38.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:31:38.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T16:31:38.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T16:31:38.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-07T16:31:38.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619378907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:31:38.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619386973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:31:38.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:38.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619381105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "policy-id",
"timestamp": 1654619386148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619381105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "policy-id",
"timestamp": 1654619386148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619390479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "cds",
"timestamp": 1654619390564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619381105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "policy-id",
"timestamp": 1654619386148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T16:31:38.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619390479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "cds",
"timestamp": 1654619390564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619381105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "policy-id",
"timestamp": 1654619386148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619390479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619392636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:31:38.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:38.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "cds",
"timestamp": 1654619390564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619381105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "policy-id",
"timestamp": 1654619386148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:38.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619390479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:38.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:38.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619393721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:31:39.000Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "cds",
"timestamp": 1654619390564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "policy-id",
"timestamp": 1654619386148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619381105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619390479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619394804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:31:39.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "cds",
"timestamp": 1654619390564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654619381105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "policy-id",
"timestamp": 1654619386148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:31:39.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619390479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "cds",
"timestamp": 1654619390564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "policy-id",
"timestamp": 1654619396485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:31:39.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619396323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T16:31:39.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619390479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:31:39.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "cds",
"timestamp": 1654619390564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:31:39.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "policy-id",
"timestamp": 1654619397489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:31:39.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619397327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T16:31:39.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619398255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:31:39.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "cds",
"timestamp": 1654619398338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:31:39.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "policy-id",
"timestamp": 1654619398492,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:31:39.033Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfc96dc6-3c9c-4346-ac2c-22479efb2cc4
2022-06-07T16:31:39.034Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:31:39.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619398331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-07T16:31:39.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "cds",
"timestamp": 1654619399344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-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-06-07T16:31:39.059Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cfc96dc6-3c9c-4346-ac2c-22479efb2cc4
2022-06-07T16:31:39.059Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:31:39.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619399335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:31:39.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619401513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:31:39.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654619402523,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:31:39.085Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cfc96dc6-3c9c-4346-ac2c-22479efb2cc4
2022-06-07T16:31:39.085Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:31:39.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "aai-ml",
"timestamp": 1654619403017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "aai-ml",
"timestamp": 1654619403017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "aai-ml",
"timestamp": 1654619403017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "aai-ml",
"timestamp": 1654619403017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "clamp",
"timestamp": 1654619406015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "aai-ml",
"timestamp": 1654619403017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "clamp",
"timestamp": 1654619406015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T16:31:39.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "aai-ml",
"timestamp": 1654619403017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "clamp",
"timestamp": 1654619406015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "aai-ml",
"timestamp": 1654619403017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:31:39.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "clamp",
"timestamp": 1654619406015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "aai-ml",
"timestamp": 1654619410886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:31:39.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "clamp",
"timestamp": 1654619406015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "clamp",
"timestamp": 1654619406015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:31:39.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "clamp",
"timestamp": 1654619406015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:31:39.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-07T16:31:39.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "aai-ml",
"timestamp": 1654619419062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:31:39.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "clamp",
"timestamp": 1654619418980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:31:39.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "aai-ml",
"timestamp": 1654619420077,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:31:39.144Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cfc96dc6-3c9c-4346-ac2c-22479efb2cc4
2022-06-07T16:31:39.145Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:31:39.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "clamp",
"timestamp": 1654619420986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:31:39.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:31:39.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T16:31:39.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "clamp",
"timestamp": 1654619421989,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:31:39.169Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cfc96dc6-3c9c-4346-ac2c-22479efb2cc4
2022-06-07T16:31:39.169Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:32:06.325Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:32:06.342Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:32:06.346Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T16:32:06.346Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T16:32:06.346Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T16:32:06.346Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T16:32:06.346Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:32:06.347Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:32:06.347Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:32:06.347Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:32:06.347Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:32:06.347Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:32:06.347Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:32:06.354Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T16:32:36.355Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T16:32:36.375Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 and serviceModelVersionId: a193e97b-c7c1-4f40-8830-ceeaaf8bb515
2022-06-07T16:32:36.375Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aca8fc67-0db9-4e44-97a6-180deaa3ae6e
2022-06-07T16:32:36.379Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0
2022-06-07T16:32:36.393Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T16:32:36.503Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0|INFO|500||Invoke
2022-06-07T16:32:36.504Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cfc96dc6-3c9c-4346-ac2c-22479efb2cc4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22df8488-9499-404c-8730-19185d42f7e7], X-ECOMP-RequestID=[cfc96dc6-3c9c-4346-ac2c-22479efb2cc4], X-TransactionId=[], X-ONAP-RequestID=[cfc96dc6-3c9c-4346-ac2c-22479efb2cc4], Content-Type=[application/merge-patch+json]}
2022-06-07T16:32:36.545Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-07T16:32:36.713Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?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/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-16:32:36:830-14843], vertex-id=[200776], Content-Length=[0], Date=[Tue, 07 Jun 2022 16:32:36 GMT], Content-Type=[application/json]}
2022-06-07T16:32:36.713Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T16:32:36.714Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0|INFO|500||InvokeReturn
2022-06-07T16:32:36.715Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T16:32:36.715Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T16:32:36.723Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T16:32:36.723Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T16:32:36.723Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T16:32:36.724Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:32:36.728Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:32:36.728Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619556723,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T16:32:36.828Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T16:32:36.830Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:32:36.830Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:32:36.851Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:32:36.852Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T16:32:37.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:32:37.754Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:32:37.754Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:32:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:32:38.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:32:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:32:38.947Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:32:38.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619447478,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T16:32:38.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:32:38.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:32:38.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T16:32:38.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T16:32:38.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T16:32:38.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T16:32:38.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T16:32:38.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:32:38.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T16:32:38.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-07T16:32:38.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T16:32:38.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:32:38.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T16:32:38.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619448510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:32:38.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T16:32:38.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619456420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:32:38.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:32:38.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619458982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:32:38.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:32:38.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619460049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:32:38.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:32:38.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619461108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:32:38.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:32:38.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619462244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T16:32:38.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:32:38.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619463249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T16:32:38.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:32:38.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619464256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-07T16:32:38.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:32:38.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T16:32:38.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619465261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:32:38.956Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:32:47.304Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:32:47.305Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:32:47.306Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:32:47.306Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:32:56.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:33:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:33:38.908Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:33:38.908Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:33:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:33:38.910Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:33:38.910Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:33:39.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:33:39.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T16:33:39.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654619556723,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T16:33:39.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:33:48.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:34:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:34:38.908Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:34:38.908Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:34:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:34:38.910Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:34:38.910Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:34:48.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:34:48.536Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:35:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:35:38.908Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:35:38.908Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:35:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:35:38.911Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:35:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:35:48.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:35:48.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:36:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:36:38.908Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:36:38.908Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:36:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:36:38.910Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:36:38.910Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:36:48.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:36:48.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:37:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:37:38.908Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:37:38.909Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:37:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:37:38.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:37:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:37:48.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:37:48.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:38:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:38:38.908Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:38:38.909Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:38:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:38:38.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:38:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:38:48.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:38:48.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:39:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:39:38.908Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:39:38.908Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:39:38.910Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:39:38.910Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:39:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:39:48.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:39:48.469Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:40:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:40:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:40:38.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:40:38.911Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:40:38.911Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:40:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:40:48.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:40:48.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:41:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:41:38.909Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:41:38.909Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:41:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:41:38.910Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:41:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:41:48.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:41:48.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:42:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:42:38.908Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:42:38.908Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:42:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:42:38.911Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:42:38.911Z||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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:42:48.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:42:48.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:43:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:43:38.908Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:43:38.908Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:43:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:43:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:43:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:43:39.136Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:43:39.137Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:43:39.137Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "clamp",
"timestamp": 1654620216016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:43:39.139Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:43:39.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:43:39.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-07T16:43:39.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"90e3340a-8dcf-42aa-9bca-4b8d906ab2af","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ea98a75c-24f4-49cd-b2dc-42a3e077cc05","serviceDescription":"service","serviceInvariantUUID":"0af5cc85-a18e-4e20-9068-32ef20a35cce","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7903e9be-0db3-4fe2-a2bc-8347f26fb473","resourceInvariantUUID":"b693f4ac-f8c2-48ef-a546-8d1ce0012b99","resourceCustomizationUUID":"e8d675a2-7c86-4739-89fe-03f5623320bc","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":"OGY3OTkzOTJjZjhmYzI1MDI2ZjNiMWY2NWU5NDdlZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a221bb8-5ed5-462d-b154-0d3bceaee563","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDE1MzM5Y2U3YjU2MGI1MWEyNGQ5N2EwZjQxYzVmNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ac29ff9-d6d0-4712-82b3-0b5d389613aa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T16:43:39.552Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:43:39.553Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:43:39.556Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:43:39.556Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620218907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:43:39.658Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T16:43:39.660Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:43:39.660Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:43:39.684Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:43:39.685Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:43:40.557Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:43:40.558Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:43:40.561Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:43:40.562Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620218907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:43:40.662Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:43:40.664Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:43:40.664Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:43:40.678Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:43:40.679Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:43:41.565Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ea98a75c-24f4-49cd-b2dc-42a3e077cc05",
"serviceDescription": "service",
"serviceInvariantUUID": "0af5cc85-a18e-4e20-9068-32ef20a35cce",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "e8d675a2-7c86-4739-89fe-03f5623320bc",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "7903e9be-0db3-4fe2-a2bc-8347f26fb473",
"resourceInvariantUUID": "b693f4ac-f8c2-48ef-a546-8d1ce0012b99",
"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": "NDE1MzM5Y2U3YjU2MGI1MWEyNGQ5N2EwZjQxYzVmNWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4ac29ff9-d6d0-4712-82b3-0b5d389613aa"
}
],
"workloadContext": "Production"
}
2022-06-07T16:43:41.566Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T16:43:41.566Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ea98a75c-24f4-49cd-b2dc-42a3e077cc05 ASDC
2022-06-07T16:43:41.567Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:90e3340a-8dcf-42aa-9bca-4b8d906ab2af
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ea98a75c-24f4-49cd-b2dc-42a3e077cc05
ServiceInvariantUUID:0af5cc85-a18e-4e20-9068-32ef20a35cce
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:4ac29ff9-d6d0-4712-82b3-0b5d389613aa
ArtifactChecksum:NDE1MzM5Y2U3YjU2MGI1MWEyNGQ5N2EwZjQxYzVmNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8d675a2-7c86-4739-89fe-03f5623320bc
ResourceInvariantUUID:b693f4ac-f8c2-48ef-a546-8d1ce0012b99
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7903e9be-0db3-4fe2-a2bc-8347f26fb473
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-07T16:43:41.567Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea98a75c-24f4-49cd-b2dc-42a3e077cc05 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:43:41.617Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T16:43:41.618Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T16:43:41.618Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T16:43:41.618Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4ac29ff9-d6d0-4712-82b3-0b5d389613aa from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T16:43:41.618Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T16:43:41.619Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T16:43:41.687Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T16:43:41.689Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4ac29ff9-d6d0-4712-82b3-0b5d389613aa 52508
2022-06-07T16:43:41.690Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-07T16:43:41.690Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T16:43:41.690Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T16:43:41.690Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:43:41.692Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:43:41.692Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620221690,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:43:41.793Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T16:43:41.794Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:43:41.794Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:43:41.808Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:43:41.809Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:43:42.693Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T16:43:42.695Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T16:43:42.695Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4ac29ff9-d6d0-4712-82b3-0b5d389613aa, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T16:43:42.696Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-07T16:43:42.696Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T16:43:42.696Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T16:43:42.901Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP946009723077214837/Definitions/service-BasicNetwork-template.yml
2022-06-07T16:43:43.548Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T16:43:43.549Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T16:43:43.549Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T16:43:43.549Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-07T16:43:43.549Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-06-07T16:43:43.549Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-06-07T16:43:43.550Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-06-07T16:43:43.550Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-06-07T16:43:43.550Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-06-07T16:43:43.550Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-06-07T16:43:43.551Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-06-07T16:43:43.551Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-06-07T16:43:43.551Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T16:43:43.552Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.552Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.553Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T16:43:43.553Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T16:43:43.553Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T16:43:43.554Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.554Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.554Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T16:43:43.554Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T16:43:43.555Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T16:43:43.555Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.555Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.556Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.556Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.557Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.557Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.557Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.557Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.558Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.558Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.558Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ea98a75c-24f4-49cd-b2dc-42a3e077cc05
Model Version:NULL
Model InvariantUuid:0af5cc85-a18e-4e20-9068-32ef20a35cce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b693f4ac-f8c2-48ef-a546-8d1ce0012b99
Model UUID:f93e09f3-db8c-4d04-b1fe-fd091d29b01b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:e8d675a2-7c86-4739-89fe-03f5623320bc
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-06-07T16:43:43.569Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 7903e9be-0db3-4fe2-a2bc-8347f26fb473
2022-06-07T16:43:43.569Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||No resources found for Service: ea98a75c-24f4-49cd-b2dc-42a3e077cc05
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T16:43:43.579Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||
2022-06-07T16:43:43.579Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-07T16:43:43.581Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ea98a75c-24f4-49cd-b2dc-42a3e077cc05
2022-06-07T16:43:43.581Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ea98a75c-24f4-49cd-b2dc-42a3e077cc05
2022-06-07T16:43:43.581Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-07T16:43:43.582Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-06-07T16:43:43.600Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47d98ce3, org.onap.sdc.toscaparser.api.parameters.Input@3cf057e3, org.onap.sdc.toscaparser.api.parameters.Input@60395434, org.onap.sdc.toscaparser.api.parameters.Input@66982178, org.onap.sdc.toscaparser.api.parameters.Input@6dad17dc]
2022-06-07T16:43:43.603Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.603Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.603Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.604Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.604Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ea98a75c-24f4-49cd-b2dc-42a3e077cc05: Generic NeutronNet
2022-06-07T16:43:43.604Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.605Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.605Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.605Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-06-07T16:43:43.646Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.647Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.647Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.647Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.648Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:43:43.648Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:43:43.648Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-06-07T16:43:43.736Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-07T16:43:43.737Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-07T16:43:43.738Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T16:43:43.738Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T16:43:43.738Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:43:43.740Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:43:43.740Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620223737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:43:43.840Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:43:43.841Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:43:43.841Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:43:43.856Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:43:43.856Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:43:44.741Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:43:44.757Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:43:44.759Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T16:43:44.759Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T16:43:44.760Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T16:44:14.760Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:44:14.781Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:44:14.784Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T16:44:14.785Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T16:44:14.785Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T16:44:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:44:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:44:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:44:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:44:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:44:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "cds",
"timestamp": 1654620215564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:44:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:44:44.786Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:44:44.806Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:44:44.812Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T16:44:44.812Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T16:44:44.812Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T16:45:14.812Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:45:14.845Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:45:14.848Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T16:45:14.848Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T16:45:14.849Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T16:45:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:45:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:45:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:45:38.943Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:45:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:45:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "aai-ml",
"timestamp": 1654620213016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:45:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:45:44.849Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:45:44.862Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:45:44.864Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T16:45:44.864Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T16:45:44.865Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T16:46:14.865Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:46:14.892Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:46:14.896Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T16:46:14.897Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T16:46:14.897Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T16:46:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:46:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:46:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ...
2022-06-07T16:46:38.956Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:46:38.961Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.961Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620218907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "clamp",
"timestamp": 1654620216016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:46:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "cds",
"timestamp": 1654620215564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:46:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "aai-ml",
"timestamp": 1654620213016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:46:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620218907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:46:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "cds",
"timestamp": 1654620221336,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:46:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "aai-ml",
"timestamp": 1654620221797,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:46:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620221690,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:46:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "ves-openapi-manager",
"timestamp": 1654620221105,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "cds",
"timestamp": 1654620222347,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:46:38.981Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
2022-06-07T16:46:38.981Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90e3340a-8dcf-42aa-9bca-4b8d906ab2af and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:46:38.996Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.996Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "ves-openapi-manager",
"timestamp": 1654620221105,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620223737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "aai-ml",
"timestamp": 1654620226873,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:38.998Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.998Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "policy-id",
"timestamp": 1654620226148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:38.998Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:38.998Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:38.998Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "aai-ml",
"timestamp": 1654620227878,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:46:39.005Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
2022-06-07T16:46:39.005Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90e3340a-8dcf-42aa-9bca-4b8d906ab2af and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:46:39.018Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.018Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "policy-id",
"timestamp": 1654620226148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:46:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "policy-id",
"timestamp": 1654620228938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:46:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "clamp",
"timestamp": 1654620229090,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:46:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "policy-id",
"timestamp": 1654620229946,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:46:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620230479,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "policy-id",
"timestamp": 1654620230951,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:46:39.027Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
2022-06-07T16:46:39.027Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90e3340a-8dcf-42aa-9bca-4b8d906ab2af and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:46:39.040Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.040Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "clamp",
"timestamp": 1654620231096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:46:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620230479,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:46:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "clamp",
"timestamp": 1654620232099,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:46:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
2022-06-07T16:46:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90e3340a-8dcf-42aa-9bca-4b8d906ab2af and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:46:39.063Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.064Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620233258,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:46:39.064Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:39.064Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.065Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620235374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:46:39.065Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:39.065Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.065Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620236382,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:46:39.080Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
2022-06-07T16:46:39.080Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90e3340a-8dcf-42aa-9bca-4b8d906ab2af and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:46:39.100Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.100Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "ves-openapi-manager",
"timestamp": 1654620261105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "cds",
"timestamp": 1654620260564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.103Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.103Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.103Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620260479,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.104Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.104Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.104Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "policy-id",
"timestamp": 1654620266148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.105Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.105Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.105Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "cds",
"timestamp": 1654620260564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.106Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.106Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.106Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "ves-openapi-manager",
"timestamp": 1654620261105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.107Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.107Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.107Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620260479,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "policy-id",
"timestamp": 1654620266148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.109Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.109Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.109Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "ves-openapi-manager",
"timestamp": 1654620261105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.110Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.110Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.110Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620260479,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.111Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.111Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.112Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "cds",
"timestamp": 1654620260564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.112Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.112Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.113Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "policy-id",
"timestamp": 1654620266148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-07T16:46:39.113Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.114Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.114Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "ves-openapi-manager",
"timestamp": 1654620261105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.115Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.115Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.115Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620260479,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.116Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.116Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.116Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "policy-id",
"timestamp": 1654620266148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.117Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.117Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.117Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "cds",
"timestamp": 1654620260564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.117Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.118Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.118Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "ves-openapi-manager",
"timestamp": 1654620261105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.118Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.118Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.119Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "cds",
"timestamp": 1654620260564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.119Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.119Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.120Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620260479,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.120Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.121Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.121Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "policy-id",
"timestamp": 1654620266148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.121Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.121Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.121Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "aai-ml",
"timestamp": 1654620273016,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "cds",
"timestamp": 1654620260564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "ves-openapi-manager",
"timestamp": 1654620261105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "policy-id",
"timestamp": 1654620266148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620260479,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "aai-ml",
"timestamp": 1654620273016,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "ves-openapi-manager",
"timestamp": 1654620261105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.126Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.126Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "policy-id",
"timestamp": 1654620266148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:46:39.126Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.126Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.127Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "cds",
"timestamp": 1654620260564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:46:39.127Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.127Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.127Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620260479,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:46:39.128Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.128Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.128Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "aai-ml",
"timestamp": 1654620273016,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.128Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.128Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "cds",
"timestamp": 1654620275513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:46:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "policy-id",
"timestamp": 1654620275511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:46:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:39.131Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.131Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620276002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:46:39.131Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:39.132Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.132Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "aai-ml",
"timestamp": 1654620273016,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "cds",
"timestamp": 1654620276521,
"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-06-07T16:46:39.155Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16c3fffc-6be9-44b1-82bc-026a1635498a
2022-06-07T16:46:39.155Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c3fffc-6be9-44b1-82bc-026a1635498a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:46:39.172Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.173Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "policy-id",
"timestamp": 1654620276516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:46:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "clamp",
"timestamp": 1654620276016,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "aai-ml",
"timestamp": 1654620273016,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.176Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.176Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "policy-id",
"timestamp": 1654620277519,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:46:39.183Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16c3fffc-6be9-44b1-82bc-026a1635498a
2022-06-07T16:46:39.184Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c3fffc-6be9-44b1-82bc-026a1635498a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T16:46:39.197Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.197Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "clamp",
"timestamp": 1654620276016,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T16:46:39.197Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.198Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.198Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "aai-ml",
"timestamp": 1654620273016,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:46:39.198Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T16:46:39.198Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T16:46:39.198Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654620278934,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T16:46:39.199Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T16:46:44.897Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:46:44.919Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T16:46:44.926Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T16:46:44.926Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T16:46:44.926Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T16:46:44.936Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T16:47:14.936Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T16:47:14.950Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af and serviceModelVersionId: ea98a75c-24f4-49cd-b2dc-42a3e077cc05
2022-06-07T16:47:14.950Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0af5cc85-a18e-4e20-9068-32ef20a35cce
2022-06-07T16:47:14.951Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0
2022-06-07T16:47:14.955Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T16:47:15.039Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0|INFO|500||Invoke
2022-06-07T16:47:15.040Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90e3340a-8dcf-42aa-9bca-4b8d906ab2af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b87e690-dcf5-41a4-a86e-65a62beded55], X-ECOMP-RequestID=[90e3340a-8dcf-42aa-9bca-4b8d906ab2af], X-TransactionId=[], X-ONAP-RequestID=[90e3340a-8dcf-42aa-9bca-4b8d906ab2af], Content-Type=[application/merge-patch+json]}
2022-06-07T16:47:15.067Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-07T16:47:15.277Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?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/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-16:47:15:360-60482], vertex-id=[577672], Content-Length=[0], Date=[Tue, 07 Jun 2022 16:47:15 GMT], Content-Type=[application/json]}
2022-06-07T16:47:15.278Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T16:47:15.279Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0|INFO|500||InvokeReturn
2022-06-07T16:47:15.280Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T16:47:15.280Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T16:47:15.286Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T16:47:15.287Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90e3340a-8dcf-42aa-9bca-4b8d906ab2af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T16:47:15.288Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T16:47:15.288Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:47:15.291Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:47:15.292Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620435287,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T16:47:15.394Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T16:47:15.395Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:47:15.395Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:47:15.415Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:47:15.416Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T16:47:16.340Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T16:47:16.341Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T16:47:16.342Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:47:20.850Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:47:20.851Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-07T16:47:20.851Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"16c3fffc-6be9-44b1-82bc-026a1635498a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bd1511d6-0718-43a9-8d86-8abb540fc4c2","serviceDescription":"service","serviceInvariantUUID":"713460ed-61c8-401f-99e7-e2bfec5f3301","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"07eb41b7-0819-44e6-9a3d-bfd1b4796a8e","resourceInvariantUUID":"8187a00a-83c4-4aff-b813-ee3bd68a400b","resourceCustomizationUUID":"9308645e-1f19-4482-a90b-4dc9978de1dc","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":"NmYwMjA1YzE2MzkxMGJiNGIxOTdlMjU3NTgxYWMwYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8da0e149-f248-49cf-955c-082f7965a85c","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":"MWMwNzllOWU4NTMwNWYxOWZmNDU5YjQxNmEwNzhhZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dcaa1603-140a-4aa6-93cb-437674b2e70c","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":"e7bd5892-3e02-4494-acef-a9df3e81e5df","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":"1d77e1f0-af94-47a3-8997-0d368c3b5cfb","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":"e4976eee-6bc3-4ba2-9968-1582cfd917b9","artifactVersion":"2","generatedFromUUID":"e7bd5892-3e02-4494-acef-a9df3e81e5df"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTAxMTJiZTUwZmUxNTM5NWViZDcyMjEzNTZlZjhmMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f20233a8-c065-4fdd-99cf-7e0858b0707d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2FiODhlZjYyYzRmNTVlN2E2NmI5MWUxODQ2NjgyZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0d62e12-0895-4698-8ab3-bf703a1b0fa6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T16:47:20.853Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:47:20.854Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:47:20.855Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:47:20.856Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620436340,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:47:20.956Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:47:20.957Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:47:20.957Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:47:20.983Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:47:20.984Z||pool-40-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:47:21.857Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:47:21.858Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:47:21.862Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:47:21.862Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620436340,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T16:47:21.961Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T16:47:21.962Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:47:21.962Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:47:21.979Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:47:21.980Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T16:47:22.863Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:47:22.864Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:47:22.866Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:47:22.867Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620436340,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-07T16:47:22.967Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:47:22.968Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:47:22.968Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:47:22.984Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:47:22.984Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-07T16:47:23.867Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:47:23.868Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:47:23.870Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:47:23.870Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620436340,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:47:23.970Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:47:23.972Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:47:23.972Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:47:23.998Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:47:23.999Z||pool-43-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:47:24.871Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:47:24.872Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:47:24.873Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:47:24.874Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620436340,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-07T16:47:24.974Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:47:24.975Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:47:24.975Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:47:25.001Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:47:25.002Z||pool-44-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:47:25.874Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:47:25.875Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:47:25.878Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:47:25.878Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620436340,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T16:47:25.978Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:47:25.979Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T16:47:25.979Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:47:25.994Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:47:25.995Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:47:26.879Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T16:47:26.879Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:47:26.898Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:47:26.898Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620436340,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T16:47:26.986Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-06-07T16:47:26.987Z||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-06-07T16:47:26.987Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:47:27.003Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:47:27.004Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:47:27.900Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "bd1511d6-0718-43a9-8d86-8abb540fc4c2",
"serviceDescription": "service",
"serviceInvariantUUID": "713460ed-61c8-401f-99e7-e2bfec5f3301",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "9308645e-1f19-4482-a90b-4dc9978de1dc",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "07eb41b7-0819-44e6-9a3d-bfd1b4796a8e",
"resourceInvariantUUID": "8187a00a-83c4-4aff-b813-ee3bd68a400b",
"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": "MWMwNzllOWU4NTMwNWYxOWZmNDU5YjQxNmEwNzhhZTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dcaa1603-140a-4aa6-93cb-437674b2e70c",
"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": "e7bd5892-3e02-4494-acef-a9df3e81e5df",
"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": "e4976eee-6bc3-4ba2-9968-1582cfd917b9",
"generatedFromUUID": "e7bd5892-3e02-4494-acef-a9df3e81e5df"
},
"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": "e4976eee-6bc3-4ba2-9968-1582cfd917b9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "N2FiODhlZjYyYzRmNTVlN2E2NmI5MWUxODQ2NjgyZTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d0d62e12-0895-4698-8ab3-bf703a1b0fa6"
}
],
"workloadContext": "Production"
}
2022-06-07T16:47:27.901Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T16:47:27.901Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bd1511d6-0718-43a9-8d86-8abb540fc4c2 ASDC
2022-06-07T16:47:27.901Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:16c3fffc-6be9-44b1-82bc-026a1635498a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:bd1511d6-0718-43a9-8d86-8abb540fc4c2
ServiceInvariantUUID:713460ed-61c8-401f-99e7-e2bfec5f3301
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:d0d62e12-0895-4698-8ab3-bf703a1b0fa6
ArtifactChecksum:N2FiODhlZjYyYzRmNTVlN2E2NmI5MWUxODQ2NjgyZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9308645e-1f19-4482-a90b-4dc9978de1dc
ResourceInvariantUUID:8187a00a-83c4-4aff-b813-ee3bd68a400b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:07eb41b7-0819-44e6-9a3d-bfd1b4796a8e
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:dcaa1603-140a-4aa6-93cb-437674b2e70c
ArtifactChecksum:MWMwNzllOWU4NTMwNWYxOWZmNDU5YjQxNmEwNzhhZTU=
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:e7bd5892-3e02-4494-acef-a9df3e81e5df
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:e4976eee-6bc3-4ba2-9968-1582cfd917b9
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:e4976eee-6bc3-4ba2-9968-1582cfd917b9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-07T16:47:27.902Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd1511d6-0718-43a9-8d86-8abb540fc4c2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T16:47:27.963Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T16:47:27.964Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T16:47:27.965Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T16:47:27.965Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d0d62e12-0895-4698-8ab3-bf703a1b0fa6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T16:47:27.965Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T16:47:27.965Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T16:47:28.127Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T16:47:28.130Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d0d62e12-0895-4698-8ab3-bf703a1b0fa6 71072
2022-06-07T16:47:28.130Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-07T16:47:28.131Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T16:47:28.131Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T16:47:28.131Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T16:47:28.132Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T16:47:28.133Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654620448130,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T16:47:28.233Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T16:47:28.234Z||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-06-07T16:47:28.234Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ...
2022-06-07T16:47:28.249Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T16:47:28.250Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T16:47:29.133Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T16:47:29.134Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T16:47:29.134Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d0d62e12-0895-4698-8ab3-bf703a1b0fa6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T16:47:29.134Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-07T16:47:29.135Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T16:47:29.135Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T16:47:29.253Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9122353708593709553/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-06-07T16:47:30.722Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T16:47:30.723Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T16:47:30.724Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T16:47:30.724Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T16:47:30.725Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-06-07T16:47:30.725Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-06-07T16:47:30.726Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-06-07T16:47:30.726Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-06-07T16:47:30.726Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-06-07T16:47:30.727Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-06-07T16:47:30.727Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-06-07T16:47:30.728Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-06-07T16:47:30.728Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-06-07T16:47:30.729Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T16:47:30.729Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:47:30.730Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:47:30.730Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T16:47:30.731Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T16:47:30.731Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T16:47:30.732Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:47:30.732Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:47:30.733Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T16:47:30.733Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T16:47:30.733Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T16:47:30.734Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:47:30.734Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T16:47:30.735Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:47:30.735Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-07T16:47:30.736Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-07T16:47:30.736Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-07T16:47:30.736Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-07T16:47:30.737Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T16:47:30.737Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T16:47:30.738Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:47:30.738Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T16:47:30.739Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:47:30.739Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T16:47:30.739Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:47:30.740Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:47:30.740Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T16:47:30.741Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:47:30.741Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T16:47:30.742Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T16:47:30.742Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T16:47:30.743Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery