By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-25T05:16:21.156Z||main|||||INFO|500||The following profiles are active: basic
2022-11-25T05:16:33.426Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-25T05:16:33.427Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-25T05:16:33.546Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-25T05:16:37.756Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-25T05:16:38.167Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-25T05:16:38.634Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-25T05:16:38.644Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-25T05:16:38.762Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-25T05:16:38.977Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-25T05:16:39.535Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-25T05:16:41.397Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-25T05:16:43.701Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-25T05:16:43.757Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-25T05:16:44.302Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-25T05:16:44.594Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-25T05:16:45.781Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-25T05:16:46.863Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-25T05:16:46.880Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$5917c19b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-25T05:16:46.881Z||main|||||WARN|500||The sdc end point is not alive
2022-11-25T05:16:49.978Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-25T05:16:52.758Z||main|||||WARN|500||---
2022-11-25T05:16:52.759Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-25T05:16:52.759Z||main|||||WARN|500||---
2022-11-25T05:16:53.227Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-25T05:16:57.930Z||main|||||INFO|500||Started Application in 40.756 seconds (JVM running for 43.322)
2022-11-25T05:16:57.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-25T05:16:57.954Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-25T05:16:57.975Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-25T05:16:58.000Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-25T05:16:58.046Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4dc491e-8ef3-450f-a0ff-aaabe9b624d0 url= /sdc/v1/artifactTypes
2022-11-25T05:16:58.047Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-25T05:16:58.322Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-25T05:16:58.346Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-25T05:16:58.371Z||scheduling-1|||||DEBUG|500||create keys
2022-11-25T05:16:58.383Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-25T05:16:58.433Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:16:58.449Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8e839ec0-bf61-4ec0-9d85-9b46aff99fc0 url= /sdc/v1/registerForDistribution
2022-11-25T05:16:58.556Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8e839ec0-bf61-4ec0-9d85-9b46aff99fc0 url= /sdc/v1/registerForDistribution
2022-11-25T05:16:58.557Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-25T05:16:58.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:16:58.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:16:58.617Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-25T05:16:58.649Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:16:58.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:16:58.649Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:16:58.649Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:17:09.005Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:17:09.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:17:58.566Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:17:58.572Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:17:58.573Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:17:58.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:17:58.577Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:17:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:18:08.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:18:08.148Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:18:58.565Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:18:58.566Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:18:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:18:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:18:58.579Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:18:58.579Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:19:08.139Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:19:08.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:19:58.564Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:19:58.565Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:19:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:19:58.578Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:19:58.578Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:19:58.579Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:20:08.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:20:08.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:20:58.564Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:20:58.565Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:20:58.565Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:20:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:20:58.576Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:20:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:21:08.134Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:21:08.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:21:58.565Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:21:58.567Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:21:58.568Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:21:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:21:58.577Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:21:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:22:08.137Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:22:08.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:22:58.564Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:22:58.566Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:22:58.566Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:22:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:22:58.577Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:22:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:23:08.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:23:08.152Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:23:58.564Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:23:58.566Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:23:58.566Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:23:58.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:23:58.579Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:23:58.580Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:24:08.131Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:24:08.140Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:24:58.564Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:24:58.565Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:24:58.565Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:24:58.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:24:58.576Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:24:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:25:08.125Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:25:08.125Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:25:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:25:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:25:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:25:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:25:58.577Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:25:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:26:08.140Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:26:08.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:26:23.370Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-25T05:26:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:26:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:26:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:26:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:26:58.576Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:26:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:27:08.143Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:27:08.153Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:27:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:27:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:27:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:27:58.577Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:27:58.577Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:27:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:28:08.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:28:08.133Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:28:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:28:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:28:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:28:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:28:58.576Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:28:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:29:08.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:29:08.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:29:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:29:58.568Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:29:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:29:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:29:58.576Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:29:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:30:08.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:30:08.162Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:30:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:30:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:30:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:30:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:30:58.577Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:30:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:31:08.148Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:31:08.149Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:31:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:31:58.568Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:31:58.568Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:31:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:31:58.577Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:31:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:32:08.145Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:32:08.161Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:32:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:32:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:32:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:32:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:32:58.576Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:32:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:33:08.143Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:33:08.144Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:33:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:33:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:33:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:33:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:33:58.576Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:33:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:34:08.123Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:34:08.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:34:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:34:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:34:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:34:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:34:58.577Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:34:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:35:08.126Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:35:08.146Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:35:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:35:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:35:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:35:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:35:58.576Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:35:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:36:08.145Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:36:08.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:36:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:36:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:36:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:36:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:36:58.577Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:36:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:37:08.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:37:08.120Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:37:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:37:58.566Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:37:58.567Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:37:58.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:37:58.578Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:37:58.578Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:38:08.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:38:08.133Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:38:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:38:58.567Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:38:58.567Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:38:58.577Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:38:58.577Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:38:58.578Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:39:08.138Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:39:08.138Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:39:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:39:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:39:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:39:58.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:39:58.576Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:39:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:40:08.127Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:40:08.135Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:40:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:40:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:40:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:40:58.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:40:58.576Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:40:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:41:08.122Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:41:08.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:41:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:41:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:41:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:41:58.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:41:58.576Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:41:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:42:08.129Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:42:08.140Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:42:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:42:58.566Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:42:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:42:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:42:58.577Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:42:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:43:08.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:43:08.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:43:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:43:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:43:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:43:58.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:43:58.576Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:43:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:44:08.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:44:08.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:44:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:44:58.566Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:44:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:44:58.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:44:58.577Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:44:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:45:08.128Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:45:08.156Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:45:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:45:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:45:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:45:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:45:58.576Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:45:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:46:08.127Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:46:08.132Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:46:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:46:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:46:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:46:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:46:58.576Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:46:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:47:08.149Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:47:08.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:47:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:47:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:47:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:47:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:47:58.576Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:47:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:48:08.151Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:48:08.152Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:48:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:48:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:48:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:48:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:48:58.576Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:48:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:49:08.123Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:49:08.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:49:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:49:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:49:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:49:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:49:58.576Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:49:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:50:08.149Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:50:08.150Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:50:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:50:58.564Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:50:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:50:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:50:58.577Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:50:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:51:08.150Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:51:08.153Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:51:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:51:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:51:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:51:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:51:58.577Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:51:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:52:08.120Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:52:08.155Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:52:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:52:58.564Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:52:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:52:58.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:52:58.577Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:52:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:53:08.135Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:53:08.145Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:53:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:53:58.567Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:53:58.567Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:53:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:53:58.576Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:53:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:54:08.126Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:54:08.137Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:54:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:54:58.566Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:54:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:54:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:54:58.576Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:54:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:55:08.154Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:55:08.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:55:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:55:58.565Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:55:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:55:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:55:58.576Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:55:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:55:58.755Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:55:58.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355709572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355712894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355709572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355712894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "NOTIFIED"
}
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "cds",
"timestamp": 1669355719372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355709572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "cds",
"timestamp": 1669355719372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355712894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-25T05:55:58.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355709572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "cds",
"timestamp": 1669355719372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355712894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355709572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "cds",
"timestamp": 1669355719372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355712894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-25T05:55:58.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355709572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "cds",
"timestamp": 1669355719372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355712894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355709572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "cds",
"timestamp": 1669355719372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355712894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T05:55:58.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "cds",
"timestamp": 1669355719372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T05:55:58.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355725308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355726307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355726444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "cds",
"timestamp": 1669355727318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:55:58.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:58.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355727424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:55:58.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:58.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355726444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:58.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "cds",
"timestamp": 1669355728362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T05:55:59.055Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 152069e3-77e4-43a8-8d25-44bec425b2fd
2022-11-25T05:55:59.078Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 152069e3-77e4-43a8-8d25-44bec425b2fd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T05:55:59.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355728485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:55:59.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:59.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355726444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355729638,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T05:55:59.126Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 152069e3-77e4-43a8-8d25-44bec425b2fd
2022-11-25T05:55:59.126Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 152069e3-77e4-43a8-8d25-44bec425b2fd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T05:55:59.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355726444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355730648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T05:55:59.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:59.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355726444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355730718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T05:55:59.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:59.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355726444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355731723,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T05:55:59.142Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 152069e3-77e4-43a8-8d25-44bec425b2fd
2022-11-25T05:55:59.142Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 152069e3-77e4-43a8-8d25-44bec425b2fd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T05:55:59.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355726444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "aai-ml",
"timestamp": 1669355738064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "aai-ml",
"timestamp": 1669355738064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "aai-ml",
"timestamp": 1669355738064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "aai-ml",
"timestamp": 1669355738064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "aai-ml",
"timestamp": 1669355738064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "aai-ml",
"timestamp": 1669355738064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "aai-ml",
"timestamp": 1669355738064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T05:55:59.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "aai-ml",
"timestamp": 1669355745938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "cds",
"timestamp": 1669355749371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355746444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355739572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "cds",
"timestamp": 1669355749371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355746444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355739572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "cds",
"timestamp": 1669355749371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355746444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355739572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "cds",
"timestamp": 1669355749371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355739572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355746444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355752894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "cds",
"timestamp": 1669355749371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355739572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355746444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355752894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "cds",
"timestamp": 1669355749371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355739572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355746444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355752894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "cds",
"timestamp": 1669355749371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355739572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "ves-openapi-manager",
"timestamp": 1669355746444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355752894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "cds",
"timestamp": 1669355757537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:55:59.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:59.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355752894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-25T05:55:59.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355756629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:55:59.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:59.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "cds",
"timestamp": 1669355758544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T05:55:59.180Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 753e2469-8b88-4f63-92ce-44126b1ca134
2022-11-25T05:55:59.181Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753e2469-8b88-4f63-92ce-44126b1ca134 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T05:55:59.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355752894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:55:59.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:55:59.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"152069e3-77e4-43a8-8d25-44bec425b2fd","serviceName":"vFW 2022-11-25 05-54-21","serviceVersion":"1.0","serviceUUID":"16e358a2-d65e-475e-858d-1fb77e29f44d","serviceDescription":"catalog service description","serviceInvariantUUID":"553558c0-bb8b-4c19-bcd9-5cabbdc7d65b","resources":[{"resourceInstanceName":"vFW b2fd6c96-5c46 0","resourceName":"vFW b2fd6c96-5c46","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da260e66-a9fd-4d87-9554-c6079c716e40","resourceInvariantUUID":"5818df03-2abf-4ede-b46a-340dea6e8417","resourceCustomizationUUID":"690927ef-d966-4ed5-8c7e-a9ff7350f298","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml","artifactChecksum":"ZWM1ZjNiNzI5NjhjNDY1ZWY3ODc4N2UxNjEzYzA5NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"045d5158-b6b6-41ab-9912-b40290caf38f","artifactVersion":"1"},{"artifactName":"vfwb2fd6c965c460_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json","artifactChecksum":"NjA5NWJmY2RjNTg2MzIwNTQzMmM2YjQ5MDg5ZGU4ZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d021e6d0-9057-4450-a2d6-7670ee0076f6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f05c36e-6ece-4767-a813-9a71338661ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml","artifactChecksum":"NzEzNGQ1NWY3N2JiMmU4YzUyN2NmM2Q5Yzc5ZTRmMGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2c4dcb8e-7140-4d90-b29f-9c2ccc10da02","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5b28749-13ef-4bad-85a8-613ae717d127","artifactVersion":"2","generatedFromUUID":"2f05c36e-6ece-4767-a813-9a71338661ce"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221125055421-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml","artifactChecksum":"NWUwZDQ3M2NhZmNiMzAxMzE5ZGFiZDBjYTA0MjU5ZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"966f15e6-e620-45c2-a522-5428bce4b77b","artifactVersion":"1"},{"artifactName":"service-Vfw20221125055421-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar","artifactChecksum":"MWZkMzMxMDFlYTllNDBhYjQxYjQxZmVlZmRjZWNiMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22ba74c5-293d-4790-82cd-f4f59d1fc835","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T05:55:59.229Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:55:59.237Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:55:59.250Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:55:59.250Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.350Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-25T05:55:59.354Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:55:59.354Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:55:59.376Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:55:59.376Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:00.258Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:56:00.259Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:00.261Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:00.261Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "NOTIFIED"
}
2022-11-25T05:56:00.361Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T05:56:00.362Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:00.363Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:00.374Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:00.375Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:01.264Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:56:01.266Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:01.268Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:01.269Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-25T05:56:01.369Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T05:56:01.370Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:01.370Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:01.464Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:01.465Z||pool-5-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":1,"count":1}
2022-11-25T05:56:02.269Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:56:02.271Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:02.273Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:02.273Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:56:02.373Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T05:56:02.374Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:02.374Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:02.386Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:02.387Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:03.276Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:56:03.277Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:03.279Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:03.279Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-25T05:56:03.380Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T05:56:03.381Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:03.381Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:03.392Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:03.392Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-25T05:56:04.279Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:56:04.280Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:04.283Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:04.283Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:56:04.383Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T05:56:04.384Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:04.384Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:04.401Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:04.402Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:05.283Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:56:05.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:05.286Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:05.286Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T05:56:05.386Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T05:56:05.387Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:05.388Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:05.402Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:05.402Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:06.288Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"serviceName": "vFW 2022-11-25 05-54-21",
"serviceVersion": "1.0",
"serviceUUID": "16e358a2-d65e-475e-858d-1fb77e29f44d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "553558c0-bb8b-4c19-bcd9-5cabbdc7d65b",
"resources": [
{
"resourceInstanceName": "vFW b2fd6c96-5c46 0",
"resourceCustomizationUUID": "690927ef-d966-4ed5-8c7e-a9ff7350f298",
"resourceName": "vFW b2fd6c96-5c46",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "da260e66-a9fd-4d87-9554-c6079c716e40",
"resourceInvariantUUID": "5818df03-2abf-4ede-b46a-340dea6e8417",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb2fd6c965c460_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"artifactChecksum": "NjA5NWJmY2RjNTg2MzIwNTQzMmM2YjQ5MDg5ZGU4ZTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d021e6d0-9057-4450-a2d6-7670ee0076f6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2f05c36e-6ece-4767-a813-9a71338661ce",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e5b28749-13ef-4bad-85a8-613ae717d127",
"generatedFromUUID": "2f05c36e-6ece-4767-a813-9a71338661ce"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e5b28749-13ef-4bad-85a8-613ae717d127",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221125055421-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"artifactChecksum": "MWZkMzMxMDFlYTllNDBhYjQxYjQxZmVlZmRjZWNiMzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "22ba74c5-293d-4790-82cd-f4f59d1fc835"
}
],
"workloadContext": "Production"
}
2022-11-25T05:56:06.290Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T05:56:06.290Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 16e358a2-d65e-475e-858d-1fb77e29f44d ASDC
2022-11-25T05:56:06.420Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:152069e3-77e4-43a8-8d25-44bec425b2fd
ServiceName:vFW 2022-11-25 05-54-21
ServiceVersion:1.0
ServiceUUID:16e358a2-d65e-475e-858d-1fb77e29f44d
ServiceInvariantUUID:553558c0-bb8b-4c19-bcd9-5cabbdc7d65b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221125055421-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar
ArtifactUUID:22ba74c5-293d-4790-82cd-f4f59d1fc835
ArtifactChecksum:MWZkMzMxMDFlYTllNDBhYjQxYjQxZmVlZmRjZWNiMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b2fd6c96-5c46 0
ResourceCustomizationUUID:690927ef-d966-4ed5-8c7e-a9ff7350f298
ResourceInvariantUUID:5818df03-2abf-4ede-b46a-340dea6e8417
ResourceName:vFW b2fd6c96-5c46
ResourceType:VF
ResourceUUID:da260e66-a9fd-4d87-9554-c6079c716e40
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb2fd6c965c460_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json
ArtifactUUID:d021e6d0-9057-4450-a2d6-7670ee0076f6
ArtifactChecksum:NjA5NWJmY2RjNTg2MzIwNTQzMmM2YjQ5MDg5ZGU4ZTk=
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/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml
ArtifactUUID:2f05c36e-6ece-4767-a813-9a71338661ce
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/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env
ArtifactUUID:e5b28749-13ef-4bad-85a8-613ae717d127
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/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env
ArtifactUUID:e5b28749-13ef-4bad-85a8-613ae717d127
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-25T05:56:06.421Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16e358a2-d65e-475e-858d-1fb77e29f44d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T05:56:06.492Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T05:56:06.493Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-25T05:56:06.495Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-25T05:56:06.495Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 22ba74c5-293d-4790-82cd-f4f59d1fc835 from URL: /sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:06.495Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T05:56:06.497Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:06.606Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T05:56:06.628Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar 22ba74c5-293d-4790-82cd-f4f59d1fc835 101542
2022-11-25T05:56:06.630Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar ASDC sendASDCNotification
2022-11-25T05:56:06.630Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:06.632Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T05:56:06.633Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:06.636Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:06.636Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355766628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:56:06.736Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T05:56:06.737Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:06.737Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:06.754Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:06.754Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:07.637Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T05:56:07.638Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-25T05:56:07.639Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 22ba74c5-293d-4790-82cd-f4f59d1fc835, URL: /sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar to file: /app/ASDC/1/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:07.639Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221125055421-csar.csar
2022-11-25T05:56:07.755Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:07.756Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:08.644Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4648269991055200344/Definitions/service-Vfw20221125055421-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-25T05:56:11.766Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T05:56:11.772Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-25T05:56:11.772Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.772Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-25T05:56:11.772Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.772Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b2fd6c96-5c46 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.774Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.774Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-25T05:56:11.780Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.782Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.786Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:11.787Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-25T05:56:11.788Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T05:56:11.790Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.791Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.791Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:11.791Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-25T05:56:11.791Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T05:56:11.791Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.791Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.795Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.795Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:11.795Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:11.796Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T05:56:11.796Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.796Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.796Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T05:56:11.796Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.797Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:11.797Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T05:56:11.797Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T05:56:11.797Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.797Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.797Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T05:56:11.798Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.798Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T05:56:11.798Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.798Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-25T05:56:11.798Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.798Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T05:56:11.800Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.800Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:11.800Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:11.800Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.801Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:11.801Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:11.801Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.801Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:11.801Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:11.802Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.802Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:11.802Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:11.802Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-25T05:56:11.802Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:11.803Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T05:56:11.803Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T05:56:11.803Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.803Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.803Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T05:56:11.803Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.804Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T05:56:11.804Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.804Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bec3b289-c055-4c54-970f-a31cd35a9de2
2022-11-25T05:56:11.804Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.804Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:11.805Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:11.805Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T05:56:11.805Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.805Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.805Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T05:56:11.805Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.806Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:11.806Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-25T05:56:11.806Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T05:56:11.806Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.806Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T05:56:11.806Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.807Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=19461ab3-da3e-4736-bc50-feb06380fca4
2022-11-25T05:56:11.807Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.807Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:11.807Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:11.807Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T05:56:11.808Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.808Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.808Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T05:56:11.808Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.808Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:11.808Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T05:56:11.809Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T05:56:11.809Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.809Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.809Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-25T05:56:11.809Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=235c8b73-49d2-4b3e-9c95-f254493cc7ee
2022-11-25T05:56:11.809Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.810Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.810Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.810Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.810Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.810Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.811Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:11.811Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.811Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-25 05-54-21
Description:catalog service description
Model UUID:16e358a2-d65e-475e-858d-1fb77e29f44d
Model Version:NULL
Model InvariantUuid:553558c0-bb8b-4c19-bcd9-5cabbdc7d65b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b2fd6c96-5c46
Model UUID:1ab71354-c5fe-49e5-9083-44d716bed4ef
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5818df03-2abf-4ede-b46a-340dea6e8417
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:690927ef-d966-4ed5-8c7e-a9ff7350f298
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f6568360-5059-4a25-a470-526128c103dd
ModelName:VfwB2fd6c965c46..base_vfw..module-0
ModelUuid:4c8dff5d-a8a5-417e-b6a4-a3aae8c512aa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bec3b289-c055-4c54-970f-a31cd35a9de2
ModelInvariantUuid:cde9466b-000d-4ed1-bd49-ab280d4d929c
ModelName:vFW b2fd6c96-5c46-nodes.vfwCvfc
ModelUuid:8141f0a6-a2be-4662-8b09-58d4cb869b88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0615081d-c5fc-4e74-886b-abf0056e3985
ModelInvariantUuid:b501620c-d295-4d25-b6c7-10e6ffb6c8cf
ModelName:VfwB2fd6c965c46.compute.nodes.heat.vfw
ModelUuid:50e5ccdb-8e96-4589-96af-dfb45abb62e3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:19461ab3-da3e-4736-bc50-feb06380fca4
ModelInvariantUuid:76c74cc3-ba77-4b21-985a-86d26572c29e
ModelName:vFW b2fd6c96-5c46-nodes.vsnCvfc
ModelUuid:e188d529-9da4-4ff3-9f87-0b46106bf4e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d7048386-5865-443c-a833-7f7165eab498
ModelInvariantUuid:fed0e08a-a195-4652-bae6-dbbb8a118b1b
ModelName:VfwB2fd6c965c46.compute.nodes.heat.vsn
ModelUuid:1911318c-2c60-4b10-aa90-b9219fceb220
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:235c8b73-49d2-4b3e-9c95-f254493cc7ee
ModelInvariantUuid:9f8c2f97-e083-41bf-91bb-225d5ae19ea9
ModelName:vFW b2fd6c96-5c46-nodes.vpgCvfc
ModelUuid:8093dc8e-204b-45b5-946f-26902a4b420b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7a1f6ae5-1e57-44c4-893a-2acc3a79e93c
ModelInvariantUuid:43190a63-e85e-4381-98cb-bf9f6e2c048b
ModelName:VfwB2fd6c965c46.compute.nodes.heat.vpg
ModelUuid:dfc32f94-e59b-4ff2-a9d3-1e8a40acaa7b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-25T05:56:11.821Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: da260e66-a9fd-4d87-9554-c6079c716e40
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T05:56:11.918Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||vFW b2fd6c96-5c46 0
2022-11-25T05:56:11.925Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: da260e66-a9fd-4d87-9554-c6079c716e40
2022-11-25T05:56:11.925Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d021e6d0-9057-4450-a2d6-7670ee0076f6 from URL: /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json
2022-11-25T05:56:11.925Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T05:56:11.925Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json
2022-11-25T05:56:12.001Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T05:56:12.002Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json d021e6d0-9057-4450-a2d6-7670ee0076f6 785
2022-11-25T05:56:12.002Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json ASDC sendASDCNotification
2022-11-25T05:56:12.002Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json
2022-11-25T05:56:12.002Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T05:56:12.003Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:12.005Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:12.006Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355772002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:56:12.106Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T05:56:12.108Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:12.108Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:12.121Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:12.121Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:13.007Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB2fd6c965c46..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f6568360-5059-4a25-a470-526128c103dd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4c8dff5d-a8a5-417e-b6a4-a3aae8c512aa",
"vfModuleModelCustomizationUUID": "b28c5f16-a02c-48b2-837c-cf3a0b5addae",
"isBase": true,
"artifacts": [
"2f05c36e-6ece-4767-a813-9a71338661ce",
"e5b28749-13ef-4bad-85a8-613ae717d127"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-25T05:56:13.021Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB2fd6c965c46..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c8dff5d-a8a5-417e-b6a4-a3aae8c512aa
VfModuleModelInvariantUUID:f6568360-5059-4a25-a470-526128c103dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f05c36e-6ece-4767-a813-9a71338661ce
,
e5b28749-13ef-4bad-85a8-613ae717d127
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-25T05:56:13.023Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB2fd6c965c46..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f6568360-5059-4a25-a470-526128c103dd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4c8dff5d-a8a5-417e-b6a4-a3aae8c512aa",
"vfModuleModelCustomizationUUID": "b28c5f16-a02c-48b2-837c-cf3a0b5addae",
"isBase": true,
"artifacts": [
"2f05c36e-6ece-4767-a813-9a71338661ce",
"e5b28749-13ef-4bad-85a8-613ae717d127"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-25T05:56:13.024Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB2fd6c965c46..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c8dff5d-a8a5-417e-b6a4-a3aae8c512aa
VfModuleModelInvariantUUID:f6568360-5059-4a25-a470-526128c103dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f05c36e-6ece-4767-a813-9a71338661ce
,
e5b28749-13ef-4bad-85a8-613ae717d127
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-25T05:56:13.024Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2f05c36e-6ece-4767-a813-9a71338661ce from URL: /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml
2022-11-25T05:56:13.024Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T05:56:13.024Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml
2022-11-25T05:56:13.089Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T05:56:13.090Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml 2f05c36e-6ece-4767-a813-9a71338661ce 20368
2022-11-25T05:56:13.090Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-25T05:56:13.090Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml
2022-11-25T05:56:13.090Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T05:56:13.090Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:13.093Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:13.093Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355773090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:56:13.195Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-25T05:56:13.196Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:13.197Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:13.210Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:13.211Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:14.094Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e5b28749-13ef-4bad-85a8-613ae717d127 from URL: /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env
2022-11-25T05:56:14.094Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T05:56:14.095Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env
2022-11-25T05:56:14.161Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T05:56:14.162Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env e5b28749-13ef-4bad-85a8-613ae717d127 2098
2022-11-25T05:56:14.162Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-25T05:56:14.162Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env
2022-11-25T05:56:14.162Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T05:56:14.163Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:14.165Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:14.165Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355774162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:56:14.266Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T05:56:14.267Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:14.267Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:14.280Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:14.281Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:15.166Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 16e358a2-d65e-475e-858d-1fb77e29f44d
2022-11-25T05:56:15.166Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b2fd6c96-5c46 0 da260e66-a9fd-4d87-9554-c6079c716e40 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T05:56:15.203Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63c05437, org.onap.sdc.toscaparser.api.parameters.Input@1d78fcec, org.onap.sdc.toscaparser.api.parameters.Input@2eb8661d, org.onap.sdc.toscaparser.api.parameters.Input@82e1d89, org.onap.sdc.toscaparser.api.parameters.Input@69ae9157]
2022-11-25T05:56:15.206Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.206Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.207Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-11-25T05:56:15.207Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 690927ef-d966-4ed5-8c7e-a9ff7350f298
2022-11-25T05:56:15.207Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 690927ef-d966-4ed5-8c7e-a9ff7350f298 matches Tosca VF Customization UUID: 690927ef-d966-4ed5-8c7e-a9ff7350f298
2022-11-25T05:56:15.207Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 690927ef-d966-4ed5-8c7e-a9ff7350f298 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-25T05:56:15.214Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.214Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.215Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 690927ef-d966-4ed5-8c7e-a9ff7350f298: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-25T05:56:15.215Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74f6b784
2022-11-25T05:56:15.216Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.216Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T05:56:15.216Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b28c5f16-a02c-48b2-837c-cf3a0b5addae
2022-11-25T05:56:15.217Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b28c5f16-a02c-48b2-837c-cf3a0b5addae
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-25T05:56:15.225Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.225Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:15.225Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:15.226Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.226Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:15.226Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:15.227Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.227Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:15.227Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:15.227Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-25T05:56:15.227Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:15.228Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T05:56:15.228Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T05:56:15.228Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.228Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:15.228Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T05:56:15.228Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:15.229Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T05:56:15.229Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.229Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bec3b289-c055-4c54-970f-a31cd35a9de2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-25T05:56:15.236Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.236Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:15.236Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:15.237Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.237Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:15.237Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:15.237Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T05:56:15.237Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:15.237Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.238Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T05:56:15.238Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.238Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:15.238Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-25T05:56:15.238Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T05:56:15.238Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:15.239Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T05:56:15.239Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.239Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=19461ab3-da3e-4736-bc50-feb06380fca4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-25T05:56:15.241Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.241Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:15.241Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:15.243Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.243Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:15.244Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:15.244Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T05:56:15.244Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:15.244Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.245Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T05:56:15.245Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.245Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:15.245Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T05:56:15.245Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T05:56:15.246Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.246Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:15.246Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-25T05:56:15.246Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=235c8b73-49d2-4b3e-9c95-f254493cc7ee
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-25T05:56:15.248Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.248Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:15.248Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:15.249Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.249Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:15.249Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=690927ef-d966-4ed5-8c7e-a9ff7350f298
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T05:56:15.251Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.251Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.251Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 16e358a2-d65e-475e-858d-1fb77e29f44d: vFW b2fd6c96-5c46
2022-11-25T05:56:15.251Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.252Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.252Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.252Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.252Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.253Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.253Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.253Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.253Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T05:56:15.253Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.253Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-11-25 05-54-21
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T05:56:15.500Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b2fd6c96-5c46 da260e66-a9fd-4d87-9554-c6079c716e40 1 ASDC deployResourceStructure
2022-11-25T05:56:15.501Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json ASDC sendASDCNotification
2022-11-25T05:56:15.501Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json
2022-11-25T05:56:15.501Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T05:56:15.502Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:15.504Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:15.505Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355775501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T05:56:15.605Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T05:56:15.606Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:15.606Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:15.619Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:15.620Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:16.506Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-25T05:56:16.506Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml
2022-11-25T05:56:16.506Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T05:56:16.507Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:16.509Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:16.509Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355776506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-25T05:56:16.609Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T05:56:16.610Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:16.610Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:16.629Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:16.631Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:17.510Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-25T05:56:17.510Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env
2022-11-25T05:56:17.510Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T05:56:17.510Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:17.512Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:17.513Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355777509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-25T05:56:17.613Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T05:56:17.614Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:17.614Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:17.671Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:17.671Z||pool-16-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:18.513Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar ASDC sendASDCNotification
2022-11-25T05:56:18.514Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:18.514Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T05:56:18.514Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:18.520Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:18.521Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355778513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T05:56:18.621Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T05:56:18.622Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T05:56:18.622Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:18.641Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:18.642Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:19.522Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:56:19.543Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:56:19.546Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:56:19.546Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T05:56:19.546Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T05:56:49.547Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:56:49.572Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:56:49.578Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:56:49.578Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T05:56:49.578Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T05:56:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:56:58.577Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:56:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:58.607Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:56:58.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:56:58.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355752894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T05:56:58.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:57:19.578Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:57:19.593Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:57:19.596Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:57:19.596Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T05:57:19.596Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T05:57:49.596Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:57:49.608Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:57:49.616Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:57:49.616Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T05:57:49.616Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T05:57:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:57:58.578Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:57:58.578Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:57:58.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:57:58.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:57:58.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355759122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T05:57:58.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:19.616Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:58:19.630Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:58:19.633Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:58:19.633Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T05:58:19.633Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T05:58:49.634Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:58:49.645Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:58:49.648Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:58:49.648Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T05:58:49.648Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T05:58:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:58:58.577Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:58:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:58:59.101Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T05:58:59.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355760696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669355760125,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T05:58:59.113Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 753e2469-8b88-4f63-92ce-44126b1ca134
2022-11-25T05:58:59.113Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753e2469-8b88-4f63-92ce-44126b1ca134 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T05:58:59.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "NOTIFIED"
}
2022-11-25T05:58:59.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355761817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-25T05:58:59.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "aai-ml",
"timestamp": 1669355762764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T05:58:59.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355762885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "aai-ml",
"timestamp": 1669355763771,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T05:58:59.133Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 152069e3-77e4-43a8-8d25-44bec425b2fd
2022-11-25T05:58:59.133Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 152069e3-77e4-43a8-8d25-44bec425b2fd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T05:58:59.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355763953,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T05:58:59.147Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 753e2469-8b88-4f63-92ce-44126b1ca134
2022-11-25T05:58:59.147Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753e2469-8b88-4f63-92ce-44126b1ca134 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T05:58:59.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-25T05:58:59.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669355764964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T05:58:59.157Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T05:58:59.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355766628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.159Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "aai-ml",
"timestamp": 1669355768064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "aai-ml",
"timestamp": 1669355768064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "aai-ml",
"timestamp": 1669355768064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "aai-ml",
"timestamp": 1669355768064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "aai-ml",
"timestamp": 1669355768064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355772002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "aai-ml",
"timestamp": 1669355768064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355773090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "aai-ml",
"timestamp": 1669355768064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T05:58:59.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T05:58:59.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355774162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "aai-ml",
"timestamp": 1669355775800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355775501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T05:58:59.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355776506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-25T05:58:59.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355777509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-25T05:58:59.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355778513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T05:58:59.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "aai-ml",
"timestamp": 1669355783813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T05:58:59.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "aai-ml",
"timestamp": 1669355784817,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T05:58:59.180Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 753e2469-8b88-4f63-92ce-44126b1ca134
2022-11-25T05:58:59.181Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753e2469-8b88-4f63-92ce-44126b1ca134 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T05:59:19.648Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:59:19.662Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T05:59:19.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:59:19.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T05:59:19.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T05:59:19.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T05:59:19.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T05:59:19.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T05:59:19.666Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T05:59:19.666Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T05:59:19.666Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T05:59:19.666Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T05:59:19.670Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T05:59:49.671Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-25T05:59:49.684Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 152069e3-77e4-43a8-8d25-44bec425b2fd and serviceModelVersionId: 16e358a2-d65e-475e-858d-1fb77e29f44d
2022-11-25T05:59:49.684Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 553558c0-bb8b-4c19-bcd9-5cabbdc7d65b
2022-11-25T05:59:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:59:58.577Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T05:59:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:05.627Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0
2022-11-25T06:00:05.742Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:00:06.255Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0|INFO|500||Invoke
2022-11-25T06:00:06.262Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[152069e3-77e4-43a8-8d25-44bec425b2fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[804db359-4077-4240-9a7e-cd1d19e68fc1], X-ECOMP-RequestID=[152069e3-77e4-43a8-8d25-44bec425b2fd], X-TransactionId=[], X-ONAP-RequestID=[152069e3-77e4-43a8-8d25-44bec425b2fd], Content-Type=[application/merge-patch+json]}
2022-11-25T06:00:06.372Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-25T06:00:06.629Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?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/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:00:06 GMT], content-length=[0], vertex-id=[245792], x-aai-txid=[0-aai-resources-221125-06:00:06:465-4719], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:00:06.630Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:00:06.631Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0|INFO|500||InvokeReturn
2022-11-25T06:00:06.636Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:00:06.637Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:00:06.644Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-25T06:00:06.645Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 152069e3-77e4-43a8-8d25-44bec425b2fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:00:06.646Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:00:06.647Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:06.649Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:06.649Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356006645,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:00:06.749Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:06.750Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:06.751Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:06.768Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:06.768Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:07.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:07.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:07.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356006645,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:00:07.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T06:00:07.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-25T06:00:07.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"753e2469-8b88-4f63-92ce-44126b1ca134","serviceName":"basic_onboard_VkTqwi","serviceVersion":"1.0","serviceUUID":"50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb","serviceDescription":"service","serviceInvariantUUID":"4583e2a7-8ac7-4eff-8925-ff3fbc1e609e","resources":[{"resourceInstanceName":"basic_onboard_VkTqwi 0","resourceName":"basic_onboard_VkTqwi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"74bc30f6-0acf-4c48-acfb-382102cd131a","resourceInvariantUUID":"82edce6c-d785-4925-a648-fd2a434d52cf","resourceCustomizationUUID":"10adad24-2d05-4017-9244-e2de9c0e41e4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml","artifactChecksum":"NzdmMDdiMWU2NTYyOWFhY2RkYjU2YTdkNzlhNWJiZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9209d06-2a20-4b83-8e4d-20fd64e8ce52","artifactVersion":"1"},{"artifactName":"basic_onboard_vktqwi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json","artifactChecksum":"OTY5NjhiZWY2M2U4ZGJhNmJiYWZlYTdjMTlkY2Y0NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d133fcde-104d-42f7-9e61-367fa956c45d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0c74b081-c4bb-4229-ac1c-4f40974493c2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7ebce62d-9b3e-4529-8d92-eafe9843bf07","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"41d2961e-a60c-48bd-91be-bc98f81976fa","artifactVersion":"2","generatedFromUUID":"0c74b081-c4bb-4229-ac1c-4f40974493c2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVktqwi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml","artifactChecksum":"YjU5YzRiNTgzMGNmMmI3MDlmNTc0YTBhNTM0NzhiNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0713b57b-fe2e-41d1-af30-cf278c045174","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVktqwi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar","artifactChecksum":"ZTc2M2JhMTU3ZTE2MmEwM2MzYjhiZTAyMjJlODI5YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f92b15a-5e21-44eb-a026-085c9490b717","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T06:00:07.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:07.666Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:07.668Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:07.668Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:00:07.768Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:07.769Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:07.769Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:07.780Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:07.781Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:00:08.669Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:08.669Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:08.671Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:08.671Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T06:00:08.772Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:08.773Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:08.773Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:08.786Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:08.786Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:00:09.672Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:09.672Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:09.675Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:09.675Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-25T06:00:09.775Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:09.776Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:09.776Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:09.794Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:09.795Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:00:10.675Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:10.677Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:10.679Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:10.679Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:00:10.779Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:10.780Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:10.780Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:10.794Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:10.794Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:00:11.680Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:11.681Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:11.683Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:11.683Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-25T06:00:11.783Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:00:11.784Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:11.784Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:11.796Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:11.796Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:12.684Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:12.685Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:12.687Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:12.687Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:00:12.787Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:12.789Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:12.789Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:12.803Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:12.803Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:13.687Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:13.688Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:13.690Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:13.690Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T06:00:13.790Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:13.791Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:13.792Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:13.806Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:13.806Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:00:14.692Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"serviceName": "basic_onboard_VkTqwi",
"serviceVersion": "1.0",
"serviceUUID": "50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb",
"serviceDescription": "service",
"serviceInvariantUUID": "4583e2a7-8ac7-4eff-8925-ff3fbc1e609e",
"resources": [
{
"resourceInstanceName": "basic_onboard_VkTqwi 0",
"resourceCustomizationUUID": "10adad24-2d05-4017-9244-e2de9c0e41e4",
"resourceName": "basic_onboard_VkTqwi",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "74bc30f6-0acf-4c48-acfb-382102cd131a",
"resourceInvariantUUID": "82edce6c-d785-4925-a648-fd2a434d52cf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vktqwi0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"artifactChecksum": "OTY5NjhiZWY2M2U4ZGJhNmJiYWZlYTdjMTlkY2Y0NDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d133fcde-104d-42f7-9e61-367fa956c45d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0c74b081-c4bb-4229-ac1c-4f40974493c2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "41d2961e-a60c-48bd-91be-bc98f81976fa",
"generatedFromUUID": "0c74b081-c4bb-4229-ac1c-4f40974493c2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "41d2961e-a60c-48bd-91be-bc98f81976fa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVktqwi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"artifactChecksum": "ZTc2M2JhMTU3ZTE2MmEwM2MzYjhiZTAyMjJlODI5YWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5f92b15a-5e21-44eb-a026-085c9490b717"
}
],
"workloadContext": "Production"
}
2022-11-25T06:00:14.693Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T06:00:14.693Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb ASDC
2022-11-25T06:00:14.694Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:753e2469-8b88-4f63-92ce-44126b1ca134
ServiceName:basic_onboard_VkTqwi
ServiceVersion:1.0
ServiceUUID:50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb
ServiceInvariantUUID:4583e2a7-8ac7-4eff-8925-ff3fbc1e609e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVktqwi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar
ArtifactUUID:5f92b15a-5e21-44eb-a026-085c9490b717
ArtifactChecksum:ZTc2M2JhMTU3ZTE2MmEwM2MzYjhiZTAyMjJlODI5YWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VkTqwi 0
ResourceCustomizationUUID:10adad24-2d05-4017-9244-e2de9c0e41e4
ResourceInvariantUUID:82edce6c-d785-4925-a648-fd2a434d52cf
ResourceName:basic_onboard_VkTqwi
ResourceType:VF
ResourceUUID:74bc30f6-0acf-4c48-acfb-382102cd131a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vktqwi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json
ArtifactUUID:d133fcde-104d-42f7-9e61-367fa956c45d
ArtifactChecksum:OTY5NjhiZWY2M2U4ZGJhNmJiYWZlYTdjMTlkY2Y0NDI=
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/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0c74b081-c4bb-4229-ac1c-4f40974493c2
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/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env
ArtifactUUID:41d2961e-a60c-48bd-91be-bc98f81976fa
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/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env
ArtifactUUID:41d2961e-a60c-48bd-91be-bc98f81976fa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-25T06:00:14.694Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T06:00:14.730Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:00:14.731Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-25T06:00:14.731Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-25T06:00:14.731Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5f92b15a-5e21-44eb-a026-085c9490b717 from URL: /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:14.732Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T06:00:14.732Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:14.887Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T06:00:14.890Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar 5f92b15a-5e21-44eb-a026-085c9490b717 75666
2022-11-25T06:00:14.891Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar ASDC sendASDCNotification
2022-11-25T06:00:14.891Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:14.891Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:00:14.891Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:14.893Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:14.893Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356014891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:00:14.994Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:14.994Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:14.994Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:15.008Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:15.009Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:15.894Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:00:15.895Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-25T06:00:15.895Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5f92b15a-5e21-44eb-a026-085c9490b717, URL: /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar to file: /app/ASDC/1/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:15.895Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:15.896Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:15.896Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:16.021Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12072897392346512959/Definitions/service-BasicOnboardVktqwi-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-25T06:00:17.243Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.245Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.245Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VkTqwi 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.245Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-25T06:00:17.245Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.245Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.245Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:17.246Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-25T06:00:17.246Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:00:17.246Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.246Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.246Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:17.246Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is not matching search criteria
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:17.249Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:00:17.249Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.249Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:17.249Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:00:17.249Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is not matching search criteria
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=273a1fdc-2410-4f5e-b2ed-2538a2edb7c1
2022-11-25T06:00:17.251Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.251Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.251Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.251Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.251Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.251Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.252Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:17.252Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.252Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_VkTqwi
Description:service
Model UUID:50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb
Model Version:NULL
Model InvariantUuid:4583e2a7-8ac7-4eff-8925-ff3fbc1e609e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_VkTqwi
Model UUID:3c021bb4-2c0e-4301-8fb3-fc3ba3465a85
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:82edce6c-d785-4925-a648-fd2a434d52cf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:10adad24-2d05-4017-9244-e2de9c0e41e4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:623619ec-b216-46c4-8934-f46da8c3a5a3
ModelName:BasicOnboardVktqwi..base_ubuntu18..module-0
ModelUuid:f4a4d939-c740-4614-b390-4e2223c9f381
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:273a1fdc-2410-4f5e-b2ed-2538a2edb7c1
ModelInvariantUuid:89f7aa73-f7d0-462a-a93e-a093f9708609
ModelName:basic_onboard_VkTqwi-nodes.ubuntu18Cvfc
ModelUuid:a431111a-48b0-4a63-8cff-8f2fd46c3f62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:706fbe0c-df95-4cb8-afd4-b86b39aede64
ModelInvariantUuid:4ec2945a-e4b8-4587-9cb7-51fe8fe5beda
ModelName:BasicOnboardVktqwi.compute.nodes.heat.ubuntu18
ModelUuid:39bb498e-bfb4-4047-86b4-1131b9b16bba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-25T06:00:17.258Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 74bc30f6-0acf-4c48-acfb-382102cd131a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:00:17.260Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||basic_onboard_VkTqwi 0
2022-11-25T06:00:17.261Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 74bc30f6-0acf-4c48-acfb-382102cd131a
2022-11-25T06:00:17.261Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d133fcde-104d-42f7-9e61-367fa956c45d from URL: /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json
2022-11-25T06:00:17.261Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T06:00:17.261Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json
2022-11-25T06:00:17.309Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T06:00:17.309Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json d133fcde-104d-42f7-9e61-367fa956c45d 798
2022-11-25T06:00:17.310Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json ASDC sendASDCNotification
2022-11-25T06:00:17.310Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json
2022-11-25T06:00:17.310Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:00:17.310Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:17.312Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:17.312Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356017310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:00:17.412Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:17.414Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:17.414Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:17.428Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:17.429Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:18.313Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVktqwi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "623619ec-b216-46c4-8934-f46da8c3a5a3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f4a4d939-c740-4614-b390-4e2223c9f381",
"vfModuleModelCustomizationUUID": "05243b37-0cee-411e-a871-d86e63b82e1d",
"isBase": true,
"artifacts": [
"0c74b081-c4bb-4229-ac1c-4f40974493c2",
"41d2961e-a60c-48bd-91be-bc98f81976fa"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-25T06:00:18.318Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVktqwi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4a4d939-c740-4614-b390-4e2223c9f381
VfModuleModelInvariantUUID:623619ec-b216-46c4-8934-f46da8c3a5a3
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c74b081-c4bb-4229-ac1c-4f40974493c2
,
41d2961e-a60c-48bd-91be-bc98f81976fa
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-25T06:00:18.321Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVktqwi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "623619ec-b216-46c4-8934-f46da8c3a5a3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f4a4d939-c740-4614-b390-4e2223c9f381",
"vfModuleModelCustomizationUUID": "05243b37-0cee-411e-a871-d86e63b82e1d",
"isBase": true,
"artifacts": [
"0c74b081-c4bb-4229-ac1c-4f40974493c2",
"41d2961e-a60c-48bd-91be-bc98f81976fa"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-25T06:00:18.321Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVktqwi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4a4d939-c740-4614-b390-4e2223c9f381
VfModuleModelInvariantUUID:623619ec-b216-46c4-8934-f46da8c3a5a3
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c74b081-c4bb-4229-ac1c-4f40974493c2
,
41d2961e-a60c-48bd-91be-bc98f81976fa
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-25T06:00:18.322Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0c74b081-c4bb-4229-ac1c-4f40974493c2 from URL: /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml
2022-11-25T06:00:18.322Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T06:00:18.322Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml
2022-11-25T06:00:18.366Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T06:00:18.367Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml 0c74b081-c4bb-4229-ac1c-4f40974493c2 5033
2022-11-25T06:00:18.367Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-25T06:00:18.367Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml
2022-11-25T06:00:18.367Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:00:18.368Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:18.369Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:18.370Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356018367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:00:18.470Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:18.471Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:18.471Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:18.489Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:18.490Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:19.370Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 41d2961e-a60c-48bd-91be-bc98f81976fa from URL: /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env
2022-11-25T06:00:19.371Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T06:00:19.371Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env
2022-11-25T06:00:19.422Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T06:00:19.423Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env 41d2961e-a60c-48bd-91be-bc98f81976fa 909
2022-11-25T06:00:19.423Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-25T06:00:19.423Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env
2022-11-25T06:00:19.423Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:00:19.424Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:19.425Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:19.426Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356019423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:00:19.526Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:19.526Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:19.527Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:19.539Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:19.540Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:20.426Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb
2022-11-25T06:00:20.427Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VkTqwi 0 74bc30f6-0acf-4c48-acfb-382102cd131a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:00:20.442Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f8ff0f7, org.onap.sdc.toscaparser.api.parameters.Input@1ce0e95c, org.onap.sdc.toscaparser.api.parameters.Input@64d73227, org.onap.sdc.toscaparser.api.parameters.Input@4396b61, org.onap.sdc.toscaparser.api.parameters.Input@14a13b59]
2022-11-25T06:00:20.444Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.444Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.445Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-11-25T06:00:20.445Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 10adad24-2d05-4017-9244-e2de9c0e41e4
2022-11-25T06:00:20.445Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 10adad24-2d05-4017-9244-e2de9c0e41e4 matches Tosca VF Customization UUID: 10adad24-2d05-4017-9244-e2de9c0e41e4
2022-11-25T06:00:20.445Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 10adad24-2d05-4017-9244-e2de9c0e41e4 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-25T06:00:20.448Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.448Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.449Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 10adad24-2d05-4017-9244-e2de9c0e41e4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-25T06:00:20.449Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d26cc04
2022-11-25T06:00:20.450Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.450Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:00:20.450Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 05243b37-0cee-411e-a871-d86e63b82e1d
2022-11-25T06:00:20.451Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 05243b37-0cee-411e-a871-d86e63b82e1d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-25T06:00:20.453Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.454Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:20.454Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:00:20.454Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.454Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:20.455Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:00:20.455Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.455Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is not matching search criteria
2022-11-25T06:00:20.456Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-25T06:00:20.456Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-25T06:00:20.456Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=273a1fdc-2410-4f5e-b2ed-2538a2edb7c1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-25T06:00:20.459Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.459Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:20.460Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:00:20.460Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.460Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:20.461Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=10adad24-2d05-4017-9244-e2de9c0e41e4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:00:20.463Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.463Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.464Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb: basic_onboard_VkTqwi
2022-11-25T06:00:20.464Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.464Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.464Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.465Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.465Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.465Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.465Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.466Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.466Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:00:20.466Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.466Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_VkTqwi
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T06:00:20.549Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VkTqwi 74bc30f6-0acf-4c48-acfb-382102cd131a 1 ASDC deployResourceStructure
2022-11-25T06:00:20.549Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json ASDC sendASDCNotification
2022-11-25T06:00:20.549Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json
2022-11-25T06:00:20.550Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:00:20.550Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:20.552Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:20.552Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356020549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T06:00:20.652Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:20.653Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:20.653Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:20.683Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:20.684Z||pool-30-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:21.553Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-25T06:00:21.554Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml
2022-11-25T06:00:21.554Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:00:21.554Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:21.557Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:21.557Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356021553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-25T06:00:21.661Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-25T06:00:21.663Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:21.663Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:21.676Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:21.677Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:22.558Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-25T06:00:22.558Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env
2022-11-25T06:00:22.559Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:00:22.559Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:22.561Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:22.561Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356022558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-25T06:00:22.661Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:22.662Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:22.662Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:22.677Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:22.678Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:23.562Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar ASDC sendASDCNotification
2022-11-25T06:00:23.563Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:23.563Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:00:23.563Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:23.566Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:23.566Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356023562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T06:00:23.666Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:00:23.667Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:23.667Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:23.680Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:23.680Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:24.567Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 753e2469-8b88-4f63-92ce-44126b1ca134
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T06:00:24.579Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 753e2469-8b88-4f63-92ce-44126b1ca134
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T06:00:24.583Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:00:24.583Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T06:00:24.583Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T06:00:24.583Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T06:00:24.584Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T06:00:24.584Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T06:00:24.584Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T06:00:24.584Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T06:00:24.584Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T06:00:24.584Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:00:24.589Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T06:00:54.590Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 753e2469-8b88-4f63-92ce-44126b1ca134 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-25T06:00:54.596Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 753e2469-8b88-4f63-92ce-44126b1ca134 and serviceModelVersionId: 50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb
2022-11-25T06:00:54.597Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4583e2a7-8ac7-4eff-8925-ff3fbc1e609e
2022-11-25T06:00:54.597Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4583e2a7-8ac7-4eff-8925-ff3fbc1e609e/model-vers/model-ver/50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb?depth=0
2022-11-25T06:00:54.601Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:00:54.650Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4583e2a7-8ac7-4eff-8925-ff3fbc1e609e/model-vers/model-ver/50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-25T06:00:54.651Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4583e2a7-8ac7-4eff-8925-ff3fbc1e609e/model-vers/model-ver/50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb?depth=0|INFO|500||Invoke
2022-11-25T06:00:54.677Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4583e2a7-8ac7-4eff-8925-ff3fbc1e609e/model-vers/model-ver/50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-25T06:00:54.792Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4583e2a7-8ac7-4eff-8925-ff3fbc1e609e/model-vers/model-ver/50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb?depth=0|INFO|500||InvokeReturn
2022-11-25T06:00:54.793Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4583e2a7-8ac7-4eff-8925-ff3fbc1e609e/model-vers/model-ver/50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:00:54 GMT], content-length=[0], vertex-id=[164024], x-aai-txid=[1-aai-resources-221125-06:00:54:769-59175], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:00:54.793Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:00:54.793Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:00:54.794Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:00:54.798Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-25T06:00:54.798Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 753e2469-8b88-4f63-92ce-44126b1ca134 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:00:54.798Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:00:54.799Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:54.800Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:54.801Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356054798,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:00:54.901Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:00:54.901Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:00:54.901Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:54.917Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:54.917Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T06:00:55.813Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:00:55.813Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:00:55.813Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:00:58.577Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:00:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:59.215Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:00:59.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:00:59.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T06:00:59.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669355758564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356014891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356017310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356018367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356019423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356020549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356021553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356022558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356023562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356054798,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:01:06.157Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:01:06.158Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:01:06.158Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:01:06.159Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:01:15.744Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:01:15.745Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:01:15.746Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:01:15.746Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:01:25.295Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:01:25.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:01:25.296Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:01:25.296Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:01:34.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:01:34.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:01:34.847Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:01:34.847Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:01:44.400Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:01:58.564Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:01:58.565Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:01:58.566Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:01:58.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:01:58.576Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:01:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:02:08.140Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:02:08.140Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:02:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:02:58.566Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:02:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:02:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:02:58.577Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:02:58.577Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:03:08.176Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:03:08.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:03:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:03:58.565Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:03:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:03:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:03:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:03:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:04:08.130Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:04:08.139Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:04:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:04:58.565Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:04:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:04:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:04:58.576Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:04:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:05:08.133Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:05:08.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:05:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:05:58.565Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:05:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:05:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:05:58.577Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:05:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:06:08.123Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:06:08.130Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:06:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:06:58.564Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:06:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:06:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:06:58.576Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:06:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:07:08.130Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:07:08.136Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:07:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:07:58.565Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:07:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:07:58.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:07:58.577Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:07:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:08:08.127Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:08:08.154Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:08:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:08:58.564Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:08:58.564Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:08:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:08:58.576Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:08:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:09:08.156Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:09:08.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:09:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:09:58.565Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:09:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:09:58.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:09:58.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:09:58.581Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:10:08.145Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:10:08.158Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:10:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:10:58.567Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:10:58.567Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:10:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:10:58.577Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T06:10:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:10:59.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:10:59.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356612895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.273Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:10:59.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "cds",
"timestamp": 1669356619372,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356612895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T06:10:59.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a921ccc4-c5f3-41e2-9598-1f2bc155b833","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a9d46a8b-929c-4e31-a336-88f97868014c","serviceDescription":"service","serviceInvariantUUID":"ee607af9-bfd8-45c3-a56d-52847fb5bc57","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"514cfa67-e623-4d7e-acd9-59e74fc567c0","resourceInvariantUUID":"225cfb01-14ae-407f-bb24-578abef854f7","resourceCustomizationUUID":"52aaa437-ea14-4aa2-9e1f-28325b7e42e5","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":"MGQ3NDJiMjkyOTc1NjMwNGU3ZTYyOTEyMDA3OTMyYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c63de5d-1835-4cc4-ace7-ee5dcee2ecf1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDI4NmQxMTQ1MjU0ZTUxNGY2ZmYwMDdiMzU2OGM4NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab301aa9-d9e6-4084-b353-725e36b08104","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T06:10:59.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "cds",
"timestamp": 1669356619372,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T06:10:59.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "cds",
"timestamp": 1669356623764,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "cds",
"timestamp": 1669356624774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-25T06:10:59.282Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:10:59.283Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:10:59.290Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:10:59.290Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356658564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T06:10:59.304Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a921ccc4-c5f3-41e2-9598-1f2bc155b833
2022-11-25T06:10:59.305Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a921ccc4-c5f3-41e2-9598-1f2bc155b833 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T06:10:59.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "ves-openapi-manager",
"timestamp": 1669356626444,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "ves-openapi-manager",
"timestamp": 1669356626444,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "cds",
"timestamp": 1669356634372,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356632894,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356632894,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T06:10:59.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "cds",
"timestamp": 1669356634372,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356632894,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-25T06:10:59.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "cds",
"timestamp": 1669356634372,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356632894,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "cds",
"timestamp": 1669356634372,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "aai-ml",
"timestamp": 1669356638064,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "cds",
"timestamp": 1669356634372,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356632894,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-25T06:10:59.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "aai-ml",
"timestamp": 1669356638064,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T06:10:59.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356632894,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "cds",
"timestamp": 1669356634372,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "aai-ml",
"timestamp": 1669356640826,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356639572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356632894,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T06:10:59.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "cds",
"timestamp": 1669356634372,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T06:10:59.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356639572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T06:10:59.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356642825,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "cds",
"timestamp": 1669356642837,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356642377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "cds",
"timestamp": 1669356643851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T06:10:59.345Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c64b5bde-f479-4202-9214-2a6ab9c0e49c
2022-11-25T06:10:59.345Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64b5bde-f479-4202-9214-2a6ab9c0e49c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T06:10:59.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356643961,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356644079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T06:10:59.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356645045,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "aai-ml",
"timestamp": 1669356645908,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T06:10:59.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356645083,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:10:59.363Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a921ccc4-c5f3-41e2-9598-1f2bc155b833
2022-11-25T06:10:59.363Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a921ccc4-c5f3-41e2-9598-1f2bc155b833 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T06:10:59.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356646115,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:10:59.378Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c64b5bde-f479-4202-9214-2a6ab9c0e49c
2022-11-25T06:10:59.378Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64b5bde-f479-4202-9214-2a6ab9c0e49c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T06:10:59.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "aai-ml",
"timestamp": 1669356646914,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:10:59.389Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:10:59.390Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:10:59.391Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:10:59.392Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a921ccc4-c5f3-41e2-9598-1f2bc155b833
2022-11-25T06:10:59.392Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a921ccc4-c5f3-41e2-9598-1f2bc155b833 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T06:10:59.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356639572,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "ves-openapi-manager",
"timestamp": 1669356646444,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669356647126,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "aai-ml",
"timestamp": 1669356638064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356639572,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "ves-openapi-manager",
"timestamp": 1669356646444,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "aai-ml",
"timestamp": 1669356638064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356639572,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "ves-openapi-manager",
"timestamp": 1669356646444,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "aai-ml",
"timestamp": 1669356638064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356639572,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "ves-openapi-manager",
"timestamp": 1669356646444,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "aai-ml",
"timestamp": 1669356638064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356639572,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "ves-openapi-manager",
"timestamp": 1669356646444,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "aai-ml",
"timestamp": 1669356638064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356639572,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "ves-openapi-manager",
"timestamp": 1669356646444,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "aai-ml",
"timestamp": 1669356638064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356639572,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "ves-openapi-manager",
"timestamp": 1669356646444,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "aai-ml",
"timestamp": 1669356638064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356653246,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "aai-ml",
"timestamp": 1669356655052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356655562,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T06:10:59.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669356656566,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:10:59.413Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c64b5bde-f479-4202-9214-2a6ab9c0e49c
2022-11-25T06:10:59.413Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64b5bde-f479-4202-9214-2a6ab9c0e49c 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=?
2022-11-25T06:10:59.417Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:10:59.417Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T06:11:00.291Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:00.292Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:00.295Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:00.295Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356658564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T06:11:00.395Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:00.396Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:11:00.396Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:00.414Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:11:00.414Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:01.296Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "a9d46a8b-929c-4e31-a336-88f97868014c",
"serviceDescription": "service",
"serviceInvariantUUID": "ee607af9-bfd8-45c3-a56d-52847fb5bc57",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "52aaa437-ea14-4aa2-9e1f-28325b7e42e5",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "514cfa67-e623-4d7e-acd9-59e74fc567c0",
"resourceInvariantUUID": "225cfb01-14ae-407f-bb24-578abef854f7",
"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": "ZDI4NmQxMTQ1MjU0ZTUxNGY2ZmYwMDdiMzU2OGM4NzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ab301aa9-d9e6-4084-b353-725e36b08104"
}
],
"workloadContext": "Production"
}
2022-11-25T06:11:01.297Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T06:11:01.297Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a9d46a8b-929c-4e31-a336-88f97868014c ASDC
2022-11-25T06:11:01.298Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a921ccc4-c5f3-41e2-9598-1f2bc155b833
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a9d46a8b-929c-4e31-a336-88f97868014c
ServiceInvariantUUID:ee607af9-bfd8-45c3-a56d-52847fb5bc57
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:ab301aa9-d9e6-4084-b353-725e36b08104
ArtifactChecksum:ZDI4NmQxMTQ1MjU0ZTUxNGY2ZmYwMDdiMzU2OGM4NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:52aaa437-ea14-4aa2-9e1f-28325b7e42e5
ResourceInvariantUUID:225cfb01-14ae-407f-bb24-578abef854f7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:514cfa67-e623-4d7e-acd9-59e74fc567c0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-25T06:11:01.298Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9d46a8b-929c-4e31-a336-88f97868014c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T06:11:01.332Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:11:01.334Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:11:01.334Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:11:01.334Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ab301aa9-d9e6-4084-b353-725e36b08104 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-25T06:11:01.334Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:11:01.335Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-25T06:11:01.408Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:11:01.411Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ab301aa9-d9e6-4084-b353-725e36b08104 57795
2022-11-25T06:11:01.412Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-25T06:11:01.412Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-25T06:11:01.412Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:11:01.412Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:01.415Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:01.415Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356661411,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:11:01.515Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:01.516Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:11:01.516Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:01.543Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:11:01.544Z||pool-37-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:02.417Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:11:02.418Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:11:02.418Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ab301aa9-d9e6-4084-b353-725e36b08104, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:02.418Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-25T06:11:02.419Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:02.419Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:02.623Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12495699922037482504/Definitions/service-BasicNetwork-template.yml
2022-11-25T06:11:03.211Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T06:11:03.212Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:11:03.212Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:03.212Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-25T06:11:03.212Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:03.212Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:03.213Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:03.213Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:03.213Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:03.213Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:03.214Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:03.214Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:03.214Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:11:03.214Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.215Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.215Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-25T06:11:03.215Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:11:03.215Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:11:03.216Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.216Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.216Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-25T06:11:03.216Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:11:03.217Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:11:03.217Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.217Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.217Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.217Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.218Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.218Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.218Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.219Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.219Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.219Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.219Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:a9d46a8b-929c-4e31-a336-88f97868014c
Model Version:NULL
Model InvariantUuid:ee607af9-bfd8-45c3-a56d-52847fb5bc57
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:225cfb01-14ae-407f-bb24-578abef854f7
Model UUID:a884f4da-bd81-42d9-85f7-d442146f2bea
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:52aaa437-ea14-4aa2-9e1f-28325b7e42e5
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-25T06:11:03.227Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 514cfa67-e623-4d7e-acd9-59e74fc567c0
2022-11-25T06:11:03.227Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||No resources found for Service: a9d46a8b-929c-4e31-a336-88f97868014c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:11:03.233Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||
2022-11-25T06:11:03.233Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-25T06:11:03.234Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||No resources found for Service: a9d46a8b-929c-4e31-a336-88f97868014c
2022-11-25T06:11:03.235Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a9d46a8b-929c-4e31-a336-88f97868014c
2022-11-25T06:11:03.235Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-25T06:11:03.235Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:11:03.240Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26daf73b, org.onap.sdc.toscaparser.api.parameters.Input@3a94d5be, org.onap.sdc.toscaparser.api.parameters.Input@7c29af6d, org.onap.sdc.toscaparser.api.parameters.Input@6e196ade, org.onap.sdc.toscaparser.api.parameters.Input@1f8b3b09]
2022-11-25T06:11:03.241Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.241Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.242Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.242Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.242Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a9d46a8b-929c-4e31-a336-88f97868014c: Generic NeutronNet
2022-11-25T06:11:03.242Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.243Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.243Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.243Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-25T06:11:03.276Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.277Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.277Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.277Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.278Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:03.278Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.278Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-25T06:11:03.323Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-25T06:11:03.323Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-25T06:11:03.323Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-25T06:11:03.323Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:11:03.324Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:03.325Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:03.325Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356663323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T06:11:03.426Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:03.427Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:11:03.427Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:03.442Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:11:03.442Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:04.330Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a921ccc4-c5f3-41e2-9598-1f2bc155b833
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T06:11:04.342Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a921ccc4-c5f3-41e2-9598-1f2bc155b833
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T06:11:04.345Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:11:04.345Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T06:11:04.345Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T06:11:04.345Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T06:11:04.345Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T06:11:04.345Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T06:11:04.346Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T06:11:04.346Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T06:11:04.346Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:11:04.351Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T06:11:34.352Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a921ccc4-c5f3-41e2-9598-1f2bc155b833 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-25T06:11:34.358Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a921ccc4-c5f3-41e2-9598-1f2bc155b833 and serviceModelVersionId: a9d46a8b-929c-4e31-a336-88f97868014c
2022-11-25T06:11:34.358Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee607af9-bfd8-45c3-a56d-52847fb5bc57
2022-11-25T06:11:34.360Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee607af9-bfd8-45c3-a56d-52847fb5bc57/model-vers/model-ver/a9d46a8b-929c-4e31-a336-88f97868014c?depth=0
2022-11-25T06:11:34.364Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:11:34.419Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee607af9-bfd8-45c3-a56d-52847fb5bc57/model-vers/model-ver/a9d46a8b-929c-4e31-a336-88f97868014c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-25T06:11:34.423Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee607af9-bfd8-45c3-a56d-52847fb5bc57/model-vers/model-ver/a9d46a8b-929c-4e31-a336-88f97868014c?depth=0|INFO|500||Invoke
2022-11-25T06:11:34.446Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee607af9-bfd8-45c3-a56d-52847fb5bc57/model-vers/model-ver/a9d46a8b-929c-4e31-a336-88f97868014c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-25T06:11:34.564Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee607af9-bfd8-45c3-a56d-52847fb5bc57/model-vers/model-ver/a9d46a8b-929c-4e31-a336-88f97868014c?depth=0|INFO|500||InvokeReturn
2022-11-25T06:11:34.565Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee607af9-bfd8-45c3-a56d-52847fb5bc57/model-vers/model-ver/a9d46a8b-929c-4e31-a336-88f97868014c?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:11:34 GMT], content-length=[0], vertex-id=[200896], x-aai-txid=[1-aai-resources-221125-06:11:34:549-5204], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:11:34.566Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:11:34.566Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:11:34.566Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:11:34.570Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-25T06:11:34.570Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a921ccc4-c5f3-41e2-9598-1f2bc155b833 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:11:34.570Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:11:34.570Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:34.572Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:34.572Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356694570,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:11:34.673Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T06:11:34.674Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:11:34.674Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:34.693Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:11:34.694Z||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-11-25T06:11:35.585Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-25T06:11:35.585Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c64b5bde-f479-4202-9214-2a6ab9c0e49c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"89ddf887-733c-4a17-a6cd-f757ddf265be","serviceDescription":"service","serviceInvariantUUID":"dca944c2-211d-48c5-ab05-ff83263eb53b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f56eaa1-3930-41ca-9b5f-e0e0111c5ecb","resourceInvariantUUID":"ac1535fe-5032-44d4-8fee-2ac76cc05d1b","resourceCustomizationUUID":"d036f687-62c7-48b0-8055-04b6e333c8cc","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":"OTdkNjFkMTgwMzg3OGM2NWNhODI4ZTlkMzJiYjQ1MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71d82aad-6a69-4083-8686-b76deccb8584","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":"NTdjOGNkODg2ZTQxYTQzYmQ0YTYxMTY5YmI2ZGY0NjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"024c14b6-a0c1-4871-9af3-59d6fdecf222","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":"5ff6c387-a35f-4c60-b4d6-bbedb617abe2","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":"b68cc5f3-d13b-4c0e-a238-79e7de466bf5","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":"d87eb4e5-1a66-4491-8093-d8b7d295e40c","artifactVersion":"2","generatedFromUUID":"5ff6c387-a35f-4c60-b4d6-bbedb617abe2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTFmMzljMzM2YjUxMmM3ZjQ0Mzk0NzY2Mjg4NzFlNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a7cc978a-8539-40bf-b4a5-1cbdd944a63c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjM2ZWEzMzU2NTZkMTgxYjI4MjExOTc3MDlmNjU2NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fcd75bf5-4a53-48ba-aa3d-f89e2714fa63","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T06:11:35.585Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:35.586Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:35.587Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:35.588Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356658564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:11:35.688Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:35.689Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:11:35.689Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:35.705Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:11:35.705Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:11:36.588Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:36.589Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:36.591Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:36.591Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356658564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T06:11:36.691Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:36.691Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:11:36.692Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:36.705Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:11:36.705Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:37.591Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:37.592Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:37.594Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:37.594Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356658564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-25T06:11:37.694Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:37.695Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:11:37.696Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:37.708Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:11:37.709Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:38.595Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:38.595Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:38.597Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:38.597Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356658564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:11:38.697Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:38.698Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:11:38.698Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:38.720Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:11:38.720Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:39.598Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:39.598Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:39.600Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:39.601Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356658564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-25T06:11:39.701Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:11:39.702Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:11:39.702Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:39.715Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:11:39.715Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:40.601Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:40.602Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:40.605Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:40.606Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356658564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T06:11:40.706Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:40.707Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:11:40.707Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:40.722Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:11:40.722Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:41.610Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:41.611Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:41.629Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:41.630Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356658564,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T06:11:41.730Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:41.731Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:11:41.731Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:41.745Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:11:41.745Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:11:42.632Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "89ddf887-733c-4a17-a6cd-f757ddf265be",
"serviceDescription": "service",
"serviceInvariantUUID": "dca944c2-211d-48c5-ab05-ff83263eb53b",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "d036f687-62c7-48b0-8055-04b6e333c8cc",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2f56eaa1-3930-41ca-9b5f-e0e0111c5ecb",
"resourceInvariantUUID": "ac1535fe-5032-44d4-8fee-2ac76cc05d1b",
"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": "NTdjOGNkODg2ZTQxYTQzYmQ0YTYxMTY5YmI2ZGY0NjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "024c14b6-a0c1-4871-9af3-59d6fdecf222",
"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": "5ff6c387-a35f-4c60-b4d6-bbedb617abe2",
"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": "d87eb4e5-1a66-4491-8093-d8b7d295e40c",
"generatedFromUUID": "5ff6c387-a35f-4c60-b4d6-bbedb617abe2"
},
"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": "d87eb4e5-1a66-4491-8093-d8b7d295e40c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YjM2ZWEzMzU2NTZkMTgxYjI4MjExOTc3MDlmNjU2NWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fcd75bf5-4a53-48ba-aa3d-f89e2714fa63"
}
],
"workloadContext": "Production"
}
2022-11-25T06:11:42.632Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T06:11:42.633Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 89ddf887-733c-4a17-a6cd-f757ddf265be ASDC
2022-11-25T06:11:42.633Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c64b5bde-f479-4202-9214-2a6ab9c0e49c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:89ddf887-733c-4a17-a6cd-f757ddf265be
ServiceInvariantUUID:dca944c2-211d-48c5-ab05-ff83263eb53b
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:fcd75bf5-4a53-48ba-aa3d-f89e2714fa63
ArtifactChecksum:YjM2ZWEzMzU2NTZkMTgxYjI4MjExOTc3MDlmNjU2NWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d036f687-62c7-48b0-8055-04b6e333c8cc
ResourceInvariantUUID:ac1535fe-5032-44d4-8fee-2ac76cc05d1b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2f56eaa1-3930-41ca-9b5f-e0e0111c5ecb
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:024c14b6-a0c1-4871-9af3-59d6fdecf222
ArtifactChecksum:NTdjOGNkODg2ZTQxYTQzYmQ0YTYxMTY5YmI2ZGY0NjM=
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:5ff6c387-a35f-4c60-b4d6-bbedb617abe2
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:d87eb4e5-1a66-4491-8093-d8b7d295e40c
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:d87eb4e5-1a66-4491-8093-d8b7d295e40c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-25T06:11:42.633Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89ddf887-733c-4a17-a6cd-f757ddf265be ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T06:11:42.670Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:11:42.670Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:11:42.670Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:11:42.670Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fcd75bf5-4a53-48ba-aa3d-f89e2714fa63 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-25T06:11:42.671Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:11:42.671Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-25T06:11:42.754Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:11:42.760Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fcd75bf5-4a53-48ba-aa3d-f89e2714fa63 75190
2022-11-25T06:11:42.761Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-25T06:11:42.761Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-25T06:11:42.761Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:11:42.761Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:42.763Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:42.763Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669356702761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T06:11:42.864Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:11:42.864Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:11:42.865Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:42.890Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T06:11:42.890Z||pool-47-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:43.764Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:11:43.766Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:11:43.767Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fcd75bf5-4a53-48ba-aa3d-f89e2714fa63, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:43.768Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-25T06:11:43.768Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:43.769Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:43.891Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10827659218990899429/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-25T06:11:45.044Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T06:11:45.044Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.046Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:11:45.046Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:45.046Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:45.046Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:45.046Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:11:45.047Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:11:45.047Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:45.047Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:45.047Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:45.047Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:11:45.048Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:11:45.048Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:45.048Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:45.048Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:45.048Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-25T06:11:45.049Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-25T06:11:45.049Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-25T06:11:45.049Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-25T06:11:45.049Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-25T06:11:45.049Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-25T06:11:45.049Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:45.050Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:11:45.050Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:45.050Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:45.050Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:11:45.050Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery